Calling SDL from assembly on Windows

Michael Rickert wrote:

I’m not seeing anything else… you said you were
trying this on windows, right? I’ll try compiling the
same on linux, thus seeing if the problem is OS
specific or if we’re doing something wrong that’s
multi-platform…

Well, I know that similar assembly will link on Linux, and run just
fine. The trick for me has been trying to get it working in Windows.
Eventually I’m hoping to get one source file that can be linked on both,
but I had reason to believe that Windows’d be the harder gig, and so
far, it looks like that’s right ;).

As an aside, prehaps passing SDL_EVENT_THREAD to init
might help? Placing the event handling code into a
seperate thread might make SDL init something that
isn’t getting init. on our code??? I’ll also try an
assembly dump of C version code…

I’ll try that and the C approach tomorrow. Maybe between the two of us
we can figure this out =).

Shawn