create client-principal and error 4438

KrisM

Member
DEFINE VARIABLE hCPL AS HANDLE NO-UNDO.
create client-principal hCPL.


When compiling this code on unix and running on windows, you will get error (4438) Program was compiled under another incompatible display environment. Cannot run without recompile.


Is there any way to avoid this error, so I can still make one r-code for both windows and unix ?
 
Top