Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu May 20, 2010 8:39 am 
Offline
Newbie

Joined: Wed Apr 28, 2010 8:54 am
Posts: 3
Never had a VPS before but I was wondering if I got a linode, would I be able to upload a program I made and run it?


Top
   
PostPosted: Thu May 20, 2010 9:56 am 
Offline
Junior Member

Joined: Tue Dec 09, 2008 2:33 pm
Posts: 49
Website: http://www.ragtop.org
Location: Gilbert, AZ
Azjherben wrote:
Never had a VPS before but I was wondering if I got a linode, would I be able to upload a program I made and run it?


If it is written and compiled for the right OS, then yes you can upload a program you made. However, exe is a windows executable. Linode does not offer a Windows VPS.

There are programs for executing Windows apps on Linux (wine), but if you are writing the application, your best bet is write it for the OS that it is being used on.


Top
   
 Post subject:
PostPosted: Thu May 20, 2010 1:18 pm 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
If it's written in VB.NET or C#, then mono might be able to run it. That is, assuming it doesn't have a GUI (afaik, mono doesn't give you Windows.Forms) or other Windows-specific code.


Top
   
 Post subject:
PostPosted: Thu May 20, 2010 7:13 pm 
Offline
Newbie

Joined: Wed Apr 28, 2010 8:54 am
Posts: 3
hybinet wrote:
If it's written in VB.NET or C#, then mono might be able to run it. That is, assuming it doesn't have a GUI (afaik, mono doesn't give you Windows.Forms) or other Windows-specific code.


Dang, I was actually going to write it in C++. It's basic console, nothing too complicated. Anything for C++ ?


Top
   
 Post subject:
PostPosted: Thu May 20, 2010 8:34 pm 
Offline
Junior Member

Joined: Mon Nov 21, 2005 4:23 pm
Posts: 46
There's a C++ compiler for Linux (g++). If the code is portable you can just use that to make a native Linux executable.


Top
   
 Post subject:
PostPosted: Thu May 20, 2010 8:56 pm 
Offline
Newbie

Joined: Wed Apr 28, 2010 8:54 am
Posts: 3
GrunkaLunka wrote:
There's a C++ compiler for Linux (g++). If the code is portable you can just use that to make a native Linux executable.


Can it support all the standard libraries and the SDL networking library?


Top
   
 Post subject:
PostPosted: Thu May 20, 2010 9:12 pm 
Offline
Senior Member
User avatar

Joined: Tue Nov 24, 2009 1:59 pm
Posts: 362
Yes. SDL actually originates on Linux, you know. And "standard" C and C++ libraries are inspired and originating from Unix too.
There's a port of the whole GNU dev chain (gcc, g++, binutils) to Windows, called Mingw32, if you want to experiment on a local machine first.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group