Re: how to debug dll compiled from cygwin in windows

2003-08-02 Thread Larry Hall
Liu wrote: 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,

how to debug dll compiled from cygwin in windows

2003-08-02 Thread Liu
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 an