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
Joe Moslander
NA
1
0
Use a C# DLL from a VC++ 6 application
May 26 2010 3:51 PM
I have a large code base written in VC++ 6 that I would like to migrate to C#. I am thinking that the best way to do this is to implement pieces of the code in C# and call them from the C++ program.
I am trying to figure out how to write a C# DLL that can be called from a C++ 6 application. There are plenty of examples out there describing a console DLL that does this but I need to be able to have a user interface for the C# piece.
Does anyone know how to write a C# DLL that uses MFC or Windows UI that can be called from a VC++ 6 application?
Reply
Answers (
1
)
E-Mails issues. The E-mail came late.
windows service