Click here to Skip to main content
15,914,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalvc++ Pin
Member 34588082-Feb-05 22:35
Member 34588082-Feb-05 22:35 
GeneralRe: vc++ Pin
Anthony_Yio2-Feb-05 23:03
Anthony_Yio2-Feb-05 23:03 
GeneralVisual C++ & SourceSafe Integration Pin
Frankie Deak2-Feb-05 22:25
Frankie Deak2-Feb-05 22:25 
GeneralRe: Visual C++ & SourceSafe Integration Pin
Anthony_Yio2-Feb-05 22:47
Anthony_Yio2-Feb-05 22:47 
GeneralRe: Visual C++ & SourceSafe Integration Pin
Frankie.Deak3-Feb-05 0:28
Frankie.Deak3-Feb-05 0:28 
GeneralRe: Visual C++ & SourceSafe Integration Pin
Anonymous3-Feb-05 2:02
Anonymous3-Feb-05 2:02 
GeneralRe: Visual C++ & SourceSafe Integration Pin
Arjan Schouten3-Feb-05 2:47
Arjan Schouten3-Feb-05 2:47 
GeneralCompiler Switch in C/C++ command line Pin
Anonymous2-Feb-05 22:11
Anonymous2-Feb-05 22:11 
Hi,

I tried to compile the native C++ program in C++ .NET command line Tool.
When i compiled Managed C++ is run without any warning. When i compiled both
Managed and unmanaged code in single file is run without any extra warning.
But, when i try to run native C++ only i got so many warnings.

I got the following warning. So, what swicth can i use to compile native C++
alone.

cl test.cpp

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.

test.cpp
C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\ostream(574) :
warnin
g C4530: C++ exception handler used, but unwind semantics are not enabled.
Speci
fy /EHsc
C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\istream(828) :
warnin
g C4530: C++ exception handler used, but unwind semantics are not enabled.
Speci
fy /EHsc
C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\istream(1064) :
warni
ng C4530: C++ exception handler used, but unwind semantics are not enabled.
Spec
ify /EHsc
Test.cpp(2) : fatal error C1190: managed targeted code requires '#using
<mscorli
b.dll>' and '/clr' option



With Regards,
Selvam
GeneralPromblems with CListCtrl Pin
Victor Serpentus2-Feb-05 21:58
Victor Serpentus2-Feb-05 21:58 
GeneralRe: Promblems with CListCtrl Pin
David Crow3-Feb-05 2:57
David Crow3-Feb-05 2:57 
GeneralMost Recent Used FIles Pin
doctorpi2-Feb-05 21:43
doctorpi2-Feb-05 21:43 
GeneralRe: Most Recent Used FIles Pin
David Crow3-Feb-05 3:11
David Crow3-Feb-05 3:11 
QuestionHow to close form Pin
Member 15114712-Feb-05 21:30
Member 15114712-Feb-05 21:30 
AnswerRe: How to close form Pin
Geert van Horrik3-Feb-05 1:57
Geert van Horrik3-Feb-05 1:57 
GeneralRe: How to close form Pin
Anonymous6-Feb-05 0:35
Anonymous6-Feb-05 0:35 
GeneralImage flickers when Invalidate() is called. Pin
jazzkiller2-Feb-05 19:30
jazzkiller2-Feb-05 19:30 
GeneralRe: Image flickers when Invalidate() is called. Pin
Member 9009872-Feb-05 20:33
Member 9009872-Feb-05 20:33 
GeneralRe: Image flickers when Invalidate() is called. Pin
Christopher Lloyd3-Feb-05 1:16
Christopher Lloyd3-Feb-05 1:16 
GeneralRe: Image flickers when Invalidate() is called. Pin
jazzkiller3-Feb-05 6:11
jazzkiller3-Feb-05 6:11 
GeneralRe: Image flickers when Invalidate() is called. Pin
Christopher Lloyd3-Feb-05 7:14
Christopher Lloyd3-Feb-05 7:14 
GeneralRe: Image flickers when Invalidate() is called. Pin
jazzkiller3-Feb-05 10:05
jazzkiller3-Feb-05 10:05 
GeneralRe: Image flickers when Invalidate() is called. Pin
Christopher Lloyd3-Feb-05 10:29
Christopher Lloyd3-Feb-05 10:29 
GeneralGET BITMAP Pin
kedar.dave2-Feb-05 19:17
kedar.dave2-Feb-05 19:17 
QuestionHow to change the scan code while posting WM_KEYDOWN and WM_KEYUP messages? Pin
ledallam2-Feb-05 17:59
ledallam2-Feb-05 17:59 
AnswerRe: How to change the scan code while posting WM_KEYDOWN and WM_KEYUP messages? Pin
Christopher Lloyd3-Feb-05 1:23
Christopher Lloyd3-Feb-05 1:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.