Registering the Dll for COM use


You can register the conaito PPLibrary.dll for use within your COM application by the help of Regasm.exe which is available with the .NET Framework.


Using Regasm.exe from .NET Framework


Its easier than getting cup of tea, its healthier that smoking marijuana, stay with us . . .

The command to do it is:


// command line at the DOS prompt

Regasm Dll\PPLibrary.dll /unregister
Regasm Dll\PPLibrary.dll /tlb:PPLibrary.tlb /codebase

Regasm.exe reads the metadata within an assembly and adds the necessary entries to the registry, which allows COM clients to create .NET Framework classes transparently.

Note: Regasm.exe can be found in "%windir%\Microsoft.NET\Framework\v1.1.xxxx" where xxxx is the build number of the .NET Framework you are using.

Now you are ready to use the wrapped .NET class in your VB6 program.


Note: Executing COM Project in debug mode might give an error. Create an exe and then test it.


Using VisualBasic 6.0 sample - conaito PPT2Flash SDK


To run VB6 Sample follow next steps:

1. Run Register.bat.

2. Run PPTLibraryTestsVB6.exe or open PPTLibraryTestsVB6.vbp using VisualBasic 6.0


More information: How to consume a managed type from COM

http://msdn2.microsoft.com/en-us/library/zsfww439.aspx



* Adobe Flash®. and Macromedia Breeze® are registered trademarks of Adobe.

* Microsoft PowerPoint® is a registered trademark of Microsoft.



Any Questions?


Our Support Forum or Knowledgebase/ Helpdesk is the best way for your questions. By this way can we help many user to find a answer on their questions.

Please feel free to contact the conaito Support Team incase of any question.

Copyright © 2009, conaito Technologies - www.conaito.com. All rights reserved.

Created with the Freeware Edition of HelpNDoc: Easily create CHM Help documents