stack overflow in win2k?
"Lakey, Jeremy # IHTUL" <[email protected]> Tue, 8 Oct 2002 08:57:00 -0500
| Newsgroups | gmane.comp.gcc.cgicc.general |
|---|---|
| Message-ID | <[email protected]> |
I get a stack overflow on the constructor of the cgicc:CGICC object...
Everytime..
I'm using version 3.2.1 and it's a clean build, any ideas?
the try doesn't even work, it blows up with a stack overflow on the object
creation line...
try
{
cgicc::Cgicc cgi;
std::cout << cgicc::HTTPHTMLHeader() << "\n\n";
}
catch( exception &e )
{
// std exception
std::cout << cgicc::HTTPHTMLHeader() << "\n\n";
std::cout << "There was a problem processing the data.\n\n";
std::cout << e.what();
}
jeremy lakey
_/ _/ _/_/_/ _/_/_/
_/_/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/
_/ _/_/ _/ _/ _/ _/
_/ _/ _/_/_/ _/_/_/ health
Software Engineer
work: [email protected]
desk: 918.481.3732
home: [email protected]