CapitolSoft Banner
Features
Tutorials
F.A.Q.s
Downloads
Articles
Open Architecture
Control Development Kit
RAD Foundation Class
Enhanced IntelliSense
Samples
Migration Center
Links
General RadVC F.A.Q.

(Frequently Asked Questions)

If you have any general type of technical question regarding installation or usability issues, We recommend you to visit our Tutorial Section first.

Please contact us if you do not find the answer to your question in Tutorial or F.A.Q. areas.

 

 

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.

toolbar.jpg (3474 bytes)


If you don't see the RadVC configuration button, you'll need to make sure RadVC is activated. See the tutorial section on how to activate RadVC manually.

.  .  .  .  .  .  .  .  . GO TO TOP .  .  .  .  .  .  .  .  .  .

My RadVC  Toolbar buttons aren't visible anymore. How do I get them back?
You need to toggle the setting in the Tools/Customize... dialog box. Turn RadVC off and close the "Customize" dialog; then open the dialog and turn RadVC on again. You should see the toolbar buttons after you've closed the dialog for the second time.

.  .  .  .  .  .  .  .  . 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 .  .  .  .  .  .  .  .  .  .

I am working on a Visual C++ project and planning to use RadVC for further development. Is there any danger that RadVC might modify my project files.

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 .  .  .  .  .  .  .  .  .  .

 

 

[ Home ][ Order Now ][Feedback][ Contact Us ][ About CapitolSoft ]
[ Features ][ Tutorial ][ Samples ][ F.A.Q.s ][ Download ][CDK]