-
DLL major problem !!
Hi !
What i'm going to write is a little bit complicated.
I made a DLL file (MFC) in Visual C++ v:5. This DLL file contains one exportable function. (This function can be declared in VB v:5).
BUT, the problem is that this DLL works only and only in my PC(where I compiled it) and never in other PCs. {An error was generated: "error 48" even when the DLL file is present where it must be placed}.
I noticed later that the "Export table" is absent when i opened my DLL file in "Quick View" (right click on the file when placed in the system
directory)
I don't know what i have to do !?!?!?!?!?!?!?!?!
PLEASE HELP
anything: a Visual C++ 5 Code or a suggestion about the declaration of the exported function in the DLL file or.............
Thank You !!!!!!!!!!
E-Mail: [email protected]
-
Hi,
Did you specified __stdcall infont of your function's declaration (.h and .cpp) ? Someone here ( RoyceWinsor if I remember well) told me to do so and it worked for me. Also, have you specified an entry point to your function ?
Let me know if it doen't work...