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

C / C++ / MFC

 
QuestionCan I add a menu item to Internet Explorer Pin
rdautel3-Apr-03 7:44
rdautel3-Apr-03 7:44 
AnswerRe: Can I add a menu item to Internet Explorer Pin
Chris Richardson3-Apr-03 11:39
Chris Richardson3-Apr-03 11:39 
GeneralDrawText - BUG? - When using Italic font, returns incorrect width using DT_CALCRECT Pin
noirs23-Apr-03 7:30
noirs23-Apr-03 7:30 
GeneralRe: DrawText - BUG? - When using Italic font, returns incorrect width using DT_CALCRECT Pin
Davide Pizzolato3-Apr-03 8:01
Davide Pizzolato3-Apr-03 8:01 
GeneralRe: DrawText - BUG? - When using Italic font, returns incorrect width using DT_CALCRECT Pin
noirs23-Apr-03 8:35
noirs23-Apr-03 8:35 
Generaldeclaring 2D arrays Pin
Anonymous3-Apr-03 7:13
Anonymous3-Apr-03 7:13 
GeneralRe: declaring 2D arrays Pin
Maximilien3-Apr-03 7:16
Maximilien3-Apr-03 7:16 
GeneralComand line error D2016 Pin
ElizabethC3-Apr-03 7:13
ElizabethC3-Apr-03 7:13 
After I have converted a project from VC++ 6 to VC++7 (Visual Studio .NET). I tried to rebuild the project. I received this error message:

Command line error D2016 : '/O2' and '/RTC1' command-line
options are incompatible

Is this common? I looked up D2016 from Help menu and found this:

Visual C++ Concepts: Building a C/C++ Program

Command-Line Error D2016
'option1' and 'option2' Command-line options are incompatible

The command-line options cannot be specified together.

Example

cl /Gw /NDxx program.c
In this example, the /Gw and /NDxx options are incompatible
because each has a different special-entry sequence.

Check the CL or FL environment variable for option
specifications

I don't have command line with syntax cl /.... in my source code. Please help.

-Elizabeth

Eilzabeth
GeneralRe: Comand line error D2016 Pin
AlexO3-Apr-03 8:03
AlexO3-Apr-03 8:03 
GeneralCSocket and threads Pin
Beer3-Apr-03 6:56
Beer3-Apr-03 6:56 
GeneralRe: CSocket and threads Pin
valikac3-Apr-03 8:16
valikac3-Apr-03 8:16 
GeneralRe: CSocket and threads Pin
Beer3-Apr-03 9:15
Beer3-Apr-03 9:15 
GeneralRe: CSocket and threads Pin
markkuk3-Apr-03 9:49
markkuk3-Apr-03 9:49 
GeneralRe: CSocket and threads Pin
Beer3-Apr-03 13:05
Beer3-Apr-03 13:05 
QuestionHow to scroll down a CEdit control? Pin
IGx893-Apr-03 6:54
IGx893-Apr-03 6:54 
GeneralGet Click from subcontroller Pin
Mathias S.3-Apr-03 6:49
Mathias S.3-Apr-03 6:49 
QuestionActiveX on Dialog breaks DialogBoxParam on Callback? Pin
Dan Thurman3-Apr-03 6:46
Dan Thurman3-Apr-03 6:46 
GeneralNetworking woes... Pin
Navin3-Apr-03 6:23
Navin3-Apr-03 6:23 
GeneralRe: Networking woes... Pin
Navin3-Apr-03 10:44
Navin3-Apr-03 10:44 
GeneralDisplaying Forms From A Visual Studio Macro Pin
nde_plume3-Apr-03 5:19
nde_plume3-Apr-03 5:19 
GeneralRe: Displaying Forms From A Visual Studio Macro Pin
Alvaro Mendez3-Apr-03 6:11
Alvaro Mendez3-Apr-03 6:11 
GeneralRe: Displaying Forms From A Visual Studio Macro Pin
nde_plume3-Apr-03 6:29
nde_plume3-Apr-03 6:29 
GeneralPrint previewing Word document in Active Document Container Pin
Martyn Pearson3-Apr-03 4:30
Martyn Pearson3-Apr-03 4:30 
General.NET FlatStyle equivilent in MFC Pin
Ceri3-Apr-03 4:23
Ceri3-Apr-03 4:23 
GeneralDestroyWindow() and delete Pin
ns3-Apr-03 4:11
ns3-Apr-03 4:11 

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.