Search found 9 matches
- Fri Jul 10, 2020 9:30 am
- Forum: madExcept
- Topic: Delphi 10.4
- Replies: 44
- Views: 30567
Re: Delphi 10.4
Would be great, thank you very much. Yes I did, but it either disables the leak checking completely (as expected) or keeps on crashing if I specify LeakChecking for the specific build target. Using {$ifdef LeakChecking}, there are two dimensions/four scenarios: Deactivating Leak Checking with the ME...
- Thu Jul 09, 2020 8:40 am
- Forum: madExcept
- Topic: Delphi 10.4
- Replies: 44
- Views: 30567
Re: Delphi 10.4
Yes I did, but it either disables the leak checking completely (as expected) or keeps on crashing if I specify LeakChecking for the specific build target. I also searched to forum a little and found this topic: http://forum.madshi.net/viewtopic.php?f=4&t=28554&start=15 I guess this explains ...
- Wed Jul 08, 2020 6:09 pm
- Forum: madExcept
- Topic: Delphi 10.4
- Replies: 44
- Views: 30567
Re: Delphi 10.4
Ok, this is strange .. I double checked it againl, but it doesn't crash with 2.8.8.0 for me. I'm compiling via IDE right now. The only difference in between the tests is the installed madExcept version. I can offer to share my screen with you if you want to take a closer look at the build environmen...
- Wed Jul 08, 2020 2:32 pm
- Forum: madExcept
- Topic: Delphi 10.4
- Replies: 44
- Views: 30567
Re: Delphi 10.4
@Madshi: You are right, this issue is not specific for Delphi 10.4, but for MadCollection 2.8.8.99, which is required for Delphi 10.4. We are using this exact code with Delphi 10.3 and MadCollection 2.8.8.0 for years already, without a problem and (as far as I see) in accordance with the documentati...
- Tue Jul 07, 2020 8:41 am
- Forum: madExcept
- Topic: Delphi 10.4
- Replies: 44
- Views: 30567
Re: Delphi 10.4
Hi again! May I ask for an update on this again? Thank you!
- Wed Jul 01, 2020 11:07 am
- Forum: madExcept
- Topic: Delphi 10.4
- Replies: 44
- Views: 30567
Re: Delphi 10.4
Hello @madshi! Do you have any update on this already? I wouldn't want to push it, but some of our projects are currently failing (as they already started to migrate to Delphi 10.4, not knowing about this issue), and we would have plan whether to wait on a fix or to revert back to Delphi 10.3. Thank...
- Fri Jun 26, 2020 9:46 am
- Forum: madExcept
- Topic: Delphi 10.4
- Replies: 44
- Views: 30567
Re: Delphi 10.4
We usually activate the leak reporting for debug builds only, This allows us to test the application internally and publish a version without the check (as it is faster without the check and it would irritate most of the users more, than we would benefit from it). As the .mes file is the same for bo...
- Fri Jun 26, 2020 9:24 am
- Forum: madExcept
- Topic: Delphi 10.4
- Replies: 44
- Views: 30567
Re: Delphi 10.4
FWIW, you seem to be using either leak reporting or "instantly crash on buffer overrun", is that intentional? If you don't use either of these features, madExcept64.dll isn't used at all. Can you reproduce the problem with a simple test project? It took us a little to figure this one out,...
- Wed May 17, 2017 9:12 am
- Forum: madBasic
- Topic: Windows Server 2016 is shown as Windows 10
- Replies: 1
- Views: 5182
Windows Server 2016 is shown as Windows 10
Hi, TOsEnum and COsDescr do not contain information for Windows Server 2016 yet and report such a system as Windows 10. The TOsVersionInfoExW.wProductType field is set to 3 (VER_NT_SERVER) and should provide the required indicator. (This was also used to patch TOSVersion with 10.2 Tokyo.) Additional...