Hello Sir,
I am installed the carbide 2.0 in windows 7 enterprise OS . when I tried to build the application I got the following error "bldmake returned with exit value = -1". Please help me shortout the problem.
Printable View
Hello Sir,
I am installed the carbide 2.0 in windows 7 enterprise OS . when I tried to build the application I got the following error "bldmake returned with exit value = -1". Please help me shortout the problem.
Note that the Console view shows you the entire build output. That can tell more.
Also note that the SDK you use matters a lot, Carbide.c++ 2.0 is a very old release, it may have problems with the most recent SDK-s. Unless you have some specific reason for this particular Carbide.c++ release, you may rather want to consider upgrading to 2.7 or 3.x.
Hello sir,
I am new in this development,so tell me please how to create a text to show on screen on pressing "help" from menu item.
Please guide me to short out this problem.
Issue in #1 got resolved? & now you want to know as how to write text on the screen ?
Issue 1 was resolved by installing windows xp,it is as it is in windows 7.
and sir tell me please how to display a text on screen on click menu item.
If a popup text is enough for a starter, consider checking HelloWorldBasic example from the SDK. It shows text on the screen after selecting a menu item.