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 » Can't compile and create project on visual studio 2008. (ver 2.88) Collapse All
Subject Author Date
Il Hwan Jeong Jan 19, 2010 - 1:17 AM

I had compiled static library with visual studio 2008, but filed to build dynamic library.


When i tried to do an error message box appeared on screen.


Additionally, i can’t create project with profuis template.


Would you give me some idea to solve it.


---------------------------------------------


devenv.exe - Application Error



The exception unknown software exception (0xe0434f4d) occured in the application at location 0x7c812a5b.


---------------------------------------------


 




Technical Support Jan 19, 2010 - 1:25 PM

This problem occurs when compiling Prof-UIS resources. The Prof-UIS library is translated into 40 languages. This means we have many resources containing text strings written in 40 languages. There is the bug in Visual Studio 2005 and 2008. If these versions of Visual Studio are running on the Asian versions of Windows or on the Windows system which uses Chinese, Korean or Japanese locale, and if you opening Visual C++ project with resources containing strings on many languages, then the Visual Studio does not compile the C++ projects or simply crashes. This bug was reported to Microsoft before release of Visual Studio 2008 but it was not fixed. If you need to develop with Prof-UIS on Asian Windows, then you should do the following:

- Switch Windows locale to English.

- Compile required configurations of Prof-UIS, ProfAuto and ProfSkin libraries.

- Restore you preferred Windows locale settings.

- Compile any Prof-UIS samples and develop your Prof-UIS based projects.

Il Hwan Jeong Jan 19, 2010 - 1:26 AM

I had installed visual studio 2008 Feature Pack, before install ProfUIS 2.88 and installed service pack 1.