Discussions related to Visual Prolog
-
vjoer
- Posts: 18
- Joined: 7 Feb 2006 13:42
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: 458
- Joined: 5 Nov 2000 0:01
Post
by Harrison Pratt »
cgi::init(stream::ansi(core:: ansi)),
Perhaps you want core::threadAnsi
-
vjoer
- Posts: 18
- Joined: 7 Feb 2006 13:42
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: 458
- Joined: 5 Nov 2000 0:01
Post
by Harrison Pratt »
That is beyond my expertise, unfortunately.
-
Thomas Linder Puls
- VIP Member
- Posts: 1466
- Joined: 28 Feb 2000 0:01
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
Post
by vjoer »
Thank you
Viorel Farcas