Why OS Vista may close my application? On OS XP it's all fine!
This is client-server application. Some querries are worked on Vista, but if U chooose a big length of data It is 99% that Vista close app.
I wrote a program (cleint-server) on XP with MSVS2005. So, it's working on XP-machines. When I trying to run client on Vista - Vista closing application. I tryed to debug using MessageBox. Boxes appeares in defferent places. but in one function alwayse with one of param equals 1. I can post a code - but my question in another. Why the same code is working on XP, but not working on Vista? Is this project properties, or API - finctions not working on Vista?
Have you installed your dev tools on Vista and tried to reproduce the crash?
If those don't work, keep the PDBs from your build and generate a crashdump on Vista, then load it up in Visual Studio. At the very least, you'll get a stack trace. A full dump will also give you symbol values.