On Sat, 29 Nov 2003 13:27:44 +0200 (EET), you wrote:
>> Don't think so, why don't you debug your code to find out
>> where it crashes, then you would know for sure.
>
>It crashes before any code is executed and only with Windows
>2000. That's why I thought that it could be a bug in the
>compiler.
Compiler bugs would likely affect all versions of Windows.
Version-specific bugs are more likely to be problems in the code,
either in the run-time library or in your own code.
What you need to do is run your program under gdb (or some other
low-level debugger), and identify why it's crashing.
Duncan Murdoch
|