Thread: vc++ problem..
View Single Post
Re: vc++ problem..
Old
  (#3)
mid_gen
Guest
 
Status:
Posts: n/a
Default Re: vc++ problem.. - 09-06-2004

It is, I checked, but still not joy. Anyway, I made a new workspace, win32 dll blah blah...but I get a bunch of errors thrown

Code:
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(809) : error C2440: '=' : cannot convert from 'void *(__cdecl *)(const char *,const char *)' to 'struct sequenceEntry_ *(__cdecl *)(const char *,const char *)'
		This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(809) : error C2440: '=' : cannot convert from 'void *(__cdecl *)(const char *,const char *)' to 'struct sequenceEntry_ *(__cdecl *)(const char *,const char *)'
		This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(809) : error C2440: '=' : cannot convert from 'void *(__cdecl *)(const char *,const char *)' to 'struct sequenceEntry_ *(__cdecl *)(const char *,const char *)'
		This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(814) : error C2440: '=' : cannot convert from 'void *(__cdecl *)(const char *,int,int *)' to 'struct sentenceEntry_ *(__cdecl *)(const char *,int,int *)'
		This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(814) : error C2440: '=' : cannot convert from 'void *(__cdecl *)(const char *,int,int *)' to 'struct sentenceEntry_ *(__cdecl *)(const char *,int,int *)'
		This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(814) : error C2440: '=' : cannot convert from 'void *(__cdecl *)(const char *,int,int *)' to 'struct sentenceEntry_ *(__cdecl *)(const char *,int,int *)'
		This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(1056) : error C2440: 'initializing' : cannot convert from '' to 'void *(__cdecl *)(const char *,const char *)'
		None of the functions with this name in scope match the target type
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(1057) : error C2440: 'initializing' : cannot convert from '' to 'void *(__cdecl *)(const char *,const char *)'
		None of the functions with this name in scope match the target type
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(1058) : error C2440: 'initializing' : cannot convert from '' to 'void *(__cdecl *)(const char *,const char *)'
		None of the functions with this name in scope match the target type
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(1059) : error C2440: 'initializing' : cannot convert from '' to 'void *(__cdecl *)(const char *,const char *)'
		None of the functions with this name in scope match the target type
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(1060) : error C2440: 'initializing' : cannot convert from '' to 'void *(__cdecl *)(const char *,const char *)'
		None of the functions with this name in scope match the target type
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(1061) : error C2440: 'initializing' : cannot convert from '' to 'void *(__cdecl *)(const char *,const char *)'
		None of the functions with this name in scope match the target type
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(1062) : error C2440: 'initializing' : cannot convert from '' to 'void *(__cdecl *)(const char *,const char *)'
		None of the functions with this name in scope match the target type
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(1063) : error C2440: 'initializing' : cannot convert from '' to 'void *(__cdecl *)(const char *,const char *)'
		None of the functions with this name in scope match the target type
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(1064) : error C2440: 'initializing' : cannot convert from '' to 'void *(__cdecl *)(const char *,const char *)'
		None of the functions with this name in scope match the target type
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(1065) : error C2440: 'initializing' : cannot convert from '' to 'void *(__cdecl *)(const char *,const char *)'
		None of the functions with this name in scope match the target type
C:\Dev\metamod\metamod-1.17.1\metamod\engine_api.cpp(1066) : error C2440: 'initializing' : cannot convert from '' to 'void *(__cdecl *)(const char *,const char *)'
		None of the functions with this name in scope match the target type
Excuse the spam...I've tried a different engine_api.cpp/.h that I found posted elsewhere on these boards but it just threw up a load more errors
  
Reply With Quote