Kindly anyone can help, I'm using Net Express 5.1 :
I was trying to build Cgiprg2 in build release (demo with Netexpress 5.1), but I'm always getting an error as bellow :
Starting rebuild
Rebuilding C:\\Program Files (x86)\\Micro Focus\\Net Express 5.1\\Examples\\Net Express IDE\\CGI\\Cgiprg2.cbl
Rebuilding DEBUG\\CGIPRG2.EXE
ERROR: (1) Cannot open file : cbllds000013E0.lnk
Rebuild complete with errors
Hello,
You might want to copy the CGI folder to a folder outside of "Program Files (x86)" as Windows protects this folder and its subfolders from writing and rewriting files.
Regards,
Kindly anyone can help, I'm using Net Express 5.1 :
I was trying to build Cgiprg2 in build release (demo with Netexpress 5.1), but I'm always getting an error as bellow :
Starting rebuild
Rebuilding C:\\Program Files (x86)\\Micro Focus\\Net Express 5.1\\Examples\\Net Express IDE\\CGI\\Cgiprg2.cbl
Rebuilding DEBUG\\CGIPRG2.EXE
ERROR: (1) Cannot open file : cbllds000013E0.lnk
Rebuild complete with errors
Hello,
Thanks that problem solved, but I'm getting errors, I can't get that demo to work perfect, it could be problem with SOLO, I'm using Google chrome. the errors as below :
Not Found
HTTP Error 404. The requested resource is not found.
then :
SOLO : Fatal error initializing.
Attempt to bind address Failed
Kindly anyone can help, I'm using Net Express 5.1 :
I was trying to build Cgiprg2 in build release (demo with Netexpress 5.1), but I'm always getting an error as bellow :
Starting rebuild
Rebuilding C:\\Program Files (x86)\\Micro Focus\\Net Express 5.1\\Examples\\Net Express IDE\\CGI\\Cgiprg2.cbl
Rebuilding DEBUG\\CGIPRG2.EXE
ERROR: (1) Cannot open file : cbllds000013E0.lnk
Rebuild complete with errors
"Attempt to bind address Failed" likely means that something else - probably IIS - is using port 80. I don't remember if Solo can be configured to use a different port, so I suggest you shut down IIS or whatever other HTTP server is running on your machine before trying to start Solo.
Kindly anyone can help, I'm using Net Express 5.1 :
I was trying to build Cgiprg2 in build release (demo with Netexpress 5.1), but I'm always getting an error as bellow :
Starting rebuild
Rebuilding C:\\Program Files (x86)\\Micro Focus\\Net Express 5.1\\Examples\\Net Express IDE\\CGI\\Cgiprg2.cbl
Rebuilding DEBUG\\CGIPRG2.EXE
ERROR: (1) Cannot open file : cbllds000013E0.lnk
Rebuild complete with errors
Net Express Toolbar Options->Project... 'Port Address to WebServer' field does allow you to set Solo port...
:) Yvon
Kindly anyone can help, I'm using Net Express 5.1 :
I was trying to build Cgiprg2 in build release (demo with Netexpress 5.1), but I'm always getting an error as bellow :
Starting rebuild
Rebuilding C:\\Program Files (x86)\\Micro Focus\\Net Express 5.1\\Examples\\Net Express IDE\\CGI\\Cgiprg2.cbl
Rebuilding DEBUG\\CGIPRG2.EXE
ERROR: (1) Cannot open file : cbllds000013E0.lnk
Rebuild complete with errors
Thanks, Yvon - it's been many years since I used Solo.