Discussions related to Visual Prolog
vjoer
Posts: 18
Joined: 7 Feb 2006 13:42

Upgrade of CGI application

Unread post by vjoer »

Hello

I have upgraded a 7.x CGI application to version 9.
I get some compilation error in the line

Code: Select all

cgi::init(stream::ansi(core:: ansi)),
saying
error c229 : Undeclared identifier 'core::ansi'
How can this be solved?

Regards
Viorel Farcas
Harrison Pratt
VIP Member
Posts: 439
Joined: 5 Nov 2000 0:01

Re: Upgrade of CGI application

Unread post by Harrison Pratt »

cgi::init(stream::ansi(core:: ansi)),

Perhaps you want core::threadAnsi
vjoer
Posts: 18
Joined: 7 Feb 2006 13:42

Re: Upgrade of CGI application

Unread post by vjoer »

Hello

I tried your suggestion but the calls to my cgi app in the browser fail now with
Error message:
malformed header from script 'cgiXpertRutier.exe': Bad header: C
Viorel Farcas
Harrison Pratt
VIP Member
Posts: 439
Joined: 5 Nov 2000 0:01

Re: Upgrade of CGI application

Unread post by Harrison Pratt »

That is beyond my expertise, unfortunately.
User avatar
Thomas Linder Puls
VIP Member
Posts: 1398
Joined: 28 Feb 2000 0:01

Re: Upgrade of CGI application

Unread post by Thomas Linder Puls »

I believe this is answered in Hanoi project in VP9
Regards Thomas Linder Puls
PDC
vjoer
Posts: 18
Joined: 7 Feb 2006 13:42

Re: Upgrade of CGI application

Unread post by vjoer »

Thank you
Viorel Farcas
Post Reply