I'm calling a win32 unmanaged dll written in delphi from C# using DllImport attribute. After switching to 1.40b, tests with such call fail with "NCrunch was unable to retrieve a meaningful result from this test due to an unexpected error - was the execution process terminated?"
I have prepared a small sample project, where you can observe this behavior. Directory structure is important for me (it's similar to my workspace - all binaries are placed in one bin folder). This works under 1.39b, nunit/testdriven.net but not with 1.40b. I've checked this on other machines, same result.
Now I have few hundred tests affected by this problem, is there some workaround other than switching back to 1.39b?
PS. I don't see any option to attach zip file to post, how can I pass you this example?
[EDIT]
PS2. You can download example from:
http://msz.instalsoft.co...40bcallingDllExample.zip