Ian MacLean wrote:
Hi Helmut,
I had a look at the two dlls with depends and they look pretty much
the same - although the gcc one has a dependency on cygwin.dll. My
suspician is that there is some issue with the cygwin runtime that
causes it to misbehave when called with P/Invoke. You could try
Hi Helmut,
I use nant rc1 on Windows XP.
I want to use wrapped functions out of a gcc-generated dll,
but detected following problem:
A function defined via task script doesn't return
when calling a function from a dll created by gcc.
I"ve done some testing and it turns out that this is
Helmut Dipper wrote:
I use nant rc1 on Windows XP.
I want to use wrapped functions out of a gcc-generated dll,
but detected following problem:
A function defined via task script doesn't return
when calling a function from a dll created by gcc.
when you say return do you mean it doesn't return th
Hello,
I use nant rc1 on Windows XP.
I want to use wrapped functions out of a gcc-generated dll,
but detected following problem:
A function defined via task script doesn't return
when calling a function from a dll created by gcc.
Remarks:
- I attached all test files (zip-file was not possible).