qlwuu
12-26-2001, 05:59 PM
When run through this code --
subdivide(&vdata[tindices[i][0][0],
&vdata[tindices[i][1][0],
&vdata[tindices[i][2]][0]);
i get exception message --
the value of esp was not properly save across a function call.This is usually a result of calling a function declare with one calling convention with a function pointer delcared with a different calling convention.
Help~ http://www.opengl.org/discussion_boards/ubb/frown.gif
subdivide(&vdata[tindices[i][0][0],
&vdata[tindices[i][1][0],
&vdata[tindices[i][2]][0]);
i get exception message --
the value of esp was not properly save across a function call.This is usually a result of calling a function declare with one calling convention with a function pointer delcared with a different calling convention.
Help~ http://www.opengl.org/discussion_boards/ubb/frown.gif