We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Would CurrentThreadName be placed inside implementation section and called using a function?
The compiler reported this worning:
[dcc32 Warning] Controller.dpk(79): W1032 Exported package threadvar 'mormot.core.os.CurrentThreadName' cannot be used outside of this package
https://docwiki.embarcadero.com/RADStudio/Alexandria/en/W1032_Exported_package_threadvar_%27%25s.%25s%27_cannot_be_used_outside_of_this_package_(Delphi)
Best regards.
The text was updated successfully, but these errors were encountered:
renamed CurrentThreadName threadvar as CurrentThreadNameShort function
45523fd
- to please Delphi packages linking - reported in #241
Should work as you expect now.
Please reopen if needed.
Sorry, something went wrong.
No branches or pull requests
Hi,
Would CurrentThreadName be placed inside implementation section and called using a function?
The compiler reported this worning:
[dcc32 Warning] Controller.dpk(79): W1032 Exported package threadvar 'mormot.core.os.CurrentThreadName' cannot be used outside of this package
https://docwiki.embarcadero.com/RADStudio/Alexandria/en/W1032_Exported_package_threadvar_%27%25s.%25s%27_cannot_be_used_outside_of_this_package_(Delphi)
Best regards.
The text was updated successfully, but these errors were encountered: