Whenever I compile this C++ project that creates an exe, the form
window appears during compilation. I tried some project settings but
it didn't seem to matter. Is there some way to get rid of this
behavior?
Re: Create a console app under EmbeddedVC4, and debug it ... Then compile it, got a link error:... I compared the settings of this project with that of the console project... since we have some existing code that we want to compile it. ... >>> and that is because in your project settings it is set to use something ... (microsoft.public.windowsce.embedded)
Re: Strange problems with iostream header. ...David Wilkinson wrote, On 21/02/2007 1:10 PM: ... int main(int argCount, char** args) ... The project settings are not "disabling language features" in the C/C++ Language part of the project settings. ... If the file shown has a .c extenssion it will compile as C, which surely will not like the header. ... (microsoft.public.vc.ide_general)
Re: Is there any way globally to disable error trapping? ... I'm not quite sure what you are driving at, but try "Project Settings - ...Compile - Advanced" and turn off checks like "Array bound checks" and ..."Integer Overflow checks" ... (microsoft.public.vb.general.discussion)
Strange problems with iostream header. ... int main(int argCount, char** args) ... When I try to compile this, I get a billion compiler errors coming out of the cerrno and cstdio headers. ... The project settings are not "disabling language features" in the C/C++ Language part of the project settings. ... (microsoft.public.vc.ide_general)
Re: NEWBIE ... I come from a C# and VB6... > way to have my application to not compile to IL and allow me to compile the ... In order to have a true native app,... the project settings that "Using Managed extensions" is set to No ... (microsoft.public.dotnet.languages.vc)