Re: Pcode Compatibility
Christian Geyer <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
Unfortunately, you will have to recompile your application with a 3.54
compiler version.
As rule, each time the 3 first version digits are changing, a
compilation is needed.
Christian.
Joe Lewinski wrote:
> Hello,
>
> I just successfully installed 3.54.2k on a Red Hat ES 3.0 server.
> I tried a simple hello.4gl
>
> # cat hello.4gl
> MAIN
>
> DISPLAY "hello from FourJs"
>
> END MAIN
>
> # fgl2p hello.4gl
> # fglrun hello
> hello from FourJs
>
> When I compile this same program on a Red Hat 7.2 server
> using FourJs 3.10.1i, I can copy the hello.42m over to the
> ES 3.0 server and it will run fine:
>
> # fglrun hello310
> hello from FourJs 3.10.1i
>
> But now I try my big application all compiled and linked with
> 3.10.1i compilers and custom runners and I receive the
> following error:
>
> ERROR(-6016):Cannot get information for license (Error 62d5d9).
> Check your environment and the license (run 'fglWrt -a info').
>
> The program exited with an error. Please note any error messages and
> proceed.
>
> # fglWrt -a info
> License : {my license number}
> Product : Four J's Universal Compiler
> Type : Development version
> Users : 6
> Extension(s) :
> - Open Database Interface
> Warning! This is a temporary license, installation number is
> 'D9EAYY0AGU16'.
> This temporary installation will expire in 29 day(s).
>
> Should I have to recompile all my .4gl with the 3.54.2k compiler, or
> should I be
> able to do what I want to do and run my previously compiled code in
> 3.10.1i on
> the 3.54.2k box?
>
> Thanks in advance.
>
> Joe
>
>
> Joe Lewinski
> ICANON Associates, Inc.
> Phone: 215.822.5519 Fax: 215.822.5523
>
> P L E A S E ** Join us at the Newzware User Group in New Orleans,
> May 12 & 13. Ask any ICANON representative for details, or visit
> http://www.newzware.com for more information.
>
>