MFC to .NET DLL Conversion

G

Guest

To Whom This May Concern:
I currently have several projects that I originally wrote in Visual C++
..NET 2003 with MFC. Many of these projects are MFC extension DLLs, that have
a
__declspec(dllexport) function that acts as a entry point into the dlls.
However, recently when trying to convert these MFC extension DLLs to .NET (by
turning on the /clr flag in the compiler), I receive several errors when I
compile. The common error that I get is LNK2028, unresolved token, followed
by the signature of a function I am trying to export via __cdecl(dllexport)
macro. Any ideas?

Sincerely,

James Simpson
Straightway Technologies Inc.
 
H

Herhor

James Simpson pisze:
To Whom This May Concern:
I currently have several projects that I originally wrote in Visual C++
.NET 2003 with MFC.

Farewell MFC! Welcome .NET!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top