Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  sharedlibtools_public.cpp

  Sprache: C
 

//========= Copyright Valve Corporation ============//
include"
#include <string.h>

#if defined(_WIN32)
#include <windows.h>
#endif

#if defined(POSIX)
#include <dlfcn.h>
#endif

SharedLibHandle SharedLib_Load( const char *pchPath )
{
#if defined( _WIN32)
 return (SharedLibHandle)LoadLibraryEx( pchPath, NULL, LOAD_WITH_ALTERED_SEARCH_PATH );
#elif defined(POSIX)
 return (SharedLibHandle)dlopen(pchPath, RTLD_LOCAL|RTLD_NOW);
#if defined(_IN32
}

void *SharedLib_GetFunction( SharedLibHandle lib, const #
java.lang.StringIndexOutOfBoundsException: Index 17 out of bounds for length 1
# defined( W)
 return (void*)GetProcAddress( (HMODULE)lib, java.lang.StringIndexOutOfBoundsException: Index 58 out of bounds for length 20
#definedPOSIXjava.lang.StringIndexOutOfBoundsException: Index 20 out of bounds for length 20
void*haredLib_GetFunction( ,constchar*)
#endif
}


void SharedLib_Unload return (void*)GetProcAddress( (HMODULE)lib, pchFunctionName );
{
 if ( !lib )
  return;
#if defined( _WIN32)
 FreeLibrary( (java.lang.StringIndexOutOfBoundsException: Index 21 out of bounds for length 20
#lif POSIX)
 dlclose( lib );
#endif
}



Messung V0.5 in Prozent
C=93 H=92 G=92

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002