FILE: Rtwizx86.exe and Rtwizaxp.exe Create New Resource Types

Last reviewed: March 17, 1998
Article ID: Q182192
The information in this article applies to:
  • Microsoft Visual C++, 32-bit Editions, versions 4.2b, 5.0

SUMMARY

Rtwizx86.exe is the Resource Type AppWizard for Microsoft Visual C++ on the X86 platform. Rtwizaxp.exe is the Resource Type AppWizard for Microsoft Visual C++ on the RISC platform.

The Resource Type AppWizard helps you create a new resource type. The generated code provides the structure for resource type functionality, including the following:

  • DLL entry points and default functionality for each
  • Resources and code for Cluster Administrator extensions
  • Code for setting and retrieving private and common properties

NOTE: The code generated by the Resource Type AppWizard requires ATL version 2.0 or greater and MIDL version 3.00.44 or greater.

To use the Resource Type AppWizard, you need to copy the files in this distribution to the appropriate location in the Visual C++ directory structure. If you are using Visual C++ 4.x, you should place Restypaw.awx and Restypaw.hlp in the C:\Msdev\Template Directory. If you are using Visual C++ 5.0, place Restyp5.awx and Restypaw.hlp in the C:\Program Files\Devstudio\Sharedide\Template Directory. Then, rename Restyp5.awx to Restypaw.awx. Now you can start Visual C++ and create a new project using the Resource Type App Wizard.

NOTE: the paths above assume that Visual C++ 4.x is located in the C:\Msdev directory and that Visual C++ 5.0 is located in the C:\Program Files\Devstudio directory.

MORE INFORMATION

The following files are available for download from the Microsoft Software Library:

 ~ Rtwizx86.exe (size: 154546 bytes) 
                  AppWizard files for the X86 platform
 ~ Rtwizaxp.exe (size: 168537 bytes) 
                  AppWizard files for the Alpha platform

For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q119591
   TITLE     : How to Obtain Microsoft Support Files from Online Services

The Resource Type AppWizard is also available in the Platform SDK in the following directory:

   C:\MSSDK\Samples\Winbase\Cluster\Template

NOTE: the path above assumes that the SDK is located in the C:\MSSDK directory.

REFERENCES

Microsoft Platform SDK: Using the Resource Type AppWizard

Keywords          : WizardIss kbfile
Version           : WINNT:4.2b,5.0
Platform          : winnt
Issue type        : kbinfo


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 17, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.