cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Oraculo
Level 2

Issue with project migrated from IS 2010 to IS 2012

Hello Everyone,

After migrating from IS 2010 to 2012 we are experiencing very strange issue. Old project contains block of code like:
if ( hWndStatus != NULL ) then
User32.SetDlgItemText( hWndStatus, 50, "");
User32.SetDlgItemText( hWndStatus, 710, "The Installshield wizard is installing application.");
User32.SetDlgItemText( hWndStatus, 1450, "The installation is about to begin..");
User32.InvalidateRect(hWndStatus, NULL, FALSE);
User32.UpdateWindow(hWndStatus);
endif;

After executing these lines of code text transforms to hieroglyphs (please review screenshot attached). This appears for every similar block of code.
Can anyone help me with this?
Labels (1)
0 Kudos
(2) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

It sounds like you haven't seen the migration documentation yet. In particular look for Changes to Win32 API Definitions and then look in your project for code you need to change between A and W, or STRING and WSTRING.
0 Kudos
Oraculo
Level 2

Thanks a lot, I will try soon.
0 Kudos