Search found 1 match
- Mon Sep 11, 2006 09:05
- Forum: Help
- Topic: Checkbox marked detection problem
- Replies: 0
- Views: 1871
Checkbox marked detection problem
have a problem with the CEGUI::Checkbox::isSelected function. It returns a bad value when running in Release mode but not in Debug mode (VS2003.NET). In Release mode this function below prints "171" everytime called. In Debug mode it prints '0' and '1' every second time. Is there something...