Re: Linking VS6.0 DLL to .Net 2003 - CString Error
- From: David Wilkinson <no-reply@xxxxxxxxxxxx>
- Date: Tue, 19 Dec 2006 06:25:04 -0500
sreenubkaimal@xxxxxxxxx wrote:
But if i recompile it in VS.net , will I b able to call the dll from a
wrapper written in VS 6.0 ?
I think i need to explain it ..
The main prob is that
1. The DLL can be created using .Net 2003 OR VS 6.0. (It should be an
MFC dll)
2. The DLL exposes classes and methods which uses CString.
3. Wrapper should be written in both .Net and VS 6.0 , for the same
dll.
The caller and the DLL have to use the same version of the compiler. So if you want to use the DLL from both a VC6 caller and a VS2003 one, you need two versions of the DLL.
David Wilkinson
.
- References:
- Linking VS6.0 DLL to .Net 2003 - CString Error
- From: sreenubkaimal
- Re: Linking VS6.0 DLL to .Net 2003 - CString Error
- From: David Wilkinson
- Re: Linking VS6.0 DLL to .Net 2003 - CString Error
- From: sreenubkaimal
- Re: Linking VS6.0 DLL to .Net 2003 - CString Error
- From: sreenubkaimal
- Linking VS6.0 DLL to .Net 2003 - CString Error
- Prev by Date: Re: Getting class pointer from interface pointer [don't use structures?]
- Next by Date: novice in directx
- Previous by thread: Re: Linking VS6.0 DLL to .Net 2003 - CString Error
- Next by thread: 1 solution, 2 projects: how to use function form project B into project A
- Index(es):
Relevant Pages
|