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 » Prof-UIS2.7 cannot build in VS2005. Collapse All
Subject Author Date
tera t May 27, 2007 - 11:29 PM

Hello.

Prof-UIS2.7 cannot build in VS2005.
VS2005 falls if I will build.

--------------------------------------------------
Microsoft Visual Studio 2005 (japan)
Version 8.0.50727.42 (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727

インストールされている Edition: Professional

Microsoft Visual Basic 2005 77971-009-0000007-41623
Microsoft Visual Basic 2005

Microsoft Visual C# 2005 77971-009-0000007-41623
Microsoft Visual C# 2005

Microsoft Visual C++ 2005 77971-009-0000007-41623
Microsoft Visual C++ 2005

Microsoft Visual J# 2005 77971-009-0000007-41623
Microsoft Visual J# 2005

Microsoft Visual Web Developer 2005 77971-009-0000007-41623
Microsoft Visual Web Developer 2005

Crystal Reports AAC6G-J0CSA4B-U7000AN
Crystal Reports for Visual Studio 2005

--------------------------------------------------
I am troubled.
Thanks,

tera t May 28, 2007 - 2:56 AM

Hi

When I let pass a path of a resource
I can seem to build.

------------------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////////////
// Add manually edited resources here...

#if ( !(defined _AFXDLL && !defined __STATPROFUIS_WITH_DLLMFC__) )
    #include <X:\Prof-UIS\Include\Resources\Resource.rc>
#endif

#if (!defined PROF_UIS_X64) && (!defined PROF_UIS_IA64) && (!defined PROF_UIS_FORCE_NO_MANIFEST)
    IDR_MANIFEST 24 DISCARDABLE "res\\manifest_x86.xml"
#endif

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

Is there malfunction in Japanese edition vs2005?

tera t May 27, 2007 - 11:44 PM


#endif /* _DEBUG */

int _debugger_hook_dummy;

#ifdef _M_IA64
#undef _CRT_DEBUGGER_HOOK
#define _CRT_DEBUGGER_HOOK __crt_debugger_hook
#endif /* _M_IA64 */

__declspec(noinline)
void __cdecl _CRT_DEBUGGER_HOOK(int _Reserved)
{
/* assign 0 to _debugger_hook_dummy so that the function is not folded in retail */
(_Reserved);
_debugger_hook_dummy = 0; <<<<<<<<<<<<< Error
}

Technical Support May 28, 2007 - 11:34 AM

We already received similar reports. The problem is brought by the Unicode character translation code on Asian Windows versions or on any other Windows version which is configured to have the default locale to some of complex Asian languages such as Japanese, Korean or Chinese. There is only one 100% guaranteed way to solve this problem: switch to English locale while compiling Prof-UIS and switch back to Japanese locale for compiling your projects. Here is our reply in another forum.



tera t May 28, 2007 - 7:17 PM

Hi

It was settled.
Thanks,