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

C / C++ / MFC

 
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 
AnswerRe: How to create a drive mount? Pin
KarstenK5-Jun-09 1:42
mveKarstenK5-Jun-09 1:42 
AnswerRe: How to create a drive mount? Pin
The Yariv5-Jun-09 19:13
The Yariv5-Jun-09 19:13 
GeneralRe: How to create a drive mount? Pin
aaverian12-Jun-11 10:57
professionalaaverian12-Jun-11 10:57 
QuestionXML [modified] Pin
p_19604-Jun-09 19:34
p_19604-Jun-09 19:34 
AnswerRe: XML Pin
Stuart Dootson4-Jun-09 22:49
professionalStuart Dootson4-Jun-09 22:49 
GeneralRe: XML Pin
siva4554-Jun-09 23:09
siva4554-Jun-09 23:09 
GeneralRe: XML Pin
Stuart Dootson4-Jun-09 23:13
professionalStuart Dootson4-Jun-09 23:13 
QuestionLength of non-english user name Pin
includeh104-Jun-09 17:58
includeh104-Jun-09 17:58 
AnswerRe: Length of non-english user name Pin
«_Superman_»4-Jun-09 18:21
professional«_Superman_»4-Jun-09 18:21 
AnswerRe: Length of non-english user name Pin
CPallini4-Jun-09 21:07
mveCPallini4-Jun-09 21:07 
QuestionSQL Connection with C++ Pin
nv_thien4-Jun-09 17:09
nv_thien4-Jun-09 17:09 
AnswerRe: SQL Connection with C++ Pin
includeh104-Jun-09 18:14
includeh104-Jun-09 18:14 
GeneralRe: SQL Connection with C++ Pin
nv_thien4-Jun-09 18:30
nv_thien4-Jun-09 18:30 

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.