Gadgets > Creating GUI Applications with Rogue Wave Views Studio > Using the Generated Code > Generating the C++ Code > Testing the Generated Application
 
Testing the Generated Application
To test the generated application, run the make utility in the application object directory using the generated make file, then launch myappli. Following is an example of the commands. If the object directory is /tmp/test:
cd /tmp/test
make -f myappli.mak
myappli
To end the application, close the Result panel with your window manager.

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.