Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Do you see the resource leak? Pin
charlieg19-Sep-06 8:20
charlieg19-Sep-06 8:20 
QuestionReading from a file input Pin
Jay0318-Sep-06 13:50
Jay0318-Sep-06 13:50 
AnswerRe: Reading from a file input Pin
Stephen Hewitt18-Sep-06 16:28
Stephen Hewitt18-Sep-06 16:28 
QuestionCan't link to a library in Visual studio 2005 Pin
BarryOg18-Sep-06 11:33
BarryOg18-Sep-06 11:33 
AnswerRe: Can't link to a library in Visual studio 2005 Pin
Hamid_RT18-Sep-06 19:36
Hamid_RT18-Sep-06 19:36 
AnswerRe: Can't link to a library in Visual studio 2005 Pin
Cedric Moonen18-Sep-06 20:01
Cedric Moonen18-Sep-06 20:01 
GeneralRe: Can't link to a library in Visual studio 2005 Pin
BarryOg18-Sep-06 20:56
BarryOg18-Sep-06 20:56 
GeneralRe: Can't link to a library in Visual studio 2005 Pin
Cedric Moonen18-Sep-06 21:07
Cedric Moonen18-Sep-06 21:07 
BarryOg wrote:
Do you always have to use this sort of command to link to a library? Is there not a way to do it through the IDE?


You always have to link with the library. Now, there is another way of doing it. You can go in the project properties and there, in the link 'tab' you can specify which libraries to link to. The exact location of it depends of the IDE you are using. For example with VC2005, select the 'Linker' option -> 'Input' and add your libraries in 'Additional Dependencies'.


Cédric Moonen
Software developer

Charting control [Updated - v1.1]

GeneralRe: Can't link to a library in Visual studio 2005 Pin
BarryOg18-Sep-06 22:05
BarryOg18-Sep-06 22:05 
QuestionHow to Output A Character Multiple Times - New To C++ Pin
Mark_Murphy18-Sep-06 11:18
Mark_Murphy18-Sep-06 11:18 
AnswerRe: How to Output A Character Multiple Times - New To C++ Pin
Christian Graus18-Sep-06 12:44
protectorChristian Graus18-Sep-06 12:44 
AnswerRe: How to Output A Character Multiple Times - New To C++ Pin
George L. Jackson18-Sep-06 13:30
George L. Jackson18-Sep-06 13:30 
GeneralRe: How to Output A Character Multiple Times - New To C++ Pin
Mark_Murphy18-Sep-06 13:41
Mark_Murphy18-Sep-06 13:41 
GeneralRe: How to Output A Character Multiple Times - New To C++ Pin
George L. Jackson18-Sep-06 14:45
George L. Jackson18-Sep-06 14:45 
QuestionCToolBar winth CFormView Pin
serferreiras18-Sep-06 10:40
serferreiras18-Sep-06 10:40 
QuestionUNICODE to ASCII Conversion Pin
AlekseyUS18-Sep-06 10:33
AlekseyUS18-Sep-06 10:33 
QuestionRe: UNICODE to ASCII Conversion Pin
David Crow18-Sep-06 10:35
David Crow18-Sep-06 10:35 
AnswerRe: UNICODE to ASCII Conversion Pin
AlekseyUS18-Sep-06 10:40
AlekseyUS18-Sep-06 10:40 
AnswerRe: UNICODE to ASCII Conversion Pin
Shog918-Sep-06 11:11
sitebuilderShog918-Sep-06 11:11 
GeneralRe: UNICODE to ASCII Conversion Pin
AlekseyUS18-Sep-06 11:43
AlekseyUS18-Sep-06 11:43 
AnswerRe: UNICODE to ASCII Conversion Pin
Amar Sutar18-Sep-06 18:05
Amar Sutar18-Sep-06 18:05 
AnswerRe: UNICODE to ASCII Conversion Pin
Hamid_RT18-Sep-06 19:40
Hamid_RT18-Sep-06 19:40 
QuestionQuestion? Pin
#hackC++18-Sep-06 10:03
#hackC++18-Sep-06 10:03 
AnswerRe: Question? Pin
Zac Howland18-Sep-06 10:16
Zac Howland18-Sep-06 10:16 
QuestionHow do I use a string as a parameter in a Win32 api function? Pin
BarryOg18-Sep-06 10:02
BarryOg18-Sep-06 10:02 

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.