I am not sure if this has been tested yet but I can't
seem to get a simple MessageBox to display. It is okay
under the VM.
Thanks for all great work! This stuff is amazing!
Al,
I am using this as my make... the generic make does the
pilrc/pila and so on.
rem --> Full stand-alone make **** entry point routine
***
rem --> this does a make42 for:
rem SuperWaba 4.2
rem Jump 2.2.2 --> old = Jump 2.2.1
rem SuperWabaJump 4.01 Release1 --> old =
SuperWabaJump 4.01 - Beta 5
rem pila1.3f7
rem *** copy the code ***
cp ../build/DebugModal.prc .
cp ../build/DebugModal.pdb .
cp ../build/*.class .
echo Source copied from build area successfully!
rem ////////////////// local vars /////////////////
set PalmDir=c:\PalmDev
rem version 4.2
set appName=DebugModal
set PROJ=DebugModal
set useRetro=
set add2cp=
set warpparams=
set exeparams=
rem for this to work need to build prc and pdb files first
rem --------> now make it stand-alone <--------------
set SWPATH=%PalmDir%
\SuperWabaSDK4_2_palm_zu6d\SuperWabaSDK
set SWCLASSPATH=%PalmDir%
\SuperWabaSDK4_2_palm_zu6d\SuperWabaSDK\lib\Super
Waba.jar
set JUMPCLASSPATH=%PalmDir%\SuperWabaJump-
swj4_01_Release1\jar\swj.jar;%PalmDir%\jump2_2_02
\jar\jump.jar
set PILAINC=%PalmDir%\jump2_2_02\jar
set SW_PDB=%PROJ%.pdb
call makeFullGeneric.bat %1 %2 %3
simple test program
Logged In: NO
It's okay - figured out that it was a Treo problem and have
worked around it by adding forground and backround colors.
Thanks,
Al,