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
Karthik Agarwal
NA
748
266.5k
How to create a dll based on the c code in vc++?
Feb 8 2012 9:10 AM
Hi,
I have a C code for which i have to generate dll but i myself chose to do it in vc++ (visual studio 2008). I thought i have succeeded in doing that but i wasn't. I found that when i wrote a test application to refer that dll. when i tried to add a reference in test application it says that "could not add a reference to the file chosen because it is neither a .Net assembly or registered ActiveX control".
Can anyone tell me what's the problem or is this the way to do or else did i do something wrong? Earliest response is appreciated.
Reply
Answers (
5
)
About templetes C++
How to use forward declaration of class from different namespaces?