using MFC Extension DLL...
-
I'm trying out an MFC extension DLL... An article said is all i have to do is to insert the dll header files onto stdafx.h.. Thats what i did, and there was no compile/link errors but when i ran the program i get this message: this application has failed to start because TheExtensionDLL.dll was not found. Re-installing the application may fix this problem How do i fix this error? tnx in advance :-D
-
I'm trying out an MFC extension DLL... An article said is all i have to do is to insert the dll header files onto stdafx.h.. Thats what i did, and there was no compile/link errors but when i ran the program i get this message: this application has failed to start because TheExtensionDLL.dll was not found. Re-installing the application may fix this problem How do i fix this error? tnx in advance :-D
the extension DLL is in another directory other than my project directory... Now what i did was copy the DLL on my project directory and this worked... But is there anyway i can reference an extension dll outside of my project directory? where do i set it?
-
the extension DLL is in another directory other than my project directory... Now what i did was copy the DLL on my project directory and this worked... But is there anyway i can reference an extension dll outside of my project directory? where do i set it?