Primož Gabrijelčič

Results 28 comments of Primož Gabrijelčič

Hmmmm, this looks bad. It definitely shouldn't behave in this way. I'll look into it.

Provide a minimal working example (http://sscce.org), please.

Sorry, but I can't repeat your problem with Delphi 10.3 Rio and latest OmniThreadLibrary source code.

It looks like you have rebuilt some of your software with the new OTL, but not all of it.

Wow! That's interesting! Looking into that. No idea what's going on.

OK, I see the problem. It may be tough one to fix due to certain implementation details.

Added to the repository, thanks! What about OtlCommon.hpp and OtlSync.hpp? Please keep in mind that I really know nothing about how C++Builder works with Delphi sources. If you want anything...

Sorry, but I will not commit a file that would change such a basic functionality for many users. The pascal side should stay - if at all possible - the...

IFDEF BCB should do the trick: http://stackoverflow.com/questions/2627927/conditional-directive-to-identify-c-builder-personalities/2631343#2631343 This is how I imagined the new code: property AsArrayItem[idx: integer]: TOmniValue read GetAsArrayItem write SetAsArrayItem; default; {$IFNDEF BCB} property AsArrayItem[const name: string]:...