Click here to Skip to main content
15,888,177 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGetting #include {iostream} to work Pin
JaeBeam29-Jun-09 3:09
JaeBeam29-Jun-09 3:09 
QuestionRe: Getting #include {iostream} to work Pin
David Crow29-Jun-09 3:16
David Crow29-Jun-09 3:16 
JokeRe: Getting #include {iostream} to work Pin
Rajesh R Subramanian29-Jun-09 3:18
professionalRajesh R Subramanian29-Jun-09 3:18 
JokeRe: Getting #include {iostream} to work Pin
CPallini2-Jul-09 9:57
mveCPallini2-Jul-09 9:57 
GeneralRe: Getting #include {iostream} to work Pin
Rajesh R Subramanian2-Jul-09 17:52
professionalRajesh R Subramanian2-Jul-09 17:52 
AnswerRe: Getting #include {iostream} to work Pin
josda100029-Jun-09 4:56
josda100029-Jun-09 4:56 
AnswerRe: Getting #include {iostream} to work Pin
Randor 29-Jun-09 4:57
professional Randor 29-Jun-09 4:57 
GeneralRe: Getting #include {iostream} to work Pin
JaeBeam29-Jun-09 5:02
JaeBeam29-Jun-09 5:02 
It appears I already have my my Runtime library to Multi-Threaded-Debug (/MTd)

Here is the complete command line, cut and pasted from my projects properties:
/Od /AI "D:\Source Code\Cardacc v5.0.xx Customs\OracleTest\OraclePingC++\Debug" /D "WIN32" /D "_DEBUG" /D "_WINDLL" /D "_MBCS" /FD /EHsc /MTd /GS /Yu"stdafx.h" /Fp"Debug/OraclePingC++.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /nologo /c /Zi /clr /TP /FU "c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorlib.dll" /FU "c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" /FU "c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"

When I try to build the dll in Release mode, I receive a ton of LNK2001 and 2019 errors.
GeneralRe: Getting #include {iostream} to work Pin
Randor 29-Jun-09 5:10
professional Randor 29-Jun-09 5:10 
AnswerRe: Getting #include {iostream} to work Pin
PJ Arends29-Jun-09 6:13
professionalPJ Arends29-Jun-09 6:13 
QuestionUsing the CRegistry class Pin
Larry Mills Sr29-Jun-09 2:48
Larry Mills Sr29-Jun-09 2:48 
QuestionRe: Using the CRegistry class Pin
David Crow29-Jun-09 3:19
David Crow29-Jun-09 3:19 
AnswerRe: Using the CRegistry class Pin
Larry Mills Sr29-Jun-09 7:42
Larry Mills Sr29-Jun-09 7:42 
QuestionRe: Using the CRegistry class Pin
David Crow29-Jun-09 7:45
David Crow29-Jun-09 7:45 
AnswerRe: Using the CRegistry class Pin
Joschwenk6668-Mar-10 1:14
Joschwenk6668-Mar-10 1:14 
QuestionIs it right? Pin
Razanust29-Jun-09 2:35
Razanust29-Jun-09 2:35 
AnswerRe: Is it right? Pin
chandu00429-Jun-09 2:41
chandu00429-Jun-09 2:41 
AnswerRe: Is it right? Pin
«_Superman_»29-Jun-09 2:55
professional«_Superman_»29-Jun-09 2:55 
Questionhide the console window while using system(...) Pin
chandu00429-Jun-09 1:37
chandu00429-Jun-09 1:37 
QuestionRe: hide the console window while using system(...) Pin
Rajesh R Subramanian29-Jun-09 1:43
professionalRajesh R Subramanian29-Jun-09 1:43 
AnswerRe: hide the console window while using system(...) Pin
chandu00429-Jun-09 1:48
chandu00429-Jun-09 1:48 
GeneralRe: hide the console window while using system(...) Pin
Rajesh R Subramanian29-Jun-09 1:59
professionalRajesh R Subramanian29-Jun-09 1:59 
GeneralRe: hide the console window while using system(...) Pin
chandu00429-Jun-09 2:09
chandu00429-Jun-09 2:09 
GeneralRe: hide the console window while using system(...) Pin
«_Superman_»29-Jun-09 2:31
professional«_Superman_»29-Jun-09 2:31 
GeneralRe: hide the console window while using system(...) Pin
chandu00429-Jun-09 2:36
chandu00429-Jun-09 2:36 

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.