Well, I have a mind-twisting problem.
My application runs as an MDE.
I need to use some libraries that are only installed on some of the computers (quickbooks dll's, FYI).
If I create the reference from the get-go, the application doesn't work on the computers that do not have the libraries (missing references).
If I remove the reference and add the libraries at runtime, I can't create the MDE (the data types are not recognized so it doesn't compile).
Does anyone have any idea on how to get around this?
Thanks a bunch!
My application runs as an MDE.
I need to use some libraries that are only installed on some of the computers (quickbooks dll's, FYI).
If I create the reference from the get-go, the application doesn't work on the computers that do not have the libraries (missing references).
If I remove the reference and add the libraries at runtime, I can't create the MDE (the data types are not recognized so it doesn't compile).
Does anyone have any idea on how to get around this?
Thanks a bunch!