help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[help-cgicc] stack overflow in win2k?


From: Lakey, Jeremy # IHTUL
Subject: [help-cgicc] stack overflow in win2k?
Date: Tue, 8 Oct 2002 08:57:00 -0500

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: address@hidden
desk: 918.481.3732
home: address@hidden
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]