|
Hi,
This is the first time I post here. I developed an application using VC++ 6.0 and VB 6.0. The VC++ part is an MFC dll, its functions are called by the VB part, which is an exe. This application works quite well.
Recently I decided to try C# and rewrote the VB6 portion in VC# 2005 Express. It looks OK, but unfortunately I cannot check if it passes the arguments correctly to the exported functions of the dll.
If I try to debug the VC++ dll using the exe compiled from C# 2005 express, the application does not even start, not even if I set a breakpoint at the first line of code that is executed in the dll. This problem never appeared when I used the exe compiled from VB6.
Could be an unmanaged - managed thing, I do not know. This is the first time I used VS.net.
I would really appreciate if anyone could help me.
|