addition of extern "rtlib" for exposing fb's rtlib internals

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
nastasa eodor
Posts: 182
Joined: Dec 18, 2018 16:37
Location: Germany, Hessdorf
Contact:

addition of extern "rtlib" for exposing fb's rtlib internals

Post by nastasa eodor »

coder jeff
explain by an example
thank you
MrSwiss
Posts: 3910
Joined: Jun 02, 2013 9:27
Location: Switzerland

Re: addition of extern "rtlib" for exposing fb's rtlib internals

Post by MrSwiss »

explain by an example
There are two options:
1) read current FB-Documentation (fbarray)
2) download FBC 1.08.DEV and see: "fbc__/inc/fbc-int/array.bi"
where it is used (it exists in 1.07.0/1 too, but not the same version).
fxm
Moderator
Posts: 12107
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: addition of extern "rtlib" for exposing fb's rtlib internals

Post by fxm »

See at documentation forum extern "rtlib" by coderJeff.
nastasa eodor
Posts: 182
Joined: Dec 18, 2018 16:37
Location: Germany, Hessdorf
Contact:

Re: addition of extern "rtlib" for exposing fb's rtlib internals

Post by nastasa eodor »

thank you, all
Post Reply