Hi,
I want to develop a windows program AAA.exe which loads BBB.dll. AAA.exe and BBB.dll are developed by using Visual C.
And BBB.dll will load CCC.dll, and call some exported functions from CCC.dll. CCC.dll is developed by normal C in cygwin.
The problem is how can I debug AAA.exe, BBB.dll and CCC.dll in one environment like Visual C? Or Any other choices?
See the FAQ entry:
Can I use the gdb debugger to debug programs built by VC++? <http://cygwin.com/faq/faq_toc.html#TOC121>
Also, a review of <http://cygwin.com/problems.html> would be worthwhile.
-- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/