Gast
#802839
Hallo!
Vielleicht könnt ihr mir helfen, probiere gerade im dev Cpp 4.9.9.2 eine
einfache winsmart applikation (ist nur hello world) zum laufen zu
bekommen, bei der Compilation kommt immer folgender Fehler:
'createMessageBox' undeclared (first use this function)
(Each undeclared identifier is reported only once for each function it
appears in)
(Build error) (main.o)
Mein Code:
#include "SmartWin.h"
using namespace SmartWin;
int SmartWinMain( Application & app )
{
createMessageBox().show( "Hello World" );
return 0;
}
Kann mir jemand helfen?