Create a linux executable file using windows ???
Posted: Fri Feb 15, 2008 10:08 pm
Hey all !
I made a server in pb. And it is going to be executed on linux, so I have to compile it into linux executable format .
And the problem is, I don't know how to do that in linux and I don't have hours to spend trying to do it.
So I was wondering if there is a way to compile it into linux from windows OS ? (kind of..simulation) And if there is, how to do ?!?
(In my server I only use createfile/deletefile, linkedlists, and of course networking functions. No graphical interface, no messagerequester,...)
One more question : is that all right under linux :
createfile(0, "myfile.txt")
Or should I write
createfile(0,"/ThePathWhereMyExecutableIs/myfile.txt")
Or both are wrong?
Thank you in advance !
I made a server in pb. And it is going to be executed on linux, so I have to compile it into linux executable format .
And the problem is, I don't know how to do that in linux and I don't have hours to spend trying to do it.
So I was wondering if there is a way to compile it into linux from windows OS ? (kind of..simulation) And if there is, how to do ?!?
(In my server I only use createfile/deletefile, linkedlists, and of course networking functions. No graphical interface, no messagerequester,...)
One more question : is that all right under linux :
createfile(0, "myfile.txt")
Or should I write
createfile(0,"/ThePathWhereMyExecutableIs/myfile.txt")
Or both are wrong?
Thank you in advance !