CodeWarrior and Windows?

I’m trying to do some SDL work, using CodeWarrior 5 on Windows. The
projects included in the tarball actually are usable with the Windows
version of CodeWarrior, which was quite a welcome surprise.

Everything seems to build correctly, but when I try to run the result, I
get some error messages and not much more. I can’t recall the exact text
of the errors at the moment, but I’ll take more careful note tonight when
I’m working with it again. I vaguely recall something about not being
able to launch a thread, which is probably the CodeWarrior debugger’s
problem.

Anyway, I admittedly haven’t had much time to dig into things, but I was
wondering if anyone else out there is using CodeWarrior to develop SDL
apps for Windows, and if so, whether there are any useful tips you’d care
to pass along.

-Roy

Anyway, I admittedly haven’t had much time to dig into things, but I was
wondering if anyone else out there is using CodeWarrior to develop SDL
apps for Windows, and if so, whether there are any useful tips you’d care
to pass along.

Just for the record, I had more time to play with it last night and
finally got things working nicely. It required some tweaks to the
SDL.mcp project files for the Windows side of things. Once I verify that
I really got it right, I’ll be ready to submit a patch. Who gets it?

-Roy

SDL.mcp project files for the Windows side of things. Once I verify
that
I really got it right, I’ll be ready to submit a patch. Who gets it?

That would be me.

-DarrellOn Wednesday, April 17, 2002, at 08:05 AM, Roy Wood wrote: