On Thursday 13 May 2010 23:24:10 you wrote: > I use windows dll files first time, so I don't exactly know what you > mean. Perhaps the debugger output is usefull.
If you run it in the debugger and it crashes you can get a backtrace. This
backtrace shows you in which file and line of code the crash happend. It even
shows you the arguments you've passed and more normally.
That's what I need. If you are able to show us code we could help you to find
the problem.
Cheers,
-- andreas
