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 » Hope Collapse All
Subject Author Date
tera t Aug 29, 2007 - 3:29 AM

Hello.

On this bulletin board, I cannot use CharCode_7e for an address of a homepage
Much CharCode_7e is used for a Japanese homepage address.
I want to use CharCode_7e.

tera t Sep 11, 2007 - 7:46 PM
Technical Support Sep 12, 2007 - 12:39 PM

Please add the manifest resource into your project. Add the following code into the .rc2 file of your project:

#if (!defined PROF_UIS_X64) && (!defined PROF_UIS_IA64) && (!defined PROF_UIS_FORCE_NO_MANIFEST)
      1 24 DISCARDABLE "res\\manifest_x86.xml"
#endif
Then create the manifest_x86.xml text file in the same folder with the .rc2 file. This XML file should have the following content:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity 
      processorArchitecture="x86" 
      version="5.1.0.0"
      type="win32"
      name="ProfUIS_SampleApplication"
/>
<description>Prof-UIS Sample Application</description>
<dependency>
      <dependentAssembly>
            <assemblyIdentity
                  type="win32"
                  name="Microsoft.Windows.Common-Controls"
                  version="6.0.0.0"
                  publicKeyToken="6595b64144ccf1df"
                  language="*"
                  processorArchitecture="x86"
            />
      </dependentAssembly>
</dependency>
</assembly>
You can find the same in any sample application provided with Prof-UIS.

tera t Sep 10, 2007 - 10:56 PM
tera t Sep 9, 2007 - 5:59 PM

Thanks,

Technical Support Aug 29, 2007 - 1:39 PM

We are sorry but it is not completely clear what you mean. Please let us know more details about the problem.

tera t Aug 29, 2007 - 8:14 PM

Hello.

An address is garbled on this bulletin board.
http://www-higashi.ist.osaka-u.ac.jp/~k-maeda/vcpp/index.html

Is not there a good method?
ttp://profuis0.tripod.com/20070830/image01.jpg

Technical Support Sep 6, 2007 - 4:09 AM

it seems we fixed this bug. Please confirm this.

Technical Support Aug 31, 2007 - 6:38 AM

We confirm this problem and will fix it as soon as possible. Thank you.