| Posted: 19 July 2010 at 8:49am | IP Logged
|
|
|
Hi
I have a program developed with Magic 4.20h with a database Btrieve 6.15 on a server Novell 6.5 The PC is equipped with the OS Windows XP and all functions well since years PROBLEM: I have a problem with the new PC equipped with a QuadCore processor. The program is blocked during a few minutes then is released. I have no error message during the time of blocking and the PC is perfectly usable by the other programs
Here the file batch for launching the application:
@ECHO OFF SET NETHASPPROTOCOL=IPX MGSWAP ECHO Multi-utilisateur BREQUEST /R:25 /S:1 /D:4096 IF .%3==.D   ; GOTO MGEN IF .%3==.d   ; GOTO MGEN :MGRT ECHO Run-time MGRNT /CONST=%1 /TERMINAL=%2 GOTO MG_END :MGEN ECHO Developpement MGGEN /CONST=%1 /TERMINAL=%2 GOTO MG_END :MG_END MGSTOP
Thank you for your help
|