May 21st, 1999, 05:31 PM
I'd like to use a DLL I created in a project. But I didn't write this DLL in C++ and so I can't include this project into the ".dsw" ... so how can I include a compiled DLL?? (not explicite loaded)
|
Click to See Complete Forum and Search --> : DLL May 21st, 1999, 05:31 PM I'd like to use a DLL I created in a project. But I didn't write this DLL in C++ and so I can't include this project into the ".dsw" ... so how can I include a compiled DLL?? (not explicite loaded) May 22nd, 1999, 01:10 AM You can try the LoadLibrary() function. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |