gettingstarted
[Top] [All Lists]

Re: interfacing vb6 winsock with realbasic tcp socket

To: gettingstarted at lists dot realsoftware dot com
Subject: Re: interfacing vb6 winsock with realbasic tcp socket
From: "Mike Robertson" <mprobertson83 at hotmail dot com>
Date: Fri, 20 May 2005 08:11:41 -0400
Delivered-to: gettingstarted at lists dot realsoftware dot com
Aaron,

I tried to get that linux app working yesterday and ran into some trouble. I currently have a live bootable cd of a linux version called slax. I copied the MyApplication file to C:\ drive of the pc that I use to run linux. At the linux command line I typed:

chmod a+x c:\MyApplication

I got a response that said no such file or directory exists. What would be the cause of this? It seems so simple yet it is as if it is not recognizing the file.

Mike

From: Aaron Ballman <aaron at realsoftware dot com>
Reply-To: Getting Started <gettingstarted at lists dot realsoftware dot com>
To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: interfacing vb6 winsock with realbasic tcp socket
Date: Thu, 19 May 2005 10:38:58 -0500

Sorry to bother you again.

No worries!

I just wanted to make sure of a few things real quick. The file that I got from building the linux app was not an executable file on windows.

It's not supposed to be -- it's an executable for Linux.

I opened it up with notepad and got a bunch of symbols. Should it have been an executable on windows or is it setup to only execute on linux.

Only for Linux.

Also when I get it onto linux, is there a specific command to run the executable,

If you're in a desktop manager (ie, not the command line) just double click the file.

also how exactly do I check the permissions and what do I need to check for when I put it on the linux box.

I mentioned it in the email you quoted back.

Bring it over to Linux, and in the command line, type this:

chmod a+x /path/to/the/MyApplication

(replace /path/to/the/ with the actual path to the application, or just cd into the same directory that MyApplication resides and skip the absolute path altogether).

This makes sure that the file is set to executable. Then you can just double click on the file to run it.


>  Lastly, being that I am passing my values through a socket to a
text box on rb, will that textbox code error when it is on linux or will the values still be passes without a problem?

Shouldn't be an issue on Linux (or Mac).

HTH!

~Aaron
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>