Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi dears
i wanna make a client server program based c++ with qt between windows and linux
so i know qt can make execute in there and i use on windows in there
but i dont know what should i do when i finish program for linux...mean how expoort or...
please give me advice on it
thank you
Posted

1 solution

but i dont know what should i do when i finish program for linux...mean how expoort or...
What do you mean by export? If you want a version that runs on Linux then you need to build it on Linux to ensure that it works correctly.
 
Share this answer
 
Comments
rpm3d 23-Oct-12 5:37am    
yes i wanna use on linux...that mean i should just build or compile on linux that i use of my code???
mean may i in windows make linux(stuff) to use in there??
Richard MacCutchan 23-Oct-12 5:50am    
You must build the Windows version on a Windows system, and the Linux version on a Linux machine. This is because C++ compiles to native code so the executables are not portable.
rpm3d 23-Oct-12 6:01am    
thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900