ghost911 Posted April 18 Author Share Posted April 18 Yes, the code isn't finished yet. Thank you for the constructive feedback. I'll eventually work on reducing the size of the executable. Besides, I'll explore UPX as another solution to shrink its size. I'll update the code soon. thank you @AZJIO don't forget that I'm just an amateur coder argumentum 1 Link to comment Share on other sites More sharing options...
argumentum Posted April 18 Share Posted April 18 1 hour ago, ghost911 said: Besides, I'll explore UPX as another solution to shrink its size. In the days of floppy disks the size of the file was important but nowadays ( 2024 ) is not. Is better to skip compressing an exe unless for a corruption code feature. My 2 cents. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
AZJIO Posted April 21 Share Posted April 21 _TempFile -> TmpFile FileCreateShortcut -> CreateLink Trong 1 My other projects or all Link to comment Share on other sites More sharing options...
ghost911 Posted June 17 Author Share Posted June 17 (edited) @argumentum in a sense you are right but I think that you have to have a broader vision a smaller code is also more readable is easier to maintain I realize over time it is quickly anarchy not to mention that optimizing it also makes it more efficient @AZJIO Thank you for your help to advance the project I add functions and more I want to create a git and add you to push code 😀 Edited June 17 by ghost911 Link to comment Share on other sites More sharing options...
ghost911 Posted September 5 Author Share Posted September 5 small update 😇 argumentum 1 Link to comment Share on other sites More sharing options...
AZJIO Posted September 5 Share Posted September 5 imitation GUICtrlSetResizing() Trong 1 My other projects or all Link to comment Share on other sites More sharing options...
ghost911 Posted September 6 Author Share Posted September 6 (edited) @AZJIO Thanks for the function and small precision for the size of the executable since they change the compiler on purebasic the size of executables has greatly increase this is not my fault PureBasic has lost its charm; before, we had small-sized executables small update bug fix Edited September 6 by ghost911 Link to comment Share on other sites More sharing options...
AZJIO Posted September 7 Share Posted September 7 @ghost911 Use version 6.0.4, this is the latest version that creates a compact executable file and is supported on WindowsXP. Version 6.11 the minimum size of the compiled executable file starts at 250 kb. ghost911 1 My other projects or all Link to comment Share on other sites More sharing options...
ghost911 Posted September 9 Author Share Posted September 9 apparently in the latest versions they reduced the size of the executable however I haven't tried this beta yet Link to comment Share on other sites More sharing options...
AZJIO Posted September 10 Share Posted September 10 for DLL My other projects or all Link to comment Share on other sites More sharing options...
winkot Posted October 27 Share Posted October 27 How to install this library in PureBasic? Link to comment Share on other sites More sharing options...
Trong Posted October 31 Share Posted October 31 (edited) On 3/7/2019 at 1:33 AM, ghost911 said: PureBasic Code : ..................... IncludeFile "AutoitCoding.PB" Edited October 31 by Trong EULA Regards, Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now