Quote (Programming Windows 5th ed):
The Library Entry and Exit Point:
The dllmain function is called when the library first begins and when it terminates...
End quote
I have no idea what this means... is my book lying to me? Is it as you say, and there is no really entry point!? If so... should I just take DLL main out of my test proj? I actually DO have a seperate project that compiles to EXE that I use to test my Dll... I'm not quite that stupid
Anyway... I know that I really shouldn't be using a dll for this, but I just want to know how and get one working...
Thanks
Wait, this might help clarify:
When I run my test program I get this error Exactically:
"the procedure entry point RlCalc could not be located in the dynamic link library RANK LIB.dll"
The last function in the dll is called RlCalc.... could it be a problem with that?