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 General Discussion » msxml.dll and Windows Vista Collapse All
Subject Author Date
Bart Kampers Jun 17, 2009 - 8:51 AM


The file ProfSkin\ExtSkinItem.h includes the line " #import <msxml.dll> ". It seems that Window Vista does not provide this dll. I replaced the line by " #import <msxml.tlb> " and it seems to work, also in XP.


But I am not sure if this is the correct way to solve the problem.


Technical Support Jun 17, 2009 - 9:19 AM

Yes, you are right. Vista has msxml6.dll. But if you want to create an application running on Windows versions older than Vista, then you should use the msxml.dll. You can get it from Windows XP and put into the .../Prof-UIS/Bin_*** folder. This is enough for successful compilation of any 32 or 64 bit project.