- Mar 8, 2003
- 38,416
- 4
- 0
Hey,
I am going to start up a side project making use of these two libraries (zlib, libcurl). I will be developing it on a Linux machine, but the target audience will be on Windows. Will I be able to use the same source code to interact with these libraries and just have to recompile them to target Windows machines? From what I have read, both libraries are cross-platform. It would be nice if I could just use the libcurl and zlib libraries in OpenSUSE 11's repositories for both and compile both the Linux and Windows versions with GCC / G++, but I doubt it will be that easy. I will not use any library / code that is not cross-platform in it and it will be a console (command-line) application. I am very inexperienced in writing cross-platform applications.
Thanks for any insight that one can offer....
I am going to start up a side project making use of these two libraries (zlib, libcurl). I will be developing it on a Linux machine, but the target audience will be on Windows. Will I be able to use the same source code to interact with these libraries and just have to recompile them to target Windows machines? From what I have read, both libraries are cross-platform. It would be nice if I could just use the libcurl and zlib libraries in OpenSUSE 11's repositories for both and compile both the Linux and Windows versions with GCC / G++, but I doubt it will be that easy. I will not use any library / code that is not cross-platform in it and it will be a console (command-line) application. I am very inexperienced in writing cross-platform applications.
Thanks for any insight that one can offer....
