Ian Branch
Members-
Content Count
1374 -
Joined
-
Last visited
-
Days Won
3
Ian Branch last won the day on May 1 2023
Ian Branch had the most liked content!
Community Reputation
131 ExcellentTechnical Information
-
Delphi-Version
Delphi 12 Athens
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hi Guys, I acknowledge the previous two commentors and their valid inputs, however it is horses for courses. I was simply offering a suggestion. I have used UPX for many years without any issues. Note: I use Eurekalog not MadExcept. It provides not only compression, but also therefore a small level of obfuscation to casual file browsers. That is all I need. Like? Yes I could, but, the other end is so computer illiterate that they would screw up the unzip and save process. Pacific island users. It has to be simple for them to just copy into their directory. Even then they screw it up sometimes...:-(
-
If it simply the size of the .exe you are looking to reduce, I use UPX, https://github.com/upx/upx/releases, it handles 32 & 64 bit Apps. I use a compression value of 7 and get a roughly 30% reduction in .exe size. It will also handle wild card file names, i.e. upx -7 *.exe.
-
Current Generation methods in Apps under Windows 7?
Ian Branch replied to Ian Branch's topic in General Help
I develop on Win 11 64bit. The question was/is about Apps created & Windows 7.. It would seem that it is all OK. -
Hi Team, My Customer lives in the dark ages and won't update is PCs from 32/64 bit Windows 7. Has anybody had any issues with any of the newer Delphi language enhancements not working as desired in 32.64 bit Apps under Windows 7? Regards & TIA, Ian
-
Hi Anders, Interesting. I will have a look next time. Won't be long. 😞 I have never actually had it not recover, although it has tken close to 10 minutes sometimes.
-
Hi Team, D12.2 P2. I have seen several comments about the IDE hanging. Are they really sure it has? My experience is that it appears to be hung and non-responsive but if I look in the Task Manager I can still see it doing something. No idea what. Sometimes it takes literally minutes, very frustrating minutes, and time wasting, but it eventually returns. I experience it most often when switching from Code to Design and vise-versa on my larger projects but from time-to-time on smaller projects as well. Just my experience Regards, Ian
-
Tks Lajos, You, that fixed it Tks. I didn't think about the race condition it would set up. Ian
-
MyCustomCalendar.pas Hi Team, Delphi 12.2 p2. 32 bit App. It builds and installs OK but when I go to add it to a form Delphi thinks about it for a while, way too long, and then falls over. 😞 It is a derivation of TMonthCalendar. Appreciate any insights. Regards & TIA,
-
Source still built even though the DCUs are first in the path..
Ian Branch replied to Ian Branch's topic in Delphi IDE and APIs
Ahhh. Thank you Uwe for the clarification and options. Much appreciated. -
Source still built even though the DCUs are first in the path..
Ian Branch posted a topic in Delphi IDE and APIs
Hi Team, I was/am under the understanding that if I build a function library such that the DCUs are in a bin directory, add it to Delphi, and add the bin and source directories, in that order, the source should not be rebuilt with the App if an element of the library is used. Is this the case? The reason for the question is that this is not what is happening here. Regards & TIA, Ian -
Hi Team, I have had a small dabble with various AI machines, Meta, ChatGPT & Gemini. None of them seem ready for prime time, yet. Getting close. I am seeking opinions of the use of one.any of the AI's in the IDE v keeping it separate via a browser? If in the IDE is favoured, which interface/AI? Regards, Ian
-
Handing over the baton to Thomas and Lars
Ian Branch replied to Daniel's topic in Community Management
Hear, Hear. -
Do the DevExpress VCL components play nicely with VCL Styles? If not, can they be made to? Regards & TIA, Ian
-
What new features would you like to see in Delphi 13?
Ian Branch replied to PeterPanettone's topic in Delphi IDE and APIs
I build 32 bit Apps exclusively because my Customers refuse to update their 32 bit Windows 7 PCs. Yes, I develop on a 64bit PC. -
Doh! Well, isn't that counter intuitive... Speaks volumes about how we 'journalise' when we read.. Thank you. All sorted now. Regards, Ian