Several times people have asked me how to compile their own GExperts dll. It’s really simple, here is how.
Category: GExperts
New Expert IFDEF in GExperts
New expert: Warn directives
GExperts 1.38 experimental twm 2016-07-24 released
This is another test release before Erik is going to do an official 1.39 release. Please report any bugs you may find (preferentially in the GExperts community on Google+ or the bug tracker on SourceForge) Again, I have built installers for each Delphi version. These installers should install everything that is necessary, including the files … Continue reading GExperts 1.38 experimental twm 2016-07-24 released
Updated GExperts Documentation
I added some new pages to my blog to document all the changes and improvements I have made to GExperts that so far are not in the official documentation. I probably still missed a few...
GExperts 1.38 experimental twm 2016-06-05
NOTE: The GExperts homepage is linking here, but this is not the latest release. See the experimental GExperts version page instead. This is another test release before Erik is going to do an official 1.39 release. Please report any bugs you may find (preferentially in the GExperts community on Google+ or the bug tracker on … Continue reading GExperts 1.38 experimental twm 2016-06-05
GExperts 1.38 experimental twm 2016-05-26
This is another test release before Erik is going to do an official 1.39 release. Please report any bugs you may find (preferentially in the GExperts community on Google+ or the bug tracker on SourceForge) Again, I have built installers for each Delphi version. These installers should install everything that is necessary, including the files … Continue reading GExperts 1.38 experimental twm 2016-05-26
Thank you, GExperts contributors
I would like to thank those people who have contributed to GExperts during the time that I have been maintaining most of it. There have been various contributions ranging from feature suggestions with partial implementations, good bug reports, to bug fixes that worked out of the box. You might have had the impression that the … Continue reading Thank you, GExperts contributors
GExperts 1.38 experimental twm 2016-05-07
This is a test release before Erik is going to do an official 1.39 release. Please report any bugs you may find (preferentially in the GExperts community on Google+ or the bug tracker on SourceForge) In contrast to my previous releases there are now installers for each Delphi version. These installers should install everything that … Continue reading GExperts 1.38 experimental twm 2016-05-07
Why blank lines matter
This had me puzzled for a minute: [delphi] program CodeLibrarian; {$R *.res} uses GX_VerDepConst in '..\..\Framework\GX_VerDepConst.pas'; procedure ShowCodeLib; external GExpertsDll; begin ShowCodeLib; end. [/delphi] This is all the code there is to the stand alone Code Librarian tool that comes with GExperts. Then it dawned me. It's much easier to understand if you add a … Continue reading Why blank lines matter