Skip to main content

Gentlemen,

Is it possible for Server Express 5.0 to run an CGI EXE created on Net Express 5.1?

I noticed that i am unable to run any of the exe i created on 5.1, when i run them directly (not trough the browser) it generates the following error, (the exe created on 5.0 does not show this error):

Dynamic binding error un run-time entry point _mFgmain2

An attempt was made to bind to a run-time library for NetExpress version 5.0 (using the default installed version) but that library is version 5.0 and does not meet the necessay dynamic binding requirements

The dynamic binding for this EXE/DLL requires at least versin 5.1 of the NetExpress run-time library CBLRTSS.DLL

And when run via browser it just loops indefinitly, showing nothing.

Is it possible, or am i missing something?

Gentlemen,

Is it possible for Server Express 5.0 to run an CGI EXE created on Net Express 5.1?

I noticed that i am unable to run any of the exe i created on 5.1, when i run them directly (not trough the browser) it generates the following error, (the exe created on 5.0 does not show this error):

Dynamic binding error un run-time entry point _mFgmain2

An attempt was made to bind to a run-time library for NetExpress version 5.0 (using the default installed version) but that library is version 5.0 and does not meet the necessay dynamic binding requirements

The dynamic binding for this EXE/DLL requires at least versin 5.1 of the NetExpress run-time library CBLRTSS.DLL

And when run via browser it just loops indefinitly, showing nothing.

Is it possible, or am i missing something?

I believe that you meant to say Application Server 5.0 instead of Server Express 5.0 which is the Unix development system.

The answer is no you cannot run a Net Express 5.1 application under Application Server 5.0.

You need to upgrade Application Server 5.0 to Server 5.1 so that the Net Express development system and the Server run-time system are in sync.

Thanks.