Thank you Sylvain!
It works fine for me. A very good sparring strong and so different in style!
You mean that with the .dll in WINDOWS\system32 that goes further? I
thought that the .dll in the same directory as the .exe was enough.
Copy/pasting from Microsoft's API reference:
" The function searches for the file in the following sequence:
1. The directory from which the application loaded.
2. The current directory.
3. Windows 95: The Windows system directory. Use the GetSystemDirectory function to get the path of this directory.
Windows NT: The 32-bit Windows system directory. Use the GetSystemDirectory
function to get the path of this directory. The name of this directory is
SYSTEM32.
4. Windows NT: The 16-bit Windows system directory. There is no Win32 function
that obtains the path of this directory, but it is searched. The name of this
directory is SYSTEM.
5. The Windows directory. Use the GetWindowsDirectory function to get the path of this directory.
6. The directories that are listed in the PATH environment variable. "
The priority is only important if there is more than one version of the file.
Placing the "file that works ok" in the same path as the application is good
practice. This makes the program work fine without modifying the system anyhow.
Jacques.
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/