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
nimishra
NA
2
0
Calling static library functions in C#
Mar 21 2005 6:51 AM
We already have so many classes written in VC++ - 6.0. I want to use these classes in C#. One of the idea that I want to implement is make a static library and use it. In VC - 6.0, this is achieved by linking the library file and adding .h files. But how would one do this in C#? Thx in Advance
Reply
Answers (
1
)
CCW
multifile assembly Helllllp