Andrew R.
September 24th, 2001, 01:07 PM
Thank you.
|
Click to See Complete Forum and Search --> : Can I get .tlb or .odl file of my ActiveX DLL project? Andrew R. September 24th, 2001, 01:07 PM Thank you. Cimperiali September 25th, 2001, 02:06 AM You can get the Tlb file selecting "remote component" from project->properties->Component and compiling the project Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Micahel and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus. The Rater Biplab Das September 26th, 2001, 03:59 PM Use the Ole View's "View type lib" Menu command to point to the DLL and then obtain its corresponding IDL file. (I dont know how you can get corresponding ODL file but I feel it shouldnt matter to you,isnt it?) You can then use MIDL compiler to get its correspondinh .TLB file. However a VB based DLL can be used at almost all places where you might require a .TLB file. You can even use it with "#import" satement in VC++. Biplab codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |