|
From: Luke D. <cod...@ho...> - 2006-08-08 14:20:28
|
----- Original Message ----- From: "Christoph Harder" <sha...@ar...> To: <min...@li...> Sent: Monday, August 07, 2006 10:37 PM Subject: [Mingw-users] unknown error > Hi, > currently I'm programming a small plasma generator, but since I tried to > use "int *Plasma; Plasma=new(nothrow)int[PlasmaWidth][PlasmaHeight];" > nothing works anymore :( > Even if I delete it the errors occur. > I have tried everything I know, but nothing changes. I don't even know > what this compile log means > (http://home.arcor.de/familie.harder/cpp/doc/compile.log.txt). > > Maybe someone can look at the > sources(http://home.arcor.de/familie.harder/cpp/doc/project.htm) and > tell me whats wrong? > > Thanks in advance, > Christoph Try std::nothrow, and #include <new> Luke |