Merging RTSKit with TGE 1.4
by Robert Stewart · in RTS Starter Kit · 09/18/2005 (1:36 pm) · 3 replies
Ok so far so good, I have only one problem and that has to do with GuiRTSTSCtrl.
Here is the error
Here is the error
'bit': identifier not found, even with argument-dependent lookupreferring to
enum PanEdge {
EdgeNone = bit(0),Acually I had lots of problems, but they were easily fixed, I'm not sure what to do to fix this problem. Help Appreciated.About the author
#2
09/18/2005 (2:26 pm)
Haha, thanks for the help, just before deciding to close this thread(and finding your post), I had already figured that out. Thanks though
Torque 3D Owner Jacopo De Luca
Default Studio Name
Try changing it in uppercase.
enum PanEdge { EdgeNone = BIT(0),Bye,
Jacopo