Page 1 of 1

Upgrade of CGI application

Posted: 22 Nov 2020 9:56
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

Re: Upgrade of CGI application

Posted: 22 Nov 2020 17:40
by Harrison Pratt
cgi::init(stream::ansi(core:: ansi)),

Perhaps you want core::threadAnsi

Re: Upgrade of CGI application

Posted: 22 Nov 2020 18:01
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

Re: Upgrade of CGI application

Posted: 22 Nov 2020 21:15
by Harrison Pratt
That is beyond my expertise, unfortunately.

Re: Upgrade of CGI application

Posted: 24 Nov 2020 13:34
by Thomas Linder Puls
I believe this is answered in Hanoi project in VP9

Re: Upgrade of CGI application

Posted: 24 Nov 2020 16:33
by vjoer
Thank you