News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

linux library on windows?

Started by laserbeak43, October 05, 2005, 06:24:00 AM

Previous topic - Next topic

laserbeak43

hi
i am a big newb and an even bigger linux newb but there's this library for linux that has alot of potential. i havent been able to find it for windows.
i dont know alot about porting.
what would be the easiest way for me to integrate this library with windows Code::Blocks?

rickg22

link plz? (I have no idea which library you mean)

zieQ

Anyway you can't use a Linux library in windows and conversely. They have incompatible formats. The only way round is:
- try to compile your library on windows
- do some stuff to make the code work (and sometimes give up)