Re: Linking Problem



Wiggy <wignomore@xxxxxxxxxxxxxxx> wrote in news:d731q2$q9b$1
@nwrdmz03.dmz.ncs.ea.ibs-infra.bt.com:

> Richard wrote:
>>>According to MicroFocus
>>>in order for an executable to be portable it would have to run on a
>>>machine that has the same directory structure as the original machine.
>>
>>
>> That has just taken MicroFocus off my list of usable development
>> systems.
>>
>> They seem to have foergotten that the whole purpose of .int is that it
>> will be portable between different _types_ of systems. One should be
>> able to compile to a .int on, say, Windows and run it on Unix.
>
I haven't tried this with Unix, but you can move an int from the old
workbench 3.1 to Net Express with no problems, even without INTLEVEL. I
suppose that their might be some sort of syntax that could cause trouble,
but I haven't gone looking.





> Richard,
>
> I'd like to get further information on this statement (as in the exact
> context, and whom it came from), though my understanding is that this
> refers to linked executable files, rather than .int or .gnt code
formats.
>
> I can state that applications communicating to RDBMS's are *not*
> int-code portable, due to byte-ordering requirements of the code
> generated by precompilers (I've had this confirmed from both IBM and
> Oracle).
>
> That aside, then per Bill's email regarding the INTLEVEL compiler
> directive, and other Micro Focus documentation on creating portable
> applications, applications should be int-code portable across
platforms.
>
> SimonT.
>
>

.



Relevant Pages

  • Re: Really **wonderful** website for C interview questions!!!!!
    ... Richard said there was undefined behavior or other issues in 4 out of the ... int myatoi; ... accomplish what it set out to do which was to implement the atoi function! ...
    (comp.lang.c)
  • Re: C code
    ... Which Richard are you addressing, ... an array and a pointer to the first element of an array have, ... char input; ... mainreturns an int, so you should return an int. ...
    (comp.lang.c)
  • Re: Prohibited attachment type (was 0xdeadbeef)
    ... On Wednesday 07 of July 2004 13:18, Richard B. Johnson wrote: ... A literal constant defaults to 'int'. ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: Linking Problem
    ... support and as I read the current documentation, ... >> machine that has the same directory structure as the original machine. ... > That has just taken MicroFocus off my list of usable development ... > able to compile to a .int on, say, Windows and run it on Unix. ...
    (comp.lang.cobol)
  • Re: Remove extra blanks
    ... blanks in a string by a single blank. ... int main ... malloc a new string, copy the original one into it and then update the ... Thanks for the idea, Richard. ...
    (comp.lang.c)