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
Is project compatible with Lazarus 3.2?
The text was updated successfully, but these errors were encountered:
The line 820, unit StompClient there is: TThread.Synchronize(nil, procedure begin FStompClientListener.OnListenerStopped(FStompClient); end);
This code not is compatible with Lazarus
Sorry, something went wrong.
There is other problem: Unit StompClient, procedure ParseHeartBeat, the function "Fetch" not found.
PS: Unit IdGlobal not present at FPC
{$IFDEF FPC} const CHAR0 = #0; {$ELSE} uses // Windows, // Remove windows unit for compiling on ios IdGlobal, IdGlobalProtocols, Character; {$ENDIF}
I believe the project died years ago without a new commit, I'm testing it in Lazarus 2.4 and it doesn't work.
No branches or pull requests
Is project compatible with Lazarus 3.2?
The text was updated successfully, but these errors were encountered: