Jump to content

broetman

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. broetman

    D2009 error

    Hi, I'm new and also just trying to start with parallel programming. My first issue is the installation in D2009 ; version of OmniThreadL 3.07.7: 2019-02-23: I get an error: [DCC Error] OtlSync.pas(1556): E2037 Declaration of 'Implicit' differs from previous declaration and it refers to this piece of code: class operator Locked<T>.Implicit(const value: Locked<T>): T; begin Result := value.Value; end; { Locked<T>.Implicit } So my question is: How to pass this hurdle? Thanks in advance,
×