|
-
Nov 19th, 2002, 03:40 PM
#1
Thread Starter
Lively Member
MFC APP run on linux server?
ALright, i dont know if this is where to post it but here it goes.
I am making a p2p file sharing program, an I want ot know if I make the program in MFC (its in c++) if i can make it run off of a linux server?
To get somthing out of life, you always need to be persistant.
-
Nov 19th, 2002, 04:06 PM
#2
Frenzied Member
Unless you are using something like Lindows that emulates a Windows enviroment and its files, then no, I dont think so.
MSVS 6, .NET & .NET 2003 Pro
I HATE MSDN with .NET & .NET 2003!!!
Check out my sites:
http://www.filthyhands.com
http://www.techno-coding.com

-
Nov 19th, 2002, 04:11 PM
#3
Hyperactive Member
is the linux box running
Wine?
I am so skeptical, I can hardly believe it!
PS I am not a 'hyperactive member' I am a cool, calm, and collected member 
-
Nov 19th, 2002, 05:27 PM
#4
Monday Morning Lunatic
You're unlikely to be able to run it on Unix.
Your best bet is to separate the OS-dependent parts of the code, so you can create separate clients with as much code reuse as possible.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 19th, 2002, 05:45 PM
#5
Frenzied Member
To expand on what parksie said, most MFC stuff can be done (Some times with a little work), using standard C/C++ coding. With some work you could rewrite it to Linux
MSVS 6, .NET & .NET 2003 Pro
I HATE MSDN with .NET & .NET 2003!!!
Check out my sites:
http://www.filthyhands.com
http://www.techno-coding.com

-
Nov 19th, 2002, 05:45 PM
#6
Monday Morning Lunatic
If you do the interface with GTK, you can build on Windows as well.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 20th, 2002, 05:43 AM
#7
A p2p file sharing app would be a good candidate to build on the Mozilla framework, then you get cross-platform for free.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 20th, 2002, 06:23 AM
#8
Monday Morning Lunatic
Yes, you're right. That would be a better option -- then you get all the networking as well
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 20th, 2002, 05:28 PM
#9
If I'll ever do a Mozilla-based app it'll be such a thing.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 20th, 2002, 06:13 PM
#10
Thread Starter
Lively Member
well the linux server is running on ssh2 not X so im trying to figure out how i am going to runa windows based server now. an do it from there.
To get somthing out of life, you always need to be persistant.
-
Nov 20th, 2002, 06:16 PM
#11
Monday Morning Lunatic
SSH is just a communications protocol. X is client/server, so you don't have to be sitting at that machine.
All you need is an X server on whatever you're connecting to it with (be it Windows, GNU/Linux, Solaris, Irix, whatever) and you can run X-based programs remotely (of course, they execute on the server).
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|