Here is where my problem is:
Code: Select all
Procedure Grid_Callback(*gadget.PB_Gadget,hwnd.l,uMsg.l,wParam.l,lParam.l)
Protected *notify.GRIDNOTIFY
Protected pbid = GetProp_(*gadget\Gadget,"PB_ID")
Protected PB_Gadget_SendGadgetCommand.PB_Gadget_SendGadgetCommand
!EXTRN _PB_Gadget_SendGadgetCommand@8
!MOV [p.v_PB_Gadget_SendGadgetCommand],dword _PB_Gadget_SendGadgetCommand@8I get that EXTRN _PB_Gadget_SendGadgetCommand@8 is already defined. Commenting out either of the inline ASM lines either throws an undefined symbol error, or the grid control no longer becomes visible. Anyone have any ideas what could be going wrong?


