Table of Contents

Search

  1. Preface
  2. Working with Transformations
  3. Aggregator Transformation
  4. Custom Transformation
  5. Custom Transformation Functions
  6. Data Masking Transformation
  7. Data Masking Examples
  8. Expression Transformation
  9. External Procedure Transformation
  10. Filter Transformation
  11. HTTP Transformation
  12. Identity Resolution Transformation
  13. Java Transformation
  14. Java Transformation API Reference
  15. Java Expressions
  16. Java Transformation Example
  17. Joiner Transformation
  18. Lookup Transformation
  19. Lookup Caches
  20. Dynamic Lookup Cache
  21. Normalizer Transformation
  22. Rank Transformation
  23. Router Transformation
  24. Sequence Generator Transformation
  25. Sorter Transformation
  26. Source Qualifier Transformation
  27. SQL Transformation
  28. Using the SQL Transformation in a Mapping
  29. Stored Procedure Transformation
  30. Transaction Control Transformation
  31. Union Transformation
  32. Unstructured Data Transformation
  33. Update Strategy Transformation
  34. XML Transformations

Transformation Guide

Transformation Guide

Step 1. Create an ATL COM AppWizard Project

Step 1. Create an ATL COM AppWizard Project

  1. Launch Visual C++ and click File > New.
  2. In the dialog box that appears, select the Projects tab.
  3. Enter the project name and location.
    In the BankSoft example, you enter
    COM_VC_Banksoft
    as the project name, and
    c:\COM_VC_Banksoft
    as the directory.
  4. Select the
    ATL COM AppWizard
    option in the projects list box and click OK.
    A wizard used to create COM projects in Visual C++ appears.
  5. Set the Server Type to Dynamic Link Library, select the
    Support MFC
    option, and click Finish.
    The final page of the wizard appears.
  6. Click OK to return to Visual C++.
  7. Add a class to the new project.
  8. On the next page of the wizard, click the OK button. The Developer Studio creates the basic project files.

0 COMMENTS

We’d like to hear from you!