I assume you saw Ben Combee's post with the information about the Command
Line Tools.  It may also help to use the IDE.exe instead of cmdide.exe.  In
doing some searching around, it appears that cmdide.exe may be an older
remnant with no added benefit.

Sample batch file:

set IDE="C:\Program Files\Metrowerks\CW for PalmOS R6\bin\IDE.exe"
set PROJECT="D:\Development\foo.mcp"

%IDE% /tfoo /r /b /c /q /s %PROJECT%

Alternatively, you may choose to use the COM scripting classes (as discussed
in the Scripting Reference in the Documentation/CodeWarrior
Documentation/PDF folder).  This may allow you more flexibility.

As a side note, the batch file above was tested here on Win2000 without
incident.

-hkmlt

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 07, 2000 10:48 PM
To: Palm Developer Forum
Subject: CodeWarrior R6 problem with W2000 (W2K)




I have installed Windows 2000 and run CodeWarrior R6 on it.
I already patched the CodeWarrior and also installed SDK 3.5 plus the
Update 1 package.

But still I have unpredictable!?! problems compiling several applications
from the batch/commandline interface to CWR6.

idecmd  foo.mcp /tfoo /r /b /c /q /s

I have either one of the following error:
* Process aborted (Code 9)
* or the ide crashes with an unhandled execption because of an apparently
wrong memeory access.

If I try to build the (crashed) application afterwards by hand I will get
following error message while opening the project file: Resource File Error
207005
After deleting the *_Data folder I can build the application by hand, but
any batch/commandline build will fail again.

Building exactly the same projects remote on a WinNT4 machine had never had
any problems.


I am pleased about any help.
Thanks

Ulrich Griesser

-



-- 
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to