The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
SDL_Net 1.2.8 fails where 1.2.6 does not
necron


Joined: 10 Dec 2011
Posts: 33
Trying to do this for example fout << " port " << SDLNet_Read16(&serverIP.port) << endl << endl; but snafoo I get >>error C2065: 'SDL_reinterpret_cast' : undeclared identifier<< from msvc++ 6 with use of sdl 1.2.13 on windows. Whut?