dummzeuch
Note to self: There is an easy way to get the current line number in Delphi, using the following function and JclDebug: function GetCurrentLineNumber: Integer; var ModInfo: TJclLocationInfo; begin ModInfo := GetLocationInfo(ReturnAddress); Result := ModInfo.LineNumber;… … Read more
9 months ago in Delphi0
GunSmoker
A client contacted us and said that he could not install EurekaLog. More precisely: EurekaLog is installed, but subsequent launch of the IDE raises an error: Can’t load package C:\Program Files (x86)\Neos Eureka S.r.l\EurekaLog 7\Packages\Studio25\Eure… … Read more
10 months ago in Delphi, EL 7.x, installation, Stories0
Danny
Begin de lente goed met een Delphi 12 VCL Essentials training! Deze driedaagse training vindt plaats van 20 maart tot en met 22 maart plaats in de historische locatie van kasteel Montfoort. Deze nederlandstalige training… … Read more
10 months ago in Delphi0
kimbomadsen
Next release of kbmMW will contain a new feature that allows for making already short statements even shorter. The feature was implemented on basis of a question on one of […] … Read more
10 months ago in Delphi, LINQ0