comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » IDL 5.0 - call_external under Win95/NT
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
IDL 5.0 - call_external under Win95/NT [message #9415] Sat, 28 June 1997 00:00 Go to previous message
krieger is currently offline  krieger
Messages: 7
Registered: June 1997
Junior Member
Has anyone been succesful in getting the Dlltst32 example
code to run under Win95 or NT4.0?
Their example DLL works just fine, but recompiling with
VisualC++ 5.0 whith the original function declarations
(as "LONG WINAPI") gives a DLL where the respective
functions are not exported (i.e. not visible to call_external).
I had to change the function declarations to
"__declspec( dllexport ) LONG" to get the functions visible
to IDL. However, while the recompiled DLL works fine with
IDL4.0.1, IDL5.0 will immediately crash if one starts
the dlltst32.pro procedure.

Did I perhaps forget to set some wierd option when I
recompiled the C code? I set up a 32bit DLL project and
didn't change anything except the function declarations
as described above (BTW: I am running NT4.0, service pack 3).

Karl Krieger
[Message index]
 
Read Message
Read Message
Previous Topic: Anyone using insight, or idlde?
Next Topic: Re: Spherical interpolation

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 04:26:33 PDT 2025

Total time taken to generate the page: 2.23891 seconds