0

I have a 32bit dll file that I want IDL 64bit version to read,

But i get an error trying to do that,

How can I do that?

Is it possible?

user2333346
  • 1,083
  • 4
  • 21
  • 40

1 Answers1

0

Ok i have the solution for this using IDL_IDLBridge

Please read these commands:

http://www.exelisvis.com/docs/IDL_IDLBridge.html

http://www.exelisvis.com/docs/IDL_IDLBridge__GetVar.html

http://www.exelisvis.com/docs/IDL_IDLBridge__SetVar.html

It works great for me

user2333346
  • 1,083
  • 4
  • 21
  • 40