[gameprogrammer] install NET2

Hi

I'm creating a game using sdl_net and I would like to use NET2 which seems
easier but I don't achieve to install it.

I program in c++.

I include all .h and .h in the folder, I renamed #include <SDL\SDL_net> and
all whiwh needs

I change iostream.h to iostream

Still have a problems to compil : a lot of "invalid conversion from 'void*'
to 'int*'"

I think that it's because it 's write in language C and not C++.

How could I install it and do that I works on dev c++ or visual c++? Or does
it work with linux?

Thank you!

Other related posts: