U++ framework
Do not panic. Ask here before giving up.

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 May 30 17:50:35 GMT+2 2026

Total time taken to generate the page: 0.00827 seconds