Article # 6, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
Where are bitmap tool header files stored?
Question: I want to use the bitmap tools in my paint program. Where are they in the header files? Answer: The bitmap tool controller is defined in /PCGEOS/INCLUDE/OBJECTS/BITMAPC.GOH. The controller class is VisBitmapToolControlClass and this is used just like GrObjToolControlClass. You will have to edit the BITMAPC.GOH file before you can use it. There is a struct defined in it that is also defined in GROBJ.GOH, and if you're using both (which is highly likely), then you should comment out the struct in BITMAPC.GOH called RectDWFixed. It is not used in BITMAPC.GOH, so you won't affect anything (that I'm aware of).