SDL_Net problems

General FreeBASIC programming questions.
Post Reply
Z!re

SDL_Net problems

Post by Z!re »

[Content removed at author's request]
Z!re

Post by Z!re »

[Content removed at author's request]
v1ctor
Site Admin
Posts: 3804
Joined: May 27, 2005 8:08
Location: SP / Bra[s]il
Contact:

Post by v1ctor »

True, header updated, it wasn't possible before due the lack of pointe typecasting, change the declaration to:

Code: Select all

#define SDLNet_SocketReady(sock) iif( sock <> NULL, cptr(SDLNet_GenericSocket, sock)->ready = 1, 0 )
The header will be also at http://cvs.sourceforge.net/viewcvs.py/f ... ortby=date, when sf.net do the anonymous update.
Post Reply