[pcre-dev] problem with _cdecl

トップ ページ
このメッセージを削除
著者: Gabberworld
日付:  
To: pcre-dev
題目: [pcre-dev] problem with _cdecl
i try build pcre in _fastcall mode in visual studio but i get error because
off malloc and free.


1>.\pcre_globals.c(75) : error C2440: 'initializing' : cannot convert from
'void *(__cdecl *)(size_t)' to 'void *(__fastcall *)(size_t)'

1>.\pcre_globals.c(76) : error C2440: 'initializing' : cannot convert from
'void (__cdecl *)(void *)' to 'void (__fastcall *)(void *)'

1>.\pcre_globals.c(77) : error C2440: 'initializing' : cannot convert from
'void *(__cdecl *)(size_t)' to 'void *(__fastcall *)(size_t)'

1>.\pcre_globals.c(78) : error C2440: 'initializing' : cannot convert from
'void (__cdecl *)(void *)' to 'void (__fastcall *)(void *)'



How i can fix this, thanks