Original Post
hi, has anyone seen this error before? im using VS.net 2003, and when i run my program it pops a window up saying this: Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention. what does this mean exactly? i'm not using any function pointers in my code.. could it be something the library im using is doing? thanks a lot for any help.