View Single Post
  #5  
Old 02-06-2020, 16:04
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
Compiling works, brilliant!

On testing though, things get a little nasty:



The progress bar is at 100% so the redist downloader process is began.

Installing/Uninstalling works without checking redist box so the script still functions. Only with redist selected will cause this.

Edit: the module is loaded, behind the buttons that the text for the module is there (the progress bar, eta etc..).
Can you send me the code that is showing this image message?
I would like to analyze this.

Another way to make Unicode and Ansi compatible is to just include this before the functions that PChar uses.
Code:
#ifdef UNICODE
type
  PChar = PAnsiChar;
#endif
I found it much more interesting to download this module DwinsHs.
The FTP, HTTP and HTTPS protocols are supported.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
Masquerade (03-06-2020)