Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Callback with c++
#3
Thanks, but the problem is on compile time - not run time.
I will probably need to create a handler class.

This is a delphi Example but i can't figue out how to do it in c++

procedure TIWForm1.IWAppFormCreate(Sender: TObject);
begin
RegisterCallBack('myAjaxFunc',
procedure (aParams: TStrings)
begin
WebApplication.ShowMessage('this is an anonymous method used as a callback');
end
);
end;
Reply


Messages In This Thread
Callback with c++ - by kpenzkofer - 04-23-2021, 07:54 AM
RE: Callback with c++ - by Jose Nilton Pace - 04-23-2021, 12:19 PM
RE: Callback with c++ - by kpenzkofer - 04-23-2021, 01:43 PM
RE: Callback with c++ - by rlebeau - 04-23-2021, 03:34 PM
RE: Callback with c++ - by kpenzkofer - 04-23-2021, 03:52 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)