Re: Installing 32-bit and 64-bit on the same system and running them conveniently
- Posted by ghaberek (admin) May 11, 2019
- 3298 views
I'm familiar with that method, and should probably do that. I do have 32-bit and 64-bit runnable from Notepad.
But what about from the commandline? I guess making a batch or executable for each one would have to be done there. eui4132, eui4164, etc...
If you're creating the command scripts (batch files) on your desktop, then you can launch each one to get a shell for that version. So running "eui" (or "ex") in each shell gives you the respective version. This is why I've got them color-coded, so you know which environment you're in at a glance. I developed this method when I started working on the new wxEuphoria, because I wanted to be able to quickly test it on 32 and 64 bit after a build, and I got sick of switching environments manually.
-Greg