Sdl net

Hi all,now im learning sdl net api but i couldnt find the header file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link–
Just say the words , your wish is my command…

SDL_net and mmany other SDL extensions are not included as part of the
standard SDL development packs. SDL_net can be found here:
http://www.libsdl.org/projects/SDL_net/

More libraries that relate to SDL can be found here:
http://www.libsdl.org/libraries.phpOn 12/12/06, Engin ?alar wrote:

Hi all,now im learning sdl net api but i couldnt find the header file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link

thanks, i found it…
but now i have another problem:
when i try to compile the code :;

#include<stdio.h>

#include<sdl/sdl.h>
#include<sdl/sdl_net.h>

int main(int argc,char **argv)
{
SDL_Init(SDL_INIT_EVERYTHING);

SDLNet_Init();
fprintf(stdout,“SDLNET activated…”);

return 0;
}

i have error ,thats linker error that says undefined reference to
SDLNet_Init()
how can I fix that???and what libraries to link???

2006/12/12, Brian <brian.ripoff at gmail.com>:>

SDL_net and mmany other SDL extensions are not included as part of the
standard SDL development packs. SDL_net can be found here:
http://www.libsdl.org/projects/SDL_net/

More libraries that relate to SDL can be found here:
http://www.libsdl.org/libraries.php

On 12/12/06, Engin ?alar <@Engin_Calar> wrote:

Hi all,now im learning sdl net api but i couldnt find the header file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…

When you extracted SDL_Net there is a “lib” directory. If you are using Dev
C++ then go into your project options and link it.

I’m not sure how to link with other IDEs though. =(On 12/12/06, Engin ?alar wrote:

thanks, i found it…
but now i have another problem:
when i try to compile the code :;

#include<stdio.h>

#include<sdl/sdl.h>
#include<sdl/sdl_net.h>

int main(int argc,char **argv)
{
SDL_Init(SDL_INIT_EVERYTHING);

SDLNet_Init();
fprintf(stdout,“SDLNET activated…”);

return 0;
}

i have error ,thats linker error that says undefined reference to
SDLNet_Init()
how can I fix that???and what libraries to link???

2006/12/12, Brian <brian.ripoff at gmail.com>:

SDL_net and mmany other SDL extensions are not included as part of the
standard SDL development packs. SDL_net can be found here:
http://www.libsdl.org/projects/SDL_net/

More libraries that relate to SDL can be found here:
http://www.libsdl.org/libraries.php

On 12/12/06, Engin ?alar wrote:

Hi all,now im learning sdl net api but i couldnt find the header file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


the assbone

there is 3 .a files in that dirextory,should i link al of them??
i still have errors,even for SDL_Init()

2006/12/13, Taylor Assbone Peterson :>

When you extracted SDL_Net there is a “lib” directory. If you are using
Dev C++ then go into your project options and link it.

I’m not sure how to link with other IDEs though. =(

On 12/12/06, Engin ?alar <@Engin_Calar> wrote:

thanks, i found it…
but now i have another problem:
when i try to compile the code :;

#include<stdio.h>

#include<sdl/sdl.h>
#include<sdl/sdl_net.h>

int main(int argc,char **argv)
{
SDL_Init(SDL_INIT_EVERYTHING);

SDLNet_Init();
fprintf(stdout,“SDLNET activated…”);

return 0;
}

i have error ,thats linker error that says undefined reference to
SDLNet_Init()
how can I fix that???and what libraries to link???

2006/12/12, Brian <brian.ripoff at gmail.com>:

SDL_net and mmany other SDL extensions are not included as part of the
standard SDL development packs. SDL_net can be found here:
http://www.libsdl.org/projects/SDL_net/

More libraries that relate to SDL can be found here:
http://www.libsdl.org/libraries.php

On 12/12/06, Engin ?alar <@Engin_Calar> wrote:

Hi all,now im learning sdl net api but i couldnt find the header
file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


the assbone


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…

by the way; im using devcpp on winxp

2006/12/13, Engin ?alar <@Engin_Calar>:>

there is 3 .a files in that dirextory,should i link al of them??
i still have errors,even for SDL_Init()

2006/12/13, Taylor Assbone Peterson :

When you extracted SDL_Net there is a “lib” directory. If you are using
Dev C++ then go into your project options and link it.

I’m not sure how to link with other IDEs though. =(

On 12/12/06, Engin ?alar <@Engin_Calar > wrote:

thanks, i found it…
but now i have another problem:
when i try to compile the code :;

#include<stdio.h>

#include<sdl/sdl.h>
#include<sdl/sdl_net.h>

int main(int argc,char **argv)
{
SDL_Init(SDL_INIT_EVERYTHING);

SDLNet_Init();
fprintf(stdout,“SDLNET activated…”);

return 0;
}

i have error ,thats linker error that says undefined reference to
SDLNet_Init()
how can I fix that???and what libraries to link???

2006/12/12, Brian <brian.ripoff at gmail.com>:

SDL_net and mmany other SDL extensions are not included as part of
the
standard SDL development packs. SDL_net can be found here:
http://www.libsdl.org/projects/SDL_net/

More libraries that relate to SDL can be found here:
http://www.libsdl.org/libraries.php

On 12/12/06, Engin ?alar < @Engin_Calar> wrote:

Hi all,now im learning sdl net api but i couldnt find the header
file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


the assbone


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


Just say the words , your wish is my command…

You should just have to link to libSDL_net.a, by adding -lSDL_net in the
linker options.On 12/12/06, Engin ?alar wrote:

by the way; im using devcpp on winxp

2006/12/13, Engin ?alar :

there is 3 .a files in that dirextory,should i link al of them??
i still have errors,even for SDL_Init()

2006/12/13, Taylor Assbone Peterson :

When you extracted SDL_Net there is a “lib” directory. If you are
using Dev C++ then go into your project options and link it.

I’m not sure how to link with other IDEs though. =(

On 12/12/06, Engin ?alar wrote:

thanks, i found it…
but now i have another problem:
when i try to compile the code :;

#include<stdio.h>

#include<sdl/sdl.h>
#include<sdl/sdl_net.h>

int main(int argc,char **argv)
{
SDL_Init(SDL_INIT_EVERYTHING);

SDLNet_Init();
fprintf(stdout,“SDLNET activated…”);

return 0;
}

i have error ,thats linker error that says undefined reference to
SDLNet_Init()
how can I fix that???and what libraries to link???

2006/12/12, Brian <brian.ripoff at gmail.com>:

SDL_net and mmany other SDL extensions are not included as part of
the
standard SDL development packs. SDL_net can be found here:
http://www.libsdl.org/projects/SDL_net/

More libraries that relate to SDL can be found here:
http://www.libsdl.org/libraries.php

On 12/12/06, Engin ?alar < engincalar at gmail.com> wrote:

Hi all,now im learning sdl net api but i couldnt find the header
file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


the assbone


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc

so where to find libsdl_net.a ???
[devcpp gives error even for SDL_Init()]

2006/12/13, Josh Matthews :>

You should just have to link to libSDL_net.a, by adding -lSDL_net in the
linker options.

On 12/12/06, Engin ?alar < @Engin_Calar> wrote:

by the way; im using devcpp on winxp

2006/12/13, Engin ?alar <@Engin_Calar>:

there is 3 .a files in that dirextory,should i link al of them??
i still have errors,even for SDL_Init()

2006/12/13, Taylor Assbone Peterson :

When you extracted SDL_Net there is a “lib” directory. If you are
using Dev C++ then go into your project options and link it.

I’m not sure how to link with other IDEs though. =(

On 12/12/06, Engin ?alar <@Engin_Calar > wrote:

thanks, i found it…
but now i have another problem:
when i try to compile the code :;

#include<stdio.h>

#include<sdl/sdl.h>
#include<sdl/sdl_net.h>

int main(int argc,char **argv)
{
SDL_Init(SDL_INIT_EVERYTHING);

SDLNet_Init();
fprintf(stdout,“SDLNET activated…”);

return 0;
}

i have error ,thats linker error that says undefined reference to
SDLNet_Init()
how can I fix that???and what libraries to link???

2006/12/12, Brian <brian.ripoff at gmail.com>:

SDL_net and mmany other SDL extensions are not included as part
of the
standard SDL development packs. SDL_net can be found here:
http://www.libsdl.org/projects/SDL_net/

More libraries that relate to SDL can be found here:
http://www.libsdl.org/libraries.php

On 12/12/06, Engin ?alar < @Engin_Calar> wrote:

Hi all,now im learning sdl net api but i couldnt find the
header file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


the assbone


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…

It should be in your /libs directory.On 12/13/06, Engin ?alar wrote:

so where to find libsdl_net.a ???
[devcpp gives error even for SDL_Init()]

2006/12/13, Josh Matthews :

You should just have to link to libSDL_net.a, by adding -lSDL_net in the
linker options.

On 12/12/06, Engin ?alar < engincalar at gmail.com > wrote:

by the way; im using devcpp on winxp

2006/12/13, Engin ?alar :

there is 3 .a files in that dirextory,should i link al of them??
i still have errors,even for SDL_Init()

2006/12/13, Taylor Assbone Peterson :

When you extracted SDL_Net there is a “lib” directory. If you are
using Dev C++ then go into your project options and link it.

I’m not sure how to link with other IDEs though. =(

On 12/12/06, Engin ?alar wrote:

thanks, i found it…
but now i have another problem:
when i try to compile the code :;

#include<stdio.h>

#include<sdl/sdl.h>
#include<sdl/sdl_net.h>

int main(int argc,char **argv)
{
SDL_Init(SDL_INIT_EVERYTHING);

SDLNet_Init();
fprintf(stdout,“SDLNET activated…”);

return 0;
}

i have error ,thats linker error that says undefined reference
to SDLNet_Init()
how can I fix that???and what libraries to link???

2006/12/12, Brian <brian.ripoff at gmail.com>:

SDL_net and mmany other SDL extensions are not included as
part of the
standard SDL development packs. SDL_net can be found here:
http://www.libsdl.org/projects/SDL_net/

More libraries that relate to SDL can be found here:
http://www.libsdl.org/libraries.php

On 12/12/06, Engin ?alar < engincalar at gmail.com> wrote:

Hi all,now im learning sdl net api but i couldnt find the
header file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


the assbone


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc

If you’re getting errors for SDL_Init(), you obviously haven’t added
-lmingw32 -lSDLmain -lSDL to your linker options.On 12/13/06, Engin ?alar wrote:

so where to find libsdl_net.a ???
[devcpp gives error even for SDL_Init()]

2006/12/13, Josh Matthews :

You should just have to link to libSDL_net.a, by adding -lSDL_net in the
linker options.

On 12/12/06, Engin ?alar < engincalar at gmail.com > wrote:

by the way; im using devcpp on winxp

2006/12/13, Engin ?alar :

there is 3 .a files in that dirextory,should i link al of them??
i still have errors,even for SDL_Init()

2006/12/13, Taylor Assbone Peterson :

When you extracted SDL_Net there is a “lib” directory. If you are
using Dev C++ then go into your project options and link it.

I’m not sure how to link with other IDEs though. =(

On 12/12/06, Engin ?alar wrote:

thanks, i found it…
but now i have another problem:
when i try to compile the code :;

#include<stdio.h>

#include<sdl/sdl.h>
#include<sdl/sdl_net.h>

int main(int argc,char **argv)
{
SDL_Init(SDL_INIT_EVERYTHING);

SDLNet_Init();
fprintf(stdout,“SDLNET activated…”);

return 0;
}

i have error ,thats linker error that says undefined reference
to SDLNet_Init()
how can I fix that???and what libraries to link???

2006/12/12, Brian <brian.ripoff at gmail.com>:

SDL_net and mmany other SDL extensions are not included as
part of the
standard SDL development packs. SDL_net can be found here:
http://www.libsdl.org/projects/SDL_net/

More libraries that relate to SDL can be found here:
http://www.libsdl.org/libraries.php

On 12/12/06, Engin ?alar < engincalar at gmail.com> wrote:

Hi all,now im learning sdl net api but i couldnt find the
header file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


the assbone


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc

thanks for your help
no there is no such a file neither under dev-cpp\lib nor in sdl developer
archieves that i`ve downloaded…
can someone send it to me pls???

2006/12/13, Josh Matthews :>

If you’re getting errors for SDL_Init(), you obviously haven’t added
-lmingw32 -lSDLmain -lSDL to your linker options.

On 12/13/06, Engin ?alar < entgincalar at gmail.com> wrote:

so where to find libsdl_net.a ???
[devcpp gives error even for SDL_Init()]

2006/12/13, Josh Matthews :

You should just have to link to libSDL_net.a, by adding -lSDL_net in
the linker options.

On 12/12/06, Engin ?alar < @Engin_Calar > wrote:

by the way; im using devcpp on winxp

2006/12/13, Engin ?alar <@Engin_Calar>:

there is 3 .a files in that dirextory,should i link al of them??
i still have errors,even for SDL_Init()

2006/12/13, Taylor Assbone Peterson :

When you extracted SDL_Net there is a “lib” directory. If you
are using Dev C++ then go into your project options and link it.

I’m not sure how to link with other IDEs though. =(

On 12/12/06, Engin ?alar <@Engin_Calar > wrote:

thanks, i found it…
but now i have another problem:
when i try to compile the code :;

#include<stdio.h>

#include<sdl/sdl.h>
#include<sdl/sdl_net.h>

int main(int argc,char **argv)
{
SDL_Init(SDL_INIT_EVERYTHING);

SDLNet_Init();
fprintf(stdout,“SDLNET activated…”);

return 0;
}

i have error ,thats linker error that says undefined reference
to SDLNet_Init()
how can I fix that???and what libraries to link???

2006/12/12, Brian <brian.ripoff at gmail.com>:

SDL_net and mmany other SDL extensions are not included as
part of the
standard SDL development packs. SDL_net can be found here:
http://www.libsdl.org/projects/SDL_net/

More libraries that relate to SDL can be found here:
http://www.libsdl.org/libraries.php

On 12/12/06, Engin ?alar < @Engin_Calar> wrote:

Hi all,now im learning sdl net api but i couldnt find the
header file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


the assbone


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…

You probably want
http://www.libsdl.org/release/SDL-devel-1.2.11-mingw32.tar.gzOn 12/13/06, Engin ?alar wrote:

thanks for your help
no there is no such a file neither under dev-cpp\lib nor in sdl developer
archieves that i`ve downloaded…
can someone send it to me pls???

2006/12/13, Josh Matthews :

If you’re getting errors for SDL_Init(), you obviously haven’t added
-lmingw32 -lSDLmain -lSDL to your linker options.

On 12/13/06, Engin ?alar < entgincalar at gmail.com > wrote:

so where to find libsdl_net.a ???
[devcpp gives error even for SDL_Init()]

2006/12/13, Josh Matthews :

You should just have to link to libSDL_net.a, by adding -lSDL_net in
the linker options.

On 12/12/06, Engin ?alar < engincalar at gmail.com > wrote:

by the way; im using devcpp on winxp

2006/12/13, Engin ?alar :

there is 3 .a files in that dirextory,should i link al of them??
i still have errors,even for SDL_Init()

2006/12/13, Taylor Assbone Peterson :

When you extracted SDL_Net there is a “lib” directory. If you
are using Dev C++ then go into your project options and link it.

I’m not sure how to link with other IDEs though. =(

On 12/12/06, Engin ?alar wrote:

thanks, i found it…
but now i have another problem:
when i try to compile the code :;

#include<stdio.h>

#include<sdl/sdl.h>
#include<sdl/sdl_net.h>

int main(int argc,char **argv)
{
SDL_Init(SDL_INIT_EVERYTHING);

SDLNet_Init();
fprintf(stdout,“SDLNET activated…”);

return 0;
}

i have error ,thats linker error that says undefined
reference to SDLNet_Init()
how can I fix that???and what libraries to link???

2006/12/12, Brian <brian.ripoff at gmail.com>:

SDL_net and mmany other SDL extensions are not included as
part of the
standard SDL development packs. SDL_net can be found here:

http://www.libsdl.org/projects/SDL_net/

More libraries that relate to SDL can be found here:
http://www.libsdl.org/libraries.php

On 12/12/06, Engin ?alar < engincalar at gmail.com> wrote:

Hi all,now im learning sdl net api but i couldnt find
the header file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


the assbone


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc

again thanks for your help but
theres no libsdl_net.a in that archieve???

2006/12/13, Josh Matthews :>

You probably want
http://www.libsdl.org/release/SDL-devel-1.2.11-mingw32.tar.gz

On 12/13/06, Engin ?alar <@Engin_Calar> wrote:

thanks for your help
no there is no such a file neither under dev-cpp\lib nor in sdl
developer archieves that i`ve downloaded…
can someone send it to me pls???

2006/12/13, Josh Matthews :

If you’re getting errors for SDL_Init(), you obviously haven’t added
-lmingw32 -lSDLmain -lSDL to your linker options.

On 12/13/06, Engin ?alar < entgincalar at gmail.com > wrote:

so where to find libsdl_net.a ???
[devcpp gives error even for SDL_Init()]

2006/12/13, Josh Matthews :

You should just have to link to libSDL_net.a, by adding -lSDL_net
in the linker options.

On 12/12/06, Engin ?alar < @Engin_Calar > wrote:

by the way; im using devcpp on winxp

2006/12/13, Engin ?alar <@Engin_Calar>:

there is 3 .a files in that dirextory,should i link al of
them??
i still have errors,even for SDL_Init()

2006/12/13, Taylor Assbone Peterson :

When you extracted SDL_Net there is a “lib” directory. If
you are using Dev C++ then go into your project options and link it.

I’m not sure how to link with other IDEs though. =(

On 12/12/06, Engin ?alar <@Engin_Calar > wrote:

thanks, i found it…
but now i have another problem:
when i try to compile the code :;

#include<stdio.h>

#include<sdl/sdl.h>
#include<sdl/sdl_net.h>

int main(int argc,char **argv)
{
SDL_Init(SDL_INIT_EVERYTHING);

SDLNet_Init();
fprintf(stdout,“SDLNET activated…”);

return 0;
}

i have error ,thats linker error that says undefined
reference to SDLNet_Init()
how can I fix that???and what libraries to link???

2006/12/12, Brian <brian.ripoff at gmail.com>:

SDL_net and mmany other SDL extensions are not included
as part of the
standard SDL development packs. SDL_net can be found
here:
http://www.libsdl.org/projects/SDL_net/

More libraries that relate to SDL can be found here:
http://www.libsdl.org/libraries.php

On 12/12/06, Engin ?alar < @Engin_Calar> wrote:

Hi all,now im learning sdl net api but i couldnt find
the header file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


the assbone


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…

if you have that file inyour pc;pls send it to me and help me get rid of
this problem…

2006/12/13, Engin ?alar <@Engin_Calar>:>

again thanks for your help but
theres no libsdl_net.a in that archieve???

2006/12/13, Josh Matthews :

You probably want
http://www.libsdl.org/release/SDL-devel-1.2.11-mingw32.tar.gz

On 12/13/06, Engin ?alar <@Engin_Calar > wrote:

thanks for your help
no there is no such a file neither under dev-cpp\lib nor in sdl
developer archieves that i`ve downloaded…
can someone send it to me pls???

2006/12/13, Josh Matthews :

If you’re getting errors for SDL_Init(), you obviously haven’t added
-lmingw32 -lSDLmain -lSDL to your linker options.

On 12/13/06, Engin ?alar < entgincalar at gmail.com > wrote:

so where to find libsdl_net.a ???
[devcpp gives error even for SDL_Init()]

2006/12/13, Josh Matthews :

You should just have to link to libSDL_net.a, by adding
-lSDL_net in the linker options.

On 12/12/06, Engin ?alar < @Engin_Calar > wrote:

by the way; im using devcpp on winxp

2006/12/13, Engin ?alar <@Engin_Calar>:

there is 3 .a files in that dirextory,should i link al of
them??
i still have errors,even for SDL_Init()

2006/12/13, Taylor Assbone Peterson :

When you extracted SDL_Net there is a “lib” directory. If
you are using Dev C++ then go into your project options and link it.

I’m not sure how to link with other IDEs though. =(

On 12/12/06, Engin ?alar <@Engin_Calar > wrote:

thanks, i found it…
but now i have another problem:
when i try to compile the code :;

#include<stdio.h>

#include<sdl/sdl.h>
#include<sdl/sdl_net.h>

int main(int argc,char **argv)
{
SDL_Init(SDL_INIT_EVERYTHING);

SDLNet_Init();
fprintf(stdout,“SDLNET activated…”);

return 0;
}

i have error ,thats linker error that says undefined
reference to SDLNet_Init()
how can I fix that???and what libraries to link???

2006/12/12, Brian <brian.ripoff at gmail.com>:

SDL_net and mmany other SDL extensions are not
included as part of the
standard SDL development packs. SDL_net can be found
here:
http://www.libsdl.org/projects/SDL_net/

More libraries that relate to SDL can be found here:
http://www.libsdl.org/libraries.php

On 12/12/06, Engin ?alar < @Engin_Calar> wrote:

Hi all,now im learning sdl net api but i couldnt
find the header file
SDL_net.h (i have other sdl headers and dlls)
can someone send it to me??or give a link


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


the assbone


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Cheers,
Josh

PGP: http://revvy.box43.net/Josh_Matthews.asc


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…


Just say the words , your wish is my command…

Nigga, are you retarded or something? Re-read what has been said throughout
these pointless ass emails. You will see that SDL net libs are in the libs
directory of the SDL_Net which can be found here:
http://www.libsdl.org/projects/SDL_net/

If you need help setting up SDL go here:
http://gpwiki.org/index.php/SDL:Tutorials:Setup#Windows:_MinGW

(bad words belong to the owner)
i think you may be the retarded one ; i said that i couldnt find that
file,you dont help, shut up and do your own job!!!

2006/12/14, Taylor Assbone Peterson :>

Nigga, are you retarded or something? Re-read what has been said
throughout these pointless ass emails. You will see that SDL net libs are
in the libs directory of the SDL_Net which can be found here:
http://www.libsdl.org/projects/SDL_net/

If you need help setting up SDL go here:
http://gpwiki.org/index.php/SDL:Tutorials:Setup#Windows:_MinGW


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Just say the words , your wish is my command…

Nigga, are you retarded or something?

That was uncalled for. Don’t open your mouth on this mailing list if
this is what you have to offer.

We help people of all experience levels here, and if you don’t have the
patience to deal with someone like a grown-up, your contribution is
neither necessary nor welcome.

–ryan.

(bad words belong to the owner)
i think you may be the retarded one ; i said that i couldnt find that
file,you dont help, shut up and do your own job!!!

Sorry about that, I’ve never seen that guy on the mailing list before.
It’s not representative of this list’s normal behavior.

This post suggests you can use the prebuilt SDL_net libraries:
http://www.libsdl.org/pipermail/sdl/2006-May/074211.html

This lists a prebuilt-for-DevC++ SDL_net:
http://wiki.kruel.org/index.php/Eon_in_Devcpp
http://hotaru.dotsrc.org/files/SDL_net-1.2.5-2hot.DevPak

(I’ve never used DevC++ myself.)

–ryan.

Thanks for a reasoned response, Ryan. I thought about responding to that guy,
but decided not to since I would have been quite a bit less civil.

JeffOn Thu December 14 2006 11:39, Ryan C. Gordon wrote:

Nigga, are you retarded or something?

That was uncalled for. Don’t open your mouth on this mailing list if
this is what you have to offer.

We help people of all experience levels here, and if you don’t have the
patience to deal with someone like a grown-up, your contribution is
neither necessary nor welcome.

–ryan.

Hello Jeff,

Friday, December 15, 2006, 1:42:45 AM, you wrote:

Thanks for a reasoned response, Ryan. I thought about responding to that guy,
but decided not to since I would have been quite a bit less civil.

Likewise.–
Best regards,
Peter mailto:@Peter_Mulholland