A
Anna
Hi,
I'm using VS.NET 2003 on Win2000 (SP3).
I am trying to import a dll developed in VC++6.0 into my
VC.net project. I keep getting linker errors complaining
about GetThisClass and GetThisMessageMap functions from
RUNTIME_CLASS and BEGIN_MESSAGE_MAP respectively. The
problem I found was in the redefinition of these macros.
The old versions, used in VC6.0 didn't have these
functions.
Does anybody know how can I import the dlls without re-
writing them in .Net. I have too many dlls that I would
like to re-use.
Thanks in advance.
Anna.
I'm using VS.NET 2003 on Win2000 (SP3).
I am trying to import a dll developed in VC++6.0 into my
VC.net project. I keep getting linker errors complaining
about GetThisClass and GetThisMessageMap functions from
RUNTIME_CLASS and BEGIN_MESSAGE_MAP respectively. The
problem I found was in the redefinition of these macros.
The old versions, used in VC6.0 didn't have these
functions.
Does anybody know how can I import the dlls without re-
writing them in .Net. I have too many dlls that I would
like to re-use.
Thanks in advance.
Anna.