LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   moving linux application to windows (https://www.linuxquestions.org/questions/programming-9/moving-linux-application-to-windows-8869/)

bkhashaee 11-18-2001 02:40 AM

moving linux application to windows
 
Hi,
I have a program that is written with C language program in Linux environment but I want to transfer it to Windows environment but I don't know how I must do that. This program is in Image processing field that include very various libraries.I will appreciate if somebody could help me.
Thank you.
Bahareh Khashaee.

Thomas.P 11-19-2001 01:15 AM

To do this u have to ways :

1. u can use the gcc compiler for windows. u can get by searching(I forgot the URL). Now compile as u would in linux and run the exe.

2. Try porting the code to windows using the VC++ compiler. U can open it in VC++ and simply compile. I would recommend this option.

Cyth 11-19-2001 01:08 PM

Perhaps, it's not that easy.. What kind of program is it? Do you have any networking, multimedia or such? If it's only pure C/C++ then it's only to compile but if you are using any libraries.. there could be a problem.

/Cyth

tyler_durden 11-19-2001 08:12 PM

if it uses standard c++ libraries, you can just open it in visual c++ and compile it. if not, you may have some problems.

you can get a free c++ (will also compile c) compiler from www.borland.com.

again, if you do anything fancy ie networking, sys calls, ect, you will need to do some work.


All times are GMT -5. The time now is 05:35 PM.