Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Visual Studio configuration problem


Chronological Thread 
  • From: "Bo Huang" < >
  • To: < >
  • Subject: [Manta] Visual Studio configuration problem
  • Date: Wed, 24 Sep 2008 17:07:51 -0400

 

For Visual Studio, the ‘Debug’ and ‘MinSizeRel’ configuration work perfectly. However, the ‘Release’ configuration and ‘RelWithDebInfo’ configuration do not work for me.

 

Running to debug ‘RelWithDebInfo’, it seems the program does not exit TiledImageTraverser::renderImage(), perhaps going into an infinite loop, as a break point after that function isn’t hit.

 

Moreover, local variables, such as

 

int numEyes = stereo?2:1;

 

are larger numbers as if either it hasn’t been initialized, or corrupted due to stack corruption.

 

Could any one confirm if this is only my problem?

 

Thanks




Archive powered by MHonArc 2.6.16.

Top of page