Quote:
Originally posted by awdba
Hi,
a few questions about 4GL :
1) how can I check the level of the 4GL installed ?
2) what is needed to run 4GL programs (type = prog.4ge) on another machine ? is it sufficient to have an IDS or do I need something like a runtime software ?
3) is it correct that 4GL code cannot connect to a 64bit IDS in shared memory ?
best regards,
thanks
|
Hi,
1) Run i4gl -V or r4gl -V or look $INFORMIXDIR/etc/.snfile
2) Never I did the test but a program. 4ge is a "C" ejecutable therefore should run whenever be the same platform.
If the program is not pre-compiled then needs a run-time pcode.
3) Really the tools 4GL do not work with IPCSHM, should define TCP/IP or Stream Pipe connection.
NOTE: I suggest you if run program on another machine is good idea re-compiled all programs.
Gustavo.