Well, I tested it with a build of 4.7 with current trunk-version of mingw, and the problem is was fixed. I assume that version is simply a bit old. Nevertheless I am aware that we need in our trunk-version some stubs to provide default-behavior for some printf-functions. I am working on that, but your shown issue seems to be for me solved using current trunk version.
Kai 2012/1/22 Jim Michaels <[email protected]>: > this is using XP Pro Sp3 32-bit. > I am running auto build mingw-w32-bin_i686-mingw_20111127 > > Sun 01/22/2012 1:03:16.90|C:\prj\df\df-3.10\win\tests|>%cpp32% --version > i686-w64-mingw32-g++.exe (GCC) 4.7.0 20111219 (experimental) > Copyright (C) 2011 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > > Sun 01/22/2012 1:03:31.46|C:\prj\df\df-3.10\win\tests|> > > so I guess we will have to stick with > mingw-w64-bin_i686-mingw_20111127 > mingw-w32-bin_i686-mingw_20111127 > > that one works just fine (but mingw and mingw-w64 has no wbuffer_convert for > doing unicode streams). > > > sorry, previous msg subject said cout, that was a previous test file,and I > forgot to change the subject line. > > ________________________________ > From: Jim Michaels <[email protected]> > To: mingw64 users <[email protected]> > Sent: Sunday, January 22, 2012 12:54 AM > Subject: [Mingw-w64-public] cout causes crash > > I wrote a simple test program.#include <iostream> > using namespace std; > #include <iostream> > int main(void) { return 0; } > > it doesn't like iostream. causes > after compiling and executing, a messagebox comes up that says: > cout.exe - Entry Point Not Found > (X) The procedure entry point vsnprintf could not be located in the dynamixc > link library msvcrt.dll. > > > ------------- > Jim Michaels > [email protected] > [email protected] > http://JimsComputerRepairandWebDesign.com > http://JesusnJim.com (my personal site, has software) ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
