I've found it in my visual studio folder, but when i open it it simply loads and closes instantly. is that the right way to reach to it's functionalities ?
Asked
Active
Viewed 1.7k times
7
-
The exe needs arguments on which library needs to be imported. Open visual studio command prompt & type "tlbimp" to see what argument it expects. – shahkalpesh Nov 21 '09 at 19:55
-
you should have a look at [Type Library Importer (Tlbimp.exe)](http://msdn.microsoft.com/en-us/library/tt0cf3sx%28VS.80%29.aspx) – John Boker Nov 21 '09 at 19:54