G
Guest
(If this is a repost, please ignore it, I have posted this already but it never showed up
Hi
I am writing a project in Managed C++. I have a couple classes that are quite isolated from the rest of the project and wanted to separate them so that they could be developed independently of the main executable and could be "upgraded" without recompiling the executable of the project. I am new to developing DLL's, but as I understand, this may be a good position to use them. Can I just move my class code to a DLL project, and have the main executable project just use them as though they were a source file (ie "#using <Utility.dll>")? I have created a DLL project and have done this, but the project doesn't recognize the classes that are in the DLL - am I missing something, or do I have this all wrong
Thank you
Tim
Hi
I am writing a project in Managed C++. I have a couple classes that are quite isolated from the rest of the project and wanted to separate them so that they could be developed independently of the main executable and could be "upgraded" without recompiling the executable of the project. I am new to developing DLL's, but as I understand, this may be a good position to use them. Can I just move my class code to a DLL project, and have the main executable project just use them as though they were a source file (ie "#using <Utility.dll>")? I have created a DLL project and have done this, but the project doesn't recognize the classes that are in the DLL - am I missing something, or do I have this all wrong
Thank you
Tim