View Single Post
  #231  
Old 15-06-2013, 12:46
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by Kurutucu View Post
And splash not work.
oh yeah
find this line
Code:
procedure ShowSplashScreen(p1:HWND;p2:string;p3,p4,p5,p6,p7:integer;p8:boolean;p9:Cardinal;p10:integer); external 'ShowSplashScreen@files:isgsg.dll stdcall delayload';
and change string into AnsiString
simple but forget to change
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
Kurutucu (15-06-2013)