Re: Ad: [app porting to cygwin] Invoking DLL exported routine problem - resolution(?)

2007-11-28 Thread Brian Dessent
Peter Novak wrote: > What I forgot to mention in my previous e-mail and what turned out to be > crucial, is that my DLL uses std::cout for writing output to the > console. I found, that whenever I have a print to cout in a routine, the > subprocess crashes even *before* entering the routine(!). St

Ad: [app porting to cygwin] Invoking DLL exported routine problem - resolution(?)

2007-11-25 Thread Peter Novak
Hello, this is a follow-up to my previous mail. It seems that after all I found a solution to my problem described in the previous e-mail. However, I do not fully understand what's going on as it seems to have something to do with the specification of C++ language and it seems to be a kind of g++ i

[app porting to cygwin] Invoking DLL exported routine problem

2007-11-25 Thread Peter Novak
Hello, I am struggling with porting my application from Linux to Cygwin and as I am not 100% at home in Cygwin regarding DLLs and friends, I hope to get some advice, or hints here. I apologize in advance for a question looking like a newbie cry for help with "everything", but I tried my best to stu