CreatePopupMenu

Issue #63 resolved
tueddy created an issue

Code:

procedure TFormMain.ButtonProfilesClick(Sender: TObject);
var
  pnt: TPoint;
begin
  if GetCursorPos(pnt) then
    PopupMenuProfiles.Popup(pnt.X, pnt.Y);
end;

listen Process Control Server Started pid 3593 exe built Jan 9 2017 sentinelFunc 3595 CrossVcl v 0.35 Copyright 2017 Eugene Kryukov This is beta software for testing purpose only.

dyld: lazy symbol binding failed: Symbol not found: CreatePopupMenu

Comments (3)

  1. Log in to comment