Hi Ramiro,
I've come accross this error today, and about 9 hours later I was able
to make a nice testcase to reproduce it.
Thanks for taking the time to generate a test case.
- That executable is stripped using strip.exe. (CVS produces the same
error)
Is there a strip program included wit
Hello,
I've come accross this error today, and about 9 hours later I was able
to make a nice testcase to reproduce it.
Here's the scenario:
- A static library is built with MinGW gcc.exe *with* debug information.
- A C file which uses that static library is compiled with MSVC++'s cl.exe.
- Eve