I am using mapinfo 10 and I have created dll with Pelles C with 16*16 and 24*24 bmp images. I placed the dll file into folder containing .mbx file but I get error :
Unableable to locate external icon resource.
Am I missing something.
Code:
Create ButtonPad "mybuttonpad" As
ToggleButton
ID 1001
Icon 8001 File "icon.dll"
Calling vendor_ButtonAction
HelpMsg "ICONTEST"
Show