Code: Select all
DataSection
Config:
IncludeBinary "A:/config.bmp"
EndDataSection
Global IconCfg = CatchImage(100, ?Config)
Debug "IconCfg = " + Str(IconCfg)
Global ImgCfg = ImageID(IconCfg) ;<------- Error reports
I have no idea what that means.
Also, the IconCfg sometimes reports a negative value, is that correct or mistake?
Could anybody help me out??


