
16 Bit & 32 Bit .vbp Make Files
Can someone tell me if you can change a .vbp make file to load one form for
16bit vb or another different form for 32bit vb. Also can you tell it not
to load a VBX file when in 32 bit mode.
I want to use the same make file for both 16 and 32 bit so I don't have to
keep two copies. I'm using
#if win16 then
#elseif win32
#end if
in the program and don't have any problem running under each compiler.
Just having problems during the load.
Any help would be appreacated
Craig