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

Home » Public Forums » archive » Call external 64bit
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Call external 64bit [message #67294] Mon, 13 July 2009 07:51
Wout De Nolf is currently offline  Wout De Nolf
Messages: 194
Registered: October 2008
Senior Member
Hi

Calling a 32bit dll from IDL 64 bit doesn't work (see below). Is this
normal behaviour?

IDL> print,!version
{ x86_64 Win32 Windows Microsoft Windows 7.1 Apr 21 2009 64 64}
IDL> print,call_external('test.dll','test',2u,/ALL_VALUE,/I_VALUE )
% CALL_EXTERNAL: Error loading sharable executable.
Symbol: test, File = Test.dll
%1 is not a valid Win32 application.


Normal behaviour (IDL 32bit):
IDL> print,!version
{ x86 Win32 Windows Microsoft Windows 7.1 Apr 21 2009 32 64}
IDL> print,call_external('test.dll','test',2u,/ALL_VALUE,/I_VALUE )
10


Dll file used: http://xrdua.ua.ac.be/public/Test.dll
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: creating a widget inside an existing widget
Next Topic: Re: IDLDOC 3.2 Index page not as interesting as it could be...

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

Current Time: Sun Oct 12 07:18:49 PDT 2025

Total time taken to generate the page: 1.36319 seconds