Skip to content
New issue

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

Lazarus 3.2 #38

Open
valberaguiar opened this issue Apr 12, 2024 · 3 comments
Open

Lazarus 3.2 #38

valberaguiar opened this issue Apr 12, 2024 · 3 comments

Comments

@valberaguiar
Copy link

Is project compatible with Lazarus 3.2?

@valberaguiar
Copy link
Author

valberaguiar commented Apr 12, 2024

The line 820, unit StompClient there is:
TThread.Synchronize(nil,
procedure
begin
FStompClientListener.OnListenerStopped(FStompClient);
end);

This code not is compatible with Lazarus

@valberaguiar
Copy link
Author

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}

@melissagobatti
Copy link

I believe the project died years ago without a new commit, I'm testing it in Lazarus 2.4 and it doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants