Hi: I need help using a DLL assembly that I created in a Windows Form application.
I am using VS 2003.Net Managed C++ and have them both in as a project. The DLL has class objects that are to draw themselves on the windows form. But I cannot seem to access these classes. I get a compiler error when I build the application. The DLL compiles okay. I also tried the Scribble sample by taking the Stroke Class out and puting it in a DLL file. The error is still there.
Sad