Wonderware HMI conversion

Z

Thread Starter

Zahid Ali Khan

I convert my application in v7.1. All windows converted ok. Now when I open it into runtime Application started ok after some time it give ERROR.

"PTACC.DLL not found"

"cant run 16-bit window program. one of the library needed to run C:\ZS_IT\DOSRELAY.EXE cannot load in the 16-bit windows subsystem because it is a win32.DLL"

kindly help me about error.
Regards,
__________________
Zahid Ali Khan.
 
P

Paul Edwards

You have a 16 bit VB app DOSRelay.exe as part of your application. This will need recompiling in a 32 bit version of VB. Also you may have PTAC.DLL in your application directory (and maybe some other .dlls). You should remove it as it is conflicting with the version installed with V7.1.

Why are you 'upgrading' to an old version in any case?
 
Z

Zahid Ali Khan

because V5.0 run on win3.1 and win3.1 need old computer. How we recompiling in 32 bit version of v?
 
Top