Step 4: Compiling the SimpleSample DLL (Visual C++ Tutorial) [Office 2003 SDK Documentation]
Previous Step 3: Creating the smart document DLL
To compile your SimpleSample DLL in Microsoft Visual C++ 6.0, on the Build menu, click Build SimpleSampleCP.dll.
Troubleshooting
If you get errors during the compile process, make sure you've taken the following actions:
- Added a reference to the Microsoft Office Smart Tag 2.0 Type Library.
- Matched your code to the code in the SimpleSample Smart Document Code Module.
- Added all remaining methods of the ISmartDocument interface, even if they are unused (as described in step 5 of Creating the Smart Document DLL.
Note If you have verified the previous items and continue to get errors, see the Testing and Troubleshooting section.
Next Step 5: Creating the SimpleSample XML expansion pack manifest file