Alright I made a dll, added the sub main and compiled it. The only prob is that when the other exe calls a function it says it cant find the dlls entry point. Any idea what that ment? If you don't know does anyone know a dll making tutorial?
Printable View
Alright I made a dll, added the sub main and compiled it. The only prob is that when the other exe calls a function it says it cant find the dlls entry point. Any idea what that ment? If you don't know does anyone know a dll making tutorial?
Try unregistering the dll and registering it again. Sometimes it works!! Worst come worst, u could clean up the registry, compile the dll again, register and then try using it.
Oh and MSDN online does offer enough related documentation!