Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help to debug a Dll

Status
Not open for further replies.

veerla

Programmer
Joined
Jan 15, 2002
Messages
2
Location
US
Hi!

Modules in my .mdb file, make use of procedures exported by some .dll files. These dll files were developed in Borland C++. I have source code for these dlls.

How to debug C++ code while running this .mdb file?
Any advice will be of great help to me.

Thanks in advance,
Veerla
 
Hallo,

If you have Visual C++ installed on your machine and you get a problem in Visual C++ code, you get the option to debug. I don't know if that only works for Visual C++ code though.

- Frink
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top