[Migrated content. Thread originally posted on 27 January 2005]
I'm using a WinAPI function call CreateFile to get a handle to a Windows file. This works fine when tested locally, but when used via the Thin Client, it fails (this means it does not return a handle to the file!).FYI,
- The local Kernel32.dll was loaded succesfully in both environments and the Thin Client call had the "@[DISPLAY]:" prefix;
- I checked the format and the contents of the parameters twice; they are all exactly the same;
- I compiled the program with -Dl4 -Dw32 to be sure that allignment and length of parameters is not the cause;
- The program objects were not the same, the local one was running in a simplified test environment, the Thin Client was running in the full production environment;
- Acucobol-GT 6.1 was used in both cases, because the production environment is still using this.
I have no idea anymore what to do, any suggestions?
Ren



