realbasic-nug
[Top] [All Lists]

Re: C++ Libraries for RB (A little bit off)

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: C++ Libraries for RB (A little bit off)
From: Norman Palardy <palardyn at shaw dot ca>
Date: Thu, 30 Dec 2004 13:44:02 -0700
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <1906DF0E-5A9E-11D9-AB40-000A9578809A at epicodeinteractive dot com> <8FA065D8-5A9E-11D9-8A9B-000393101B4A at mobleybros dot com> <DCB0C160-5AA2-11D9-B1D0-000A95A0549A at comcast dot net>

On Dec 30, 2004, at 1:39 PM, John Jobe wrote:

Just for the fun of it...

How would one go about doing it using plain old GCC and not making a plugin...

For example something as simple as what was proposed,

int getMyNum(int fnum, int snum)

{

int tnum;

return tnum = fnum + snum;

}


You either make a shared library and call it using a declare, or a plugin.


_______________________________________________
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>