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++ Core » UPP && Oracle OCCI && VC 2010
Re: UPP && Oracle OCCI && VC 2010 - SOLVED [message #39481 is a reply to message #39303] Wed, 20 March 2013 22:09 Go to previous message
wqcmaster is currently offline  wqcmaster
Messages: 37
Registered: March 2013
Member
We found the solution ourselves:

You need to disable UPP_HEAP with USEMALLOC in main package configuration and compile against the right CRT; so most likely with link mode set to "USE SHARED LIBS".

UPP_HEAP is counterproductive in this constellation of libraries (VC & OCCI) needed for this project. UPP_HEAP should most likely never interfere in allocation/deallocation process across dll boundaries.

Second problem was, that the occi library is linked against shared VC-CRT (/MD or /MDd), and UPP uses as default /MT or /MTd.
 
Read Message
Read Message
Previous Topic: A few bugs in Core/Rpc
Next Topic: Vector < Report >
Goto Forum:
  


Current Time: Sat Aug 02 11:45:36 CEST 2025

Total time taken to generate the page: 0.00546 seconds