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

Home » Public Forums » archive » Re: easy switch to 32 bit?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: easy switch to 32 bit? [message #69963 is a reply to message #69961] Sat, 20 February 2010 09:49 Go to previous message
penteado is currently offline  penteado
Messages: 866
Registered: February 2018
Senior Member
Administrator
On Feb 20, 12:15 pm, Hawaiianite <jtmcah...@gmail.com> wrote:
> it manually.  So, I wondering if there is a way to open in 64 bit and
> switch to 32 for the small portion of the program I need to finish the
> deed then switch back into 64.

As far as I know, it cannot be done. Not even with an IDL_IDLBridge.
The choice at startup determines which set of IDL binaries get used.
The 64 and 32 bit binaries are, effectively, two completely
independent applications, that only happen to use some common files
(source, help, and resource files, mostly). So there is no way to jump
from inside one to another.

If there is really no other way around it, you could put the data into
a save file, then, in a 32 bit session, restore the save file and then
call the 32 bit routines you need. It is not pretty, but it could be
done without getting out of the 64 bit session, by creating a small
batch file that does the restoring and whatever else is needed in 32
bit, then spawning an idl -32 to run that batch file.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Get Mallika Sherawath Bathing Videos in all Angles
Next Topic: Poor comparable performance for IDL on Solaris vs Vista or Snow Leopard

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

Current Time: Sun Oct 12 03:52:14 PDT 2025

Total time taken to generate the page: 0.64672 seconds