Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Prof-UIS v.3.2.0.7 does not compile Collapse All
Subject Author Date
David Heitbrink Mar 23, 2016 - 7:04 PM

While compiling the code I get a bunch of errors on lines like:
std::auto_ptr<CExtRibbonCustomSettings>

I searched the project and did not find any includes for <memory>, the header file where it’s defined. If I correct for the missing header in the code, I still get some linker errors. I got this from both the .exe and the .zip file.


Prof-UIS v.3.2.0.7 (21.00Mb) .EXE Installer

TSELLC Support Apr 19, 2016 - 11:00 AM

Hi,

Update the sources for 2010 build like this:change this line: #include <xmemory> with #include <memory> in ExtPaintManager.h.

TSELLC_Support

Reinhold Hoffmann Apr 18, 2016 - 1:46 PM

Hi folk,


Looks like we have the same issues. Bunch of errors when compiling


ProfUIS_1000_Total.sln


We need the libs for


Static ANSI Debug


Static ANSI Release


It looks to us as if all is related to


ExtPaintManager.h line 824:


std:auto_ptr<CExtRibbonCustomSettings> m_pCustomSettings;


where the error message is:


’auto_ptr’ : is not a member of ’std’


Please also let us know what might be the issue.


Thx


Reinhold


 

TSELLC Support Apr 4, 2016 - 6:38 AM

This was answered in a separate email.

TSELLC_Support