Author Topic: linux library on windows?  (Read 4165 times)

Offline laserbeak43

  • Multiple posting newcomer
  • *
  • Posts: 61
linux library on windows?
« 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?

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: linux library on windows?
« Reply #1 on: October 05, 2005, 07:12:28 am »
link plz? (I have no idea which library you mean)

zieQ

  • Guest
Re: linux library on windows?
« Reply #2 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)