Could not find type 'bool'

  • Thread starter Thread starter tdavis_acrc
  • Start date Start date
T

tdavis_acrc

the visual editor component refuses to work and I get his brain dead
warning when I try to use it

I compile and run clean, but the visual dialog editor is broken.

anyone have a clue how to slap this up-side the head, as it were?

....using Visual Studio C++ express edition
 
tdavis_acrc said:
the visual editor component refuses to work and I get his brain dead
warning when I try to use it

I compile and run clean, but the visual dialog editor is broken.

anyone have a clue how to slap this up-side the head, as it were?

...using Visual Studio C++ express edition

As a way of helping anyone else that has this trouble, I deleted the
class, rebuilt the control -- i.e. started over.

I dont know what the trouble was, and frankly I dont have time to debug
MS C++ parser, which is where the trouble appears to be, but I am
assuming there is white-space in the fordidden wizard added code
region, at least thats the only difference I can find betweent he old
class and the new, so be forwarned -- this POS apparently counts spaces.
 
Back
Top