NewJ Application Wizards
for Visual C++ 7.1 or 6.0 IDE
There are three different NewJ application wizards:
(1) NewJ Console Application, (3) NewJ Win32 Application, (3) NewJ MFC Application.
All three application wizards produce code that is
generously commented, a plus for those new to NewJ Library.
The two latter application wizards also support the Control Control Manifest (XP look and feel).
The NewJ Console Application AppWizard,
which is based on the standard Win32 Console Application AppWizard,
creates Win32 console applications that use the NewJ Library.
It generates your main application class and entry point automatically.
The NewJ MFC Application AppWizard is based on the standard
MFC AppWizard (.exe), and it produces MFC applications that use the
NewJ Library. The generated code includes sample logic for integrating
MFC objects with NewJ Library.
The NewJ Win32 Application AppWizard, which is based on
the standard Win32 Application AppWizard, makes Win32 applications
that use the NewJ Library. The generated code includes sample logic for integrating
Win32 controls with NewJ Library.
Return to NewJ Library Features
|