Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ SQL » Needs Moved - Errors when compiling - Allocation Functions not Linking? [VS2008]
icon5.gif  Needs Moved - Errors when compiling - Allocation Functions not Linking? [VS2008] [message #22529] Thu, 23 July 2009 18:24
MegaDeath is currently offline  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 Razz
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

Previous Topic: ExportSch, zero byte file is the result
Next Topic: It is necessary BLOB field in MySQL
Goto Forum:
  


Current Time: Fri Apr 19 00:49:33 CEST 2024

Total time taken to generate the page: 0.03052 seconds