Einzelnen Beitrag anzeigen

static_cast

Registriert seit: 19. Okt 2003
Ort: Peine
300 Beiträge
 
#8

Re: Statisches linken einer C-Lib in ein Delphi Projekt

  Alt 26. Jul 2008, 07:49
Also wenn ich das richtig sehe verwendet die Lua lib folgende Standard-Calls die nicht aufgelößt werden können:

Zitat:
__huge_dble
__streams
_strlen
__ftol
_floor
_pow
_strchr
_longjmp
_exit
_setjmp
_iscntrl
_localeconv
_isdigit
_isalnum
_isspace
_isalpha
_strtod
_strtoul
_sprintf
_strncpy
_strcpy
_strcat
_strcspn
_strncat
_memcpy
_memcmp
__lstrcoll
_strcmp
_strstr
_fread
_strerror
___errno
_fopen
__fgetc
_freopen
_ungetc
_fclose
_free
_realloc
_fprintf
_fputs
_fgets
__pclose
__popen
_tmpfile
_fscanf
_clearerr
_fwrite
_fseek
_ftell
_setvbuf
_fflush
_fabs
_sin
_sinh
_cos
_cosh
_tan
_tanh
_asin
_acos
_atan
_atan2
_ceil
_fmod
_modf
_sqrt
_log
_log10
_exp
_frexp
_ldexp
_rand
_srand
GetModuleFileNameA
_strrchr
GetLastError
FormatMessageA
FreeLibrary
LoadLibraryA
GetProcAddress
_getenv
_system
_remove
_rename
_tmpnam
_clock
_time
_gmtime
_localtime
_strftime
_mktime
_difftime
__lsetlocale
__ltolower
__ltoupper
_islower
_ispunct
_isupper
_isxdigit
_memchr
_strpbrk
__turboFloat
Sollte ich einfach versuchen die simplen davon nachzubilden? Ich hab so das Gefühl sobald ich eine Obj-File mit einlinke, die diese Funktion beinhaltet, brauch ich auch wieder zich andere wegen den Abhängigkeiten. Das ist doch ein Teufelskreis...
Daniel M.
"The WM_NULL message performs no operation. An application sends the WM_NULL message if it wants to post a message that the recipient window will ignore."
  Mit Zitat antworten Zitat