gl wrote:
The sim used to be able to be built in MSDev, but not anymore.
Did something break compatibility or was it just not maintained? I'm
happy to update an old project if there is one.
Just not maintained, and it was for the old Win32 build which we are now
trying to phase
out in favour of the SDL one.
However, the SDL sim _should_ work fine in MSDev after you've set it
up (assuming no Cygwin/UNIX
specific functions are used).
You mean I should be able to make a project for it? Or that a Cygwin
build should debug on MSDev (I doubt that, I'm expect the debug info
formats are different)?
Note I know next to nothing about Cygwin.
I meant you should be able to make a project for it. I don't expect
MSDev will read Cygwins
debug format, no.
Thom