TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
normanordas
NA
25
0
Type Lib Conversion problem
Apr 15 2004 3:53 AM
I tried using the tlbimp.exe utility of .NET sdk to import a type library(a C API) to a compatible assembly code. I was succesful at doing that and was able to Add a Reference to the namespace i assigned. However when I tried to get the function of the imported assembly code its not there!!The enumtypes, deftypes, constants were present except for all the functions innate to the library. Has anyone encountered the same scenario? Should i program it now in unmanaged code using .NET's interop services if im unsuccessful of doing the latter one?
Reply
Answers (
2
)
WMP Problems
Calling C API functions