SDL / mingw32 linking problem solved

How stupid of me.

Seems that, when cross-compiling (and only then)
main() must be declared as
int main(int,char**)
NOT
int main(void)
to avoid the linking problems I was experiencing earlier.

Now everything seems to work ok, the executables even run on Vmware/NT.–
PGP public key available.

Now everything seems to work ok, the executables even run on Vmware/NT.

You should thank Sam for this. A couple months ago he took the extra time
to make it work on VMware, it used to crash on VMware.

Question. Under vmware/NT do you use SDL_image to load PNG’s?–
Brian