PDA

Click to See Complete Forum and Search --> : Cannot find DLL entry point


scuzymoto
May 17th, 2000, 05:07 AM
I am trying to reference an exportable function in a DLL. I set up my API declaration and then when I call the function in an event get the following error message...

Cannot find DLL entry point (myfunction) in (mydll.dll)

I know the function is there and I know that it is spelled right. Anyone know whats going on?

scuzymoto
May 17th, 2000, 05:48 AM
Im a dummy... I forgot the API calls are case sensative!