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 » Localization problem Collapse All
Subject Author Date
Gevork Odabashyan Nov 20, 2004 - 6:56 AM

Hellow...


I trieded to create simple MDI project with Russian localization.  To do this I downloaded Russian localization for MFC resources (from http://www.freesoft.ru/?id=9587). I created simple test MDI project via Prof-UIS AppWizard (ProfUIS227, set all settings by default exept MFC linkage - set "use MFC as a static library").
It crashes at startup (ExtCmdManager.cpp at line 4566). Then I create similar project with German localization. It crashes the same way. But English version of the same test application works fine.
Tell me please what’s the problem? Does the staic linkage cause this problems?


Thank You, Ruslan

Technical Support Nov 22, 2004 - 8:58 AM

Dear Ruslan,

The Prof-UIS Application Wizard is based on the source code of the MFC Application Wizard. But they cannot be compared to each other. The Prof-UIS Application Wizard includes the English version of resources used for creating applications. These resources differ from the resources of the MFC Application Wizard and from the Russian resources you downloaded and are trying to use. The error is caused by the code responsible for loading a dialog resource that is just absent in the Russian version. This dialog is a child one that is used inside one of the resizable control bars that are generated by the Prof-UIS Application Wizard. You may add it to your project manually.