How to fire 32bit wbcompiler from wbt?

Started by jerwah, September 12, 2013, 10:39:38 AM

Previous topic - Next topic

jerwah

I had setup a wbt project which had a large number of files and used the compile all function posted elsewhere on the site.  Haven't needed to use it in quite some time.  Went to recompile the project today, and when I run it, it's calling wbcompiler.exe and is spawning the 64 bit compiler, is there a switch or way to force it to launch the 32 bit compiler?


RunShell("C:\Program Files\WinBatch\System\WBCompiler.exe", FileNameShort(curdir), curdir,@normal,@nowait)


JTaylor

Probably....

RunShell("C:\Program Files (x86)\WinBatch\System\WBCompiler.exe", FileNameShort(curdir), curdir,@normal,@nowait)

jerwah

Thanks!  Also, if you happen to spot my brain, let me know, it was grey, kind of slimy, apparently it's fallen out.

JTaylor

Found one of those the other day but it turned out to be mine.

Jim