Home » U++ Library support » U++ SQL » Needs Moved - Errors when compiling - Allocation Functions not Linking? [VS2008]
Needs Moved - Errors when compiling - Allocation Functions not Linking? [VS2008] [message #22529] |
Thu, 23 July 2009 18:24 |
MegaDeath
Messages: 1 Registered: July 2009
|
Junior Member |
|
|
I experience these errors when compiling this test app... if it is even big enough to be an application 
The compiler is Visual Studio 2008 (VC9.0)
#include "Core/Core.h"
using namespace Upp;
int main(int argc, char** argv)
{
return 0;
}
Errors:
Main.obj : error LNK2019: unresolved external symbol "void * __cdecl Upp::MemoryAlloc(unsigned int)" (?MemoryAlloc@Upp@@YAPAXI@Z) referenced in function "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)
Main.obj : error LNK2019: unresolved external symbol "void __cdecl Upp::MemoryFree(void *)" (?MemoryFree@Upp@@YAXPAX@Z) referenced in function "void __cdecl operator delete(void *)" (??3@YAXPAX@Z)
[Updated on: Thu, 23 July 2009 19:38] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun Apr 27 07:47:41 CEST 2025
Total time taken to generate the page: 0.01055 seconds
|