Re: "cout" and "cerr" won't work after cygwin1.dll init from VC++

2007-10-03 Thread Anton Mellit
Francisco J. Royo Santas wrote: > > Hello > > I have a VC++ program that uses a Cygwin-compiled DLL. I can init > cygwin1.dll > but, after doing this, cout and cerr stop working. cout << "Message" << > endl > does not appear on the screen. I do not know exactly what happens here. > The > progr

Re: "cout" and "cerr" won't work after cygwin1.dll init from VC++

2006-12-20 Thread Francisco J. Royo Santas
I compiled the "cygload" package (it is supposed to be the way to load cygwin1.dll and have the 4K scratch space) under MSVC and generated msvc-cygload.exe. The execution result is: Connecting to cygwin... Warning! Stack base is 0014. padding ends at 0013FFC0. Delta is 64. Stac k variables

Re: "cout" and "cerr" won't work after cygwin1.dll init from VC++

2006-12-19 Thread Matthew Woehlke
Francisco J. Royo Santas wrote: I have a VC++ program that uses a Cygwin-compiled DLL. I can init cygwin1.dll but, after doing this, cout and cerr stop working. cout << "Message" << endl does not appear on the screen. I do not know exactly what happens here. The program is: /me repeats Dave's c

RE: "cout" and "cerr" won't work after cygwin1.dll init from VC++

2006-12-19 Thread Dave Korn
On 19 December 2006 20:09, Francisco J. Royo Santas wrote: > I have a VC++ program that uses a Cygwin-compiled DLL. I can init > cygwin1.dll but, after doing this, cout and cerr stop working. cout << > "Message" << endl does not appear on the screen. I do not know exactly what > happens here. The