urquidio
December 9th, 2003, 04:32 PM
Hi everyone,
i've worked a lot with Visual Studio 6.0 and recently have
moved to .NET. As i'm trying to get my old projects to compile,
i get a lot of errors.
one of them, for example, seems to be related to the exit()
call:
c:\research\main.cpp(78) : error C3861: 'exit': identifier not found, even with argument-dependent lookup
etc, etc
is there something wrong with using exit() in .NET?
Thanks!
i've worked a lot with Visual Studio 6.0 and recently have
moved to .NET. As i'm trying to get my old projects to compile,
i get a lot of errors.
one of them, for example, seems to be related to the exit()
call:
c:\research\main.cpp(78) : error C3861: 'exit': identifier not found, even with argument-dependent lookup
etc, etc
is there something wrong with using exit() in .NET?
Thanks!