|
How does RadVC work inside Visual C++ IDE? RadVC is a Visual Studio Add-In that lets a Visual C++ programmer work in a Visual Basic-like RAD environment. While the user creates or edits new forms / controls, sets properties or adds message handler for these controls, RadVC generates / removes source code behind the screen. . . . . . . . . . GO TO TOP . . . . . . . . . . How do I know RadVC is operating in my Developer Studio? When RadVC is operating, you'll see the 4 toolbar buttons as shown below.
. . . . . . . . . GO TO TOP . . . . . . . . . . My RadVC Toolbar buttons aren't visible
anymore. How do I get them back? . . . . . . . . . GO TO TOP . . . . . . . . . . Do I always have to start a fresh project from scratch to take advantage of RadVC features? No, you do not need to. You can start using RadVC tool at any stage of your project development. Not only you can add new forms to your project, but also you can add RFC / ActiveX controls to your existing CWnd - derived classes. . . . . . . . . . GO TO TOP . . . . . . . . . . No, RadVC does not modify your project files, it only adds (or removes) RFC specific code in the source files as you work on form designer. . . . . . . . . . GO TO TOP . . . . . . . . . . Is the new project created by RadVC Visual C++ compatible? Yes, it is. RadVC actually creates workspace and project files very similar to that created by Visual C++s AppWizard (for dialog-based app). The only change it makes to the project file is that it adds RFC library to the linker setting. . . . . . . . . . GO TO TOP . . . . . . . . . .
|