Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: 3d array Pin
CPallini5-Jun-09 3:10
mveCPallini5-Jun-09 3:10 
AnswerRe: 3d array Pin
roshinisachi5-Jun-09 4:23
roshinisachi5-Jun-09 4:23 
QuestionRe: 3d array Pin
CPallini5-Jun-09 5:07
mveCPallini5-Jun-09 5:07 
AnswerRe: 3d array Pin
roshinisachi5-Jun-09 6:14
roshinisachi5-Jun-09 6:14 
NewsRe: 3d array Pin
CPallini5-Jun-09 6:16
mveCPallini5-Jun-09 6:16 
QuestionGPI Triggers Pin
ZMA_BUNTS4-Jun-09 22:28
ZMA_BUNTS4-Jun-09 22:28 
AnswerRe: GPI Triggers Pin
Stuart Dootson4-Jun-09 22:41
professionalStuart Dootson4-Jun-09 22:41 
QuestionMerging Xml files Pin
siva4554-Jun-09 21:36
siva4554-Jun-09 21:36 
AnswerRe: Merging Xml files Pin
Stuart Dootson4-Jun-09 22:44
professionalStuart Dootson4-Jun-09 22:44 
GeneralRe: Merging Xml files Pin
siva4554-Jun-09 23:02
siva4554-Jun-09 23:02 
GeneralRe: Merging Xml files Pin
Stuart Dootson4-Jun-09 23:08
professionalStuart Dootson4-Jun-09 23:08 
GeneralRe: Merging Xml files Pin
led mike5-Jun-09 4:17
led mike5-Jun-09 4:17 
GeneralRe: Merging Xml files Pin
Stuart Dootson5-Jun-09 4:29
professionalStuart Dootson5-Jun-09 4:29 
GeneralRe: Merging Xml files Pin
led mike5-Jun-09 5:08
led mike5-Jun-09 5:08 
QuestionWhat are the equvalent functions in WINCE? Pin
kapardhi4-Jun-09 21:07
kapardhi4-Jun-09 21:07 
AnswerRe: What are the equvalent functions in WINCE? Pin
«_Superman_»4-Jun-09 21:21
professional«_Superman_»4-Jun-09 21:21 
GeneralRe: What are the equvalent functions in WINCE? Pin
kapardhi4-Jun-09 21:49
kapardhi4-Jun-09 21:49 
Questionrecover encrypted file from NTFS partition Pin
amr1234-Jun-09 21:06
amr1234-Jun-09 21:06 
QuestionAdding Library in MS Visual Studio C++--2008 Pin
shyampasari4-Jun-09 20:51
shyampasari4-Jun-09 20:51 
AnswerRe: Adding Library in MS Visual Studio C++--2008 Pin
«_Superman_»4-Jun-09 21:00
professional«_Superman_»4-Jun-09 21:00 
AnswerRe: Adding Library in MS Visual Studio C++--2008 Pin
Stuart Dootson4-Jun-09 23:03
professionalStuart Dootson4-Jun-09 23:03 
Another way of specifying the library you want to link against is to add a line like this to one or more of your .cpp files:

#pragma comment(lib, "name-of-library-file, e.g. user32");


This adds something to the compiled object code that tells the linker that it should link against the named library.

In addition, you need to specify the directory containing the library in the project's properties, in the Linker->General->Additional Library Directories property.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

QuestionHow to create a drive mount? Pin
Peter Weyzen4-Jun-09 20:47
Peter Weyzen4-Jun-09 20:47 
AnswerRe: How to create a drive mount? Pin
«_Superman_»4-Jun-09 20:58
professional«_Superman_»4-Jun-09 20:58 
GeneralRe: How to create a drive mount? Pin
Peter Weyzen4-Jun-09 21:06
Peter Weyzen4-Jun-09 21:06 
GeneralRe: How to create a drive mount? Pin
«_Superman_»4-Jun-09 21:12
professional«_Superman_»4-Jun-09 21:12 

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.