realbasic-nug
[Top] [All Lists]

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

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: C++ Libraries for RB (A little bit off)
From: beto <beto at epicodeinteractive dot com>
Date: Thu, 30 Dec 2004 14:05:05 -0600
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Hi everyone,

Where is a good place to learn to create C++ Libraries for my RB projects? I wanted to start getting familiar with it.

I basically wanted to do this little code into a library ( Just for learning purposes ). If I wanted to create libraries to use with RB, would I create static or dynamic libraries?


int getMyNum(int fnum, int snum)

{

int tnum;

return tnum = fnum + snum;

}


Thanks in advance.

Beto T.
+----------------------------------------------------------------------- ---------------------------------------------------------+ I can do everything (all things or all relevant matters) through HIM (Jesus Christ) who
gives me strength.
Philippians 4:13 +----------------------------------------------------------------------- ---------------------------------------------------------+
_______________________________________________
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>