Main forum > FAQ
How to wrap a DLL
MrTAToad:
Try using just (void) and not (void *) - as the latter means it expects a value, it just doesn't care what it is...
Gary:
that seems to have worked, strange thing is that it does not seem to be loading the dll file though, getting a DECLARE module not found : game socket.dll error in debug. Ive put the dll in the system 32 folder, program folder, and media folder and still the same error. Very strange
MrTAToad:
Is it a 64bit DLL and your OS is 32bit?
It may also require other DLLs too.
Gary:
Just tried it on a 32 bit and 64 bit system and same result on both. I was told it does not need another DLL but dependancy walker says otherwise, think I have it running now, cheers
MrTAToad:
Good to hear its working :happy:
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version