Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-17 Thread griffariff
I forgot another item. I also need to find a way to get any of the Errors and Warnings from the build to output either to a file or through the process as a "return." Anyone? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/dev

Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-17 Thread griffariff
The CodeWarrior build automation that I am trying to accomplish using Visual Build Pro is only one part of a greater whole. Our Web-app, web services, conduit, Windows Mobile apps, etc. are all a part of one automated build process that logs these builds and their failures to a web accessible d

RE: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-17 Thread David Birdsall
Just to confuse things even more ... On Windows, you can also script the IDE as a COM object using a VBS/JS script to do automated builds of IDE targets. There's some documentation to do this in the CodeWarrior Manuals CHM file. I've done this and it's quite useful for automating things. It might

Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-17 Thread Christopher Stamper
What's the point? Just put the command in a text file called whatever.bat and it will work just as well. You should do: "C:\Program Files\Metrowerks\CodeWarrior\Bin\Cmdide.exe" "C:\Temp\Reptoids\Reptoids.mcp" /s/r/b/c/q instead, I think maybe. If you *need* something more, I could make a quick

EvtGetEvent crashing in Treo650

2008-04-17 Thread Sumesh
Hi all, In my application the EvtGetEvent function crashing Treo650 devices, the same application is working in Treo680 devices. In the first launch it is working properly, if i close the application and again starting after some time and trying to do some functions then its crashing. please h

Re: How to debug ARM in simulator

2008-04-17 Thread Hynek Sladky
Palm runs on ARM processor but most applications are in M68k code so Palm runs simulator for M68k code but system is compiled in native ARM code. Palm simulator dos this similarly: it runs on x86 processor so PalmOS is compiled in native x86 code and it has simulator for M68K code. It acnnot run na

Re: "First defined here"

2008-04-17 Thread Lincoln Ramsay
On 17/04/2008, at 11:34 AM, Vivian Chen wrote: No, the error is just "first defined here". And all the parameters are correct. I'm sure. Without seeing the whole error (exactly as it comes out of the compiler) or the header/source versions of the function it's impossible to guess at the ca

Re: How to debug ARM in simulator

2008-04-17 Thread Vivian Chen
I don't quite understand. Can you explain more clearly? 2008-04-17 Vivian Chen 发件人: Ben Combee 发送时间: 2008-04-17 15:33:36 收件人: Palm Developer Forum 抄送: 主题: Re: How to debug ARM in simulator 2008/4/17 Vivian Chen <[EMAIL PROTECTED]>: > > > Oh, Really?Ok, I see, thanks. > > Can I hav

Re: How to debug ARM in simulator

2008-04-17 Thread Ben Combee
2008/4/17 Vivian Chen <[EMAIL PROTECTED]>: > > > Oh, Really?Ok, I see, thanks. > > Can I have another question? > > When I call PceNativeCall(), it always says "Unhandled Exception in thread > STRT". > > What does it mean? On the x86 simulator, the PceNativeCall is used to call a routine in a DLL.

Re: How to debug ARM in simulator

2008-04-17 Thread Vivian Chen
Oh, Really?Ok, I see, thanks. Can I have another question? When I call PceNativeCall(), it always says "Unhandled Exception in thread STRT". What does it mean? 2008-04-17 Vivian Chen 发件人: Ben Combee 发送时间: 2008-04-17 15:01:29 收件人: Palm Developer Forum 抄送: 主题: Re: How to debug ARM

Re: How to debug ARM in simulator

2008-04-17 Thread Ben Combee
On Wed, Apr 16, 2008 at 11:49 PM, Vivian Chen <[EMAIL PROTECTED]> wrote: > > > Hi all: > > I want to debug ARM side cod ein simulator or emulator. > > How can I do? You don't. The Palm OS simulator will execute x86 code out of DLLs for its PNOs, but it doesn't have an ARM instruction set emulator