Re: [Nant-users] problem with script task

2005-04-14 Thread Ian MacLean
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

Re: [Nant-users] problem with script task

2005-04-14 Thread Ian MacLean
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

Re: [Nant-users] problem with script task

2005-04-13 Thread Ian MacLean
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

[Nant-users] problem with script task

2005-04-13 Thread Helmut Dipper
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).