[Migrated content. Thread originally posted on 30 October 2003]
I am doing CALL "gdi32.dll" to load the dll, but the call fails because it can't find it. The dll resides in windows\\system folder on Win98 and WinXP but in a different folder on Win2000.Has anyone managed to ovecome this problem without giving an explict path in the call statement like CALL "c:\\windows\\system\\gdi32.dll"?
I would ideally like to have my program do a generic CALL that will place the dll in the correct folder and not to have a seperate config file according the client.
Help!!!



