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.
Subject |
Author |
Date |
|
hyungu hwang
|
Aug 3, 2015 - 12:45 AM
|
version 2.9.4
Unicode Debug Compile
ExtGridWnd.cpp -> void CExtGridCellSystemNumberCurrencyBase::TextGet( CExtSafeString & strCopy ) const
Error Message..
Run-Time Check Failure #2 - Stack around the variable ’cNegNumFormatIndex’ was corrupted.
|
|
Art Wilkes
|
Aug 3, 2015 - 11:15 AM
|
Hyungu From support
Change this line of code
g_ResourceManager->GetLocaleInfo( LOCALE_INEGNUMBER, &cNegNumFormatIndex, sizeof( cNegNumFormatIndex ) );
with this one:
g_ResourceManager->GetLocaleInfo( LOCALE_INEGNUMBER, &cNegNumFormatIndex, sizeof( cNegNumFormatIndex ) / sizeof( TCHAR ) );
Prof-UIS Support
|
|