Debugging a DLL in VB 6

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am new to VB and I am trying to debug a SMTP On_Arrival message sink. I
would like to be able to do this real-time (I have been told this is
possible), but I can't seem to get it to work. Anyone know how to achieve
this? I am running this on Win 2000 using VB 6.0.

FYI, the sink DLL is called by Exchange on the fly whenever an e-mail is
received by the server (so I am not exactly sure which specific EXE calls it).

Thanks in advance...
 
This group is for dotnet (.NET) questions using VB.NET. For VB6, try posting
in microsoft.public.vb.* newsgroups.

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 
If you know how to get this to work in VB .NET, that would be helpful, too.
I can conver the code to .NET (it would be worth it if I can get real-time
debugging to work).
 

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

Back
Top