X
Xavi Vera
Hi there!
I have a Win32 Console project within Visual Studio .NET.
This consists of different files. Everything compiles and links fine.
The problem arises when I run the program without doing anything (even
though I build the whole solution):
int main (int argc, char **argv)
{
return 0;
}
If I run it under debug mode (is also crashes with the release version), it
crashes with the following error:
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
Does anybody know what's wrong? If I remove all files from the project and
recompile, then it runs properly. Is it a bug in the linker?
All help is appreciated.
Cheers,
/Xavi
I have a Win32 Console project within Visual Studio .NET.
This consists of different files. Everything compiles and links fine.
The problem arises when I run the program without doing anything (even
though I build the whole solution):
int main (int argc, char **argv)
{
return 0;
}
If I run it under debug mode (is also crashes with the release version), it
crashes with the following error:
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
Does anybody know what's wrong? If I remove all files from the project and
recompile, then it runs properly. Is it a bug in the linker?
All help is appreciated.
Cheers,
/Xavi