Re: Upgraed to IDL 5.6, now having problem w/ linkimage [message #34447] |
Sat, 15 March 2003 12:02 |
K Banerjee
Messages: 14 Registered: September 2001
|
Junior Member |
|
|
Hugh D. R. Evans <spam@hevans.xs4all.nl> wrote:
> Are you passing strings back and forth?
> From IDL 5.4 to IDL 5.5 they changed the maximum size of a string from 65534
> to 2^31-1. This means that the structure used to pass the string back and
> forth has a different sized stringlength field.
> Might be the problem.
> Regards,
> Hugh
I believe I have the solution. I just needed to recompile with
the new export.h header file. Thanks.
> "K Banerjee" <kbanerjee@ucwphilly.rr.com> wrote in message
> news:RSJca.137731$Se4.11702180@twister.southeast.rr.com...
>> Folks,
>>
>> We upgraded from IDL 5.3 to IDl 5.6 and use several functions
>> from a shared object file. We use LINKIMGAE to tell IDL about
>> the functions from the shared object file. With IDL 5.3, everything
>> worked. Now we are getting a core dump with IDL 5.6. Has LINKIMAGE
>> changed in any wat between 5.3 and 5.6?
>>
>> Thanks.
>>
>> K. Banerjee
|
|
|
|
Re: Upgraed to IDL 5.6, now having problem w/ linkimage [message #34449 is a reply to message #34448] |
Sat, 15 March 2003 10:12  |
Hugh D. R. Evans
Messages: 2 Registered: March 2003
|
Junior Member |
|
|
Are you passing strings back and forth?
From IDL 5.4 to IDL 5.5 they changed the maximum size of a string from 65534
to 2^31-1. This means that the structure used to pass the string back and
forth has a different sized stringlength field.
Might be the problem.
Regards,
Hugh
"K Banerjee" <kbanerjee@ucwphilly.rr.com> wrote in message
news:RSJca.137731$Se4.11702180@twister.southeast.rr.com...
> Folks,
>
> We upgraded from IDL 5.3 to IDl 5.6 and use several functions
> from a shared object file. We use LINKIMGAE to tell IDL about
> the functions from the shared object file. With IDL 5.3, everything
> worked. Now we are getting a core dump with IDL 5.6. Has LINKIMAGE
> changed in any wat between 5.3 and 5.6?
>
> Thanks.
>
> K. Banerjee
|
|
|