Home | |
Getting Live Help | |
ext.bi | Inclusion of ext.bi is being deprecated and it’s current functionality will be removed in a future release. |
Compile Times | |
EXE size | |
Threads | Classes marked Threadsafe will operate correctly when your code is compiled with the option -mt. |
Reporting Bugs | Please report all bugs to the Issue tracker at http://code.google.com |
License | Copyright © 2007-2011, FreeBASIC Extended Library Development Group http://code.google.com/p/fb-extended-lib |
fb-ex@googlegr oups.com t-lib | |
IRC | #freebasic-ext on FreeNode or http://webchat.freenode.net |
#define fbext_NoBuiltinInstanciations() 1 #include "SOME EXT HEADER"
This will not produce the code for the Containers for the FB built-in types. If you wish to use one of the built-in types with the Container you must Instanciate it before usage.
#define fbext_NoBuiltinInstanciations() 1 #include once "ext/containers/stack.bi" fbext_Instanciate( fbExt_Stack, ((integer)) )
More about fbext_Stack...
#define FBEXT_NO_EXTERNAL_LIBS -1 #include "SOME EXT HEADER" using ext
FBEXT_NO_LIBZ | prevents dependancy on zlib, used by the internal PNG loader included as static library on Windows. |
FBEXT_USE_ZLIB_DLL | set this if you want to use zlib1.dll instead of the included static zlib. (only affects Windows) |
FBEXT_NO_LIBJPG | prevents dependancy on libjpeg, used to load JPG images. |
FBEXT_NO_LIBFREETYPE | prevents dependancy on libfreetype, used to load TTF fonts. |
Please report all bugs to the Issue tracker at http://code.google.com
Please be as specific and open as possible so we can find the bug and squash it quickly.
Copyright © 2007-2011, FreeBASIC Extended Library Development Group http://code.google.com/p/fb-extended-lib
All rights reserved.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.