Shannon V. OKeets
Posts: 22095
Joined: 5/19/2005 From: Honolulu, Hawaii Status: offline
|
quote:
ORIGINAL: ashkpa Hi, I notice when I run this patch, it indicates 4.2.1.1 (debug). Is this supposed to be a debug version? Does it have extra functionality with that nomenclature? Pat The version of Delphi (10.3) I am using has problems. One of them is that if I compile, link, and build MWIF without including 'DEBUG' (a Conditional Defined label), the executable is unable to correctly display forms. So, I include the 'DEBUG' label and the compiler makes it part of the version number/label. In actuality, the MWIF code ignores the DEBUG label, so all the features normally associated with it are ignored. Instead, I define a second label ('DEBUG2') when I want the executable to include all the debug feature for myself and the beta testers. What customers receive has DEBUG, but not DEBUG2. The beta tester versions have both. Yeah, this is a lot more than any of you wanted to know. It's just a small glimpse into some of the weirdness programmers have to deal with.
< Message edited by Shannon V. OKeets -- 1/25/2021 6:59:35 PM >
_____________________________
Steve Perfection is an elusive goal.
|