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 prof-uis freeware compiled in vs.net 2005? Collapse All
Subject Author Date
John phoenix Oct 31, 2006 - 10:58 PM

vs2005 error occur ("Microsoft Visual Studio 2005 has encountered a problem and needs to close. We are sorry for the inconvenience.")when I compiled all freeware version (2.5,2.53,2.54,2.60...) in vs.net 2005, I don’t know why.

Technical Support Nov 1, 2006 - 7:26 AM

Please let us which OS you are working on and which is the OS’s international language (English, Japanese, or other)?

John phoenix Nov 1, 2006 - 10:08 PM

My OS is Simplified Chinese Windows XP,Thanks!

Technical Support Nov 2, 2006 - 10:28 AM

The ..\Prof-UIS\Include\Resources\resource.rc file contains several lines like:

//#define __EXT_MFC_NO_RESOURCES_***
You can exclude any language from the library build by uncommenting the corresponding line. Please try uncommenting all these lines and compile Prof-UIS. It should be compiled successfully. Then comment one or more lines that you need and compile Prof-UIS again. We would really appreciate this if you would let us know the results. In any case we can provide you with the compiled code.

John phoenix Nov 2, 2006 - 7:02 PM

I try it like you told me,but it compiled failed.

I found a way ,but it is not reasonable.In Control pane->Regional and Language Options,Choose the "Advanced" sheet, The "Language for non-Unicode programs",I replaced the Chinsee(PRC) by Englisth(United States),then complied successfully.but vc++6.0 can not work normally.

Technical Support Nov 3, 2006 - 8:04 AM

Yes, this is fully acceptable solution.

John phoenix Nov 6, 2006 - 2:12 AM

I think it’s not a good solution,. Is there a good solution?