Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: laserbeak43 on October 05, 2005, 06:24:00 am

Title: linux library on windows?
Post by: laserbeak43 on October 05, 2005, 06:24:00 am
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?
Title: Re: linux library on windows?
Post by: rickg22 on October 05, 2005, 07:12:28 am
link plz? (I have no idea which library you mean)
Title: Re: linux library on windows?
Post by: zieQ on October 05, 2005, 08:34:53 am
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)