Problem with popup menus
-
hi eerybody, i am having a problem with popup menus. The handlers associated with the menus are not called when i click on the menuitem in release mode but things work fine with debug mode. Can anyone help. thnx in advance, Amit
-
hi eerybody, i am having a problem with popup menus. The handlers associated with the menus are not called when i click on the menuitem in release mode but things work fine with debug mode. Can anyone help. thnx in advance, Amit
in debug mode, compiler do some more operations such as setting default variable values to 0 and undefined pointers to NULL. this may cause a wrong code to be run correctly, so check your code again and look for these types of errors. Vahid Kazemi (http://www.gameprogrammer.org)
-
in debug mode, compiler do some more operations such as setting default variable values to 0 and undefined pointers to NULL. this may cause a wrong code to be run correctly, so check your code again and look for these types of errors. Vahid Kazemi (http://www.gameprogrammer.org)
i looked over but didn't get any problem of type.