Wiki Page Content

Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2010-05-18 00:48:31
Size: 1194
Editor: SheenaSmith
Comment: create page, add content
Revision 9 as of 2011-12-09 21:41:07
Size: 1588
Editor: SheenaSmith
Comment: add search exclusions for SG pages; a little pre-editing
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 8: Line 9:
Primary Include: [[http://hg.libsdl.org/SDL/file/68dfd6df47da/include/SDL_loadso.h|SDL_loadso.h]]

Other Includes: SDL_stdinc.h, SDL_error.h
'''Include File(s):''' [[http://hg.libsdl.org/SDL/file/default/include/SDL_loadso.h|SDL_loadso.h]]
Line 16: Line 15:
^There are some^ System dependent library loading routines.
 . ,,Some,, things to keep in mind:
This category contains functions for handling shared objects and additional functions.

There are some system dependent library loading routines.
 . Things to keep in mind:
Line 20: Line 21:
  * Avoid namespace collisions. If you load a symbol from the library, it is not defined ,,whether or not,, ^as to whether^ it goes into the global symbol namespace for the application ^or not^. If it does and it conflicts with symbols in your code or other shared libraries, you will not get the results you expect. :)  ''or'' ;)   * Avoid namespace collisions. If you load a symbol from the library, it is not defined as to whether it goes into the global symbol namespace for the application or not. If it does and it conflicts with symbols in your code or other shared libraries, you will not get the results you expect.

##Remove this line and the ## below to use this markup if it becomes relevant to this category
##== Enumerations ==
##<<FullSearch(category
:CategoryEnum CategorySharedObject -SGEnumerations)>>

##== Structures ==
##<<FullSearch(category:CategoryStruct CategorySharedObject -SGStructures
)>>
Line 23: Line 31:

<<FullSearch(category:CategorySharedObject)>>
<<FullSearch(category:CategorySharedObject -CategoryEnum -CategoryStruct -SGFunctions)>>

DRAFT

Shared Object Loading and Function Lookup

Include File(s): SDL_loadso.h

Introduction

This category contains functions for handling shared objects and additional functions.

There are some system dependent library loading routines.

  • Things to keep in mind:
    • These functions only work on C function names. Other languages may have name mangling and intrinsic language support that varies from compiler to compiler.
    • Make sure you declare your function pointers with the same calling convention as the actual library function. Your code will crash mysteriously if you do not do this.
    • Avoid namespace collisions. If you load a symbol from the library, it is not defined as to whether it goes into the global symbol namespace for the application or not. If it does and it conflicts with symbols in your code or other shared libraries, you will not get the results you expect.

Functions


CategoryCategory

None: CategorySharedObject (last edited 2013-10-12 19:36:42 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit