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 » Compiler option /MP in VS2008 Collapse All
Subject Author Date
Torsten Schucht Aug 17, 2011 - 8:53 AM

Dear support team,


We would like to use the compiler option /MP to reduce compile times. Unfortunetly those project who link ProfUIS and ProfSkin library throw the error C2813 #import not supported with "/MP" during compilation. It is caused by #import "msxml.dll" in ExtSkinItem.h.


We are actually using ProfUIS version 2.89. The ProfSkin Library is used only to have png support for CExtBitmap. Do you have a solution fro this issue?


Thanks in advance.


Tosrten Schucht


 

Torsten Schucht Nov 2, 2011 - 10:50 AM

we are planning to update the ProfUIS version in our software. Since we’d like to have the above fix included, could you tell me when you are planning to release the version 2.93 ?

Technical Support Nov 4, 2011 - 10:32 AM

We plan to release v.2.93 later this month.

Technical Support Aug 19, 2011 - 2:53 AM

This change is included into Prof-UIS source code. You can drop us an e-mail so we will provide you with Prof-UIS 2.93 latest source code download.

Torsten Schucht Aug 18, 2011 - 11:39 AM

OK, I’ll try that.


Do you think this change could make it into the next ProfUIS Release?

Technical Support Aug 18, 2011 - 2:15 AM

This can be fixed by replacing the #import "msxml.dll" line of code with the #include "msxml.h" line of code in the ExtSkinItem.h file and adding the #import "msxml.dll" line of code into the beginning of the the ExtSkinItem.cpp file.