Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --------------------Configuration: MUDlogger_msvc6 - Win32 Debug--------------------
- Compiling...
- functions.cpp
- j:\c++projects\mudlogger_msvc6\functions.cpp(84) : error C2501: 'MUD_HeapCreate' : missing storage-class or type specifiers
- j:\c++projects\mudlogger_msvc6\functions.cpp(84) : error C2373: 'MUD_HeapCreate' : redefinition; different type modifiers
- j:\c++projects\mudlogger_msvc6\functions.h(24) : see declaration of 'MUD_HeapCreate'
- j:\c++projects\mudlogger_msvc6\functions.cpp(84) : error C2440: 'initializing' : cannot convert from 'void *(__stdcall *)(unsigned long,unsigned long,unsigned long)' to 'int'
- This conversion requires a reinterpret_cast, a C-style cast or function-style cast
- j:\c++projects\mudlogger_msvc6\functions.cpp(85) : error C2501: 'MUD_HeapDestroy' : missing storage-class or type specifiers
- j:\c++projects\mudlogger_msvc6\functions.cpp(85) : error C2373: 'MUD_HeapDestroy' : redefinition; different type modifiers
- j:\c++projects\mudlogger_msvc6\functions.h(25) : see declaration of 'MUD_HeapDestroy'
- j:\c++projects\mudlogger_msvc6\functions.cpp(85) : error C2440: 'initializing' : cannot convert from 'unsigned long (__stdcall *)(void *)' to 'int'
- This conversion requires a reinterpret_cast, a C-style cast or function-style cast
- j:\c++projects\mudlogger_msvc6\functions.cpp(86) : error C2501: 'MUD_HeapAlloc' : missing storage-class or type specifiers
- j:\c++projects\mudlogger_msvc6\functions.cpp(86) : error C2373: 'MUD_HeapAlloc' : redefinition; different type modifiers
- j:\c++projects\mudlogger_msvc6\functions.h(26) : see declaration of 'MUD_HeapAlloc'
- j:\c++projects\mudlogger_msvc6\functions.cpp(86) : error C2440: 'initializing' : cannot convert from 'void *(__stdcall *)(void *,unsigned long,unsigned long)' to 'int'
- This conversion requires a reinterpret_cast, a C-style cast or function-style cast
- j:\c++projects\mudlogger_msvc6\functions.cpp(87) : error C2501: 'MUD_HeapReAlloc' : missing storage-class or type specifiers
- j:\c++projects\mudlogger_msvc6\functions.cpp(87) : error C2373: 'MUD_HeapReAlloc' : redefinition; different type modifiers
- j:\c++projects\mudlogger_msvc6\functions.h(27) : see declaration of 'MUD_HeapReAlloc'
- j:\c++projects\mudlogger_msvc6\functions.cpp(87) : error C2440: 'initializing' : cannot convert from 'void *(__stdcall *)(void *,unsigned long,void *,unsigned long)' to 'int'
- This conversion requires a reinterpret_cast, a C-style cast or function-style cast
- j:\c++projects\mudlogger_msvc6\functions.cpp(88) : error C2501: 'MUD_HeapFree' : missing storage-class or type specifiers
- j:\c++projects\mudlogger_msvc6\functions.cpp(88) : error C2373: 'MUD_HeapFree' : redefinition; different type modifiers
- j:\c++projects\mudlogger_msvc6\functions.h(28) : see declaration of 'MUD_HeapFree'
- j:\c++projects\mudlogger_msvc6\functions.cpp(88) : error C2440: 'initializing' : cannot convert from 'unsigned long (__stdcall *)(void *,unsigned long,void *)' to 'int'
- This conversion requires a reinterpret_cast, a C-style cast or function-style cast
- j:\c++projects\mudlogger_msvc6\functions.cpp(89) : error C2501: 'MUD_HeapSize' : missing storage-class or type specifiers
- j:\c++projects\mudlogger_msvc6\functions.cpp(89) : error C2373: 'MUD_HeapSize' : redefinition; different type modifiers
- j:\c++projects\mudlogger_msvc6\functions.h(29) : see declaration of 'MUD_HeapSize'
- j:\c++projects\mudlogger_msvc6\functions.cpp(89) : error C2440: 'initializing' : cannot convert from 'unsigned long (__stdcall *)(void *,unsigned long,const void *)' to 'int'
- This conversion requires a reinterpret_cast, a C-style cast or function-style cast
- j:\c++projects\mudlogger_msvc6\functions.cpp(90) : error C2501: 'MUD_GetProcessHeap' : missing storage-class or type specifiers
- j:\c++projects\mudlogger_msvc6\functions.cpp(90) : error C2373: 'MUD_GetProcessHeap' : redefinition; different type modifiers
- j:\c++projects\mudlogger_msvc6\functions.h(30) : see declaration of 'MUD_GetProcessHeap'
- j:\c++projects\mudlogger_msvc6\functions.cpp(90) : error C2440: 'initializing' : cannot convert from 'void *(__stdcall *)(void)' to 'int'
- This conversion requires a reinterpret_cast, a C-style cast or function-style cast
- Error executing cl.exe.
- MUDlogger_msvc6.exe - 21 error(s), 0 warning(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement