Search found 7 matches

by katar1024
Tue Aug 21, 2018 8:29 am
Forum: madCollection
Topic: madExcept config Load/saving bug
Replies: 6
Views: 12597

Re: madExcept config Load/saving bug

to test this case, you can create a projectgroup with at least 20 sub projects then assign all of them with madexcept, then put the whole projectgroup folder into a network sharing for remotly opening, saving or compiling :wink:
by katar1024
Tue Aug 21, 2018 8:06 am
Forum: madCollection
Topic: madExcept config Load/saving bug
Replies: 6
Views: 12597

Re: madExcept config Load/saving bug

and i don't know why, because i nowly using giga network, all of the nic and switches are giga speed and all of the UPT are class 6 i don't know how to enable or disable the network caching i think the database of sqlite almost forced requires operation in transact mode, and the puropse is also decr...
by katar1024
Tue Aug 21, 2018 7:32 am
Forum: madCollection
Topic: madExcept config Load/saving bug
Replies: 6
Views: 12597

Re: madExcept config Load/saving bug

and here is my code of solution, you can uses it as a reference: unit U_Profile; interface uses Windows, U_xhUtils, U_xhHash; type IProfileSection = interface //function _GetList(): TSA; function _GetLines(): TSA; function _GetSectionName(): String; function _GetBooleanValue(const key_name: String):...
by katar1024
Tue Aug 21, 2018 7:29 am
Forum: madCollection
Topic: madExcept config Load/saving bug
Replies: 6
Views: 12597

Re: madExcept config Load/saving bug

And then I have found a mes config file saving and loading bug from a network sharing, and this also causes a slow speed, In my situation, I have set up a sharing machine in my LAN and stored my project coding by using windows share, so all laptop and virtual machine can developing and debugging wit...
by katar1024
Tue Aug 21, 2018 7:25 am
Forum: madCollection
Topic: madExcept config Load/saving bug
Replies: 6
Views: 12597

madExcept config Load/saving bug

First of all, there is an character conflict problem, I have that you using a character of #$b4 that point out of no value while using GetPrivateProfileStringA, but in Asia Character it was recognized as a Chinese Character with the bytes follow, so IDE displayed as an unterminated statement and don...
by katar1024
Tue Aug 14, 2018 5:44 pm
Forum: madCollection
Topic: madExcept Package intergrated build bug
Replies: 2
Views: 8289

Re: madExcept Package intergrated build bug

okay, that's fine
and by the way, i have found two bugs in reading and writing .mes config file
i will post as a new topic later :wink:
by katar1024
Tue Aug 14, 2018 2:53 pm
Forum: madCollection
Topic: madExcept Package intergrated build bug
Replies: 2
Views: 8289

madExcept Package intergrated build bug

:D :D in this situation and other purpuse, I have to compile All Delphi, third party Unit and MadExcept into a single Huge Package, so common bpl such as rtlxxx.bpl and vclxxx.bpl was not used in my Framework. But i was confused that madExcept wasn't worked for a long time, today i have found the re...