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

C / C++ / MFC

 
AnswerRe: How to localize open dialog box? Pin
Rage19-Jan-06 21:52
professionalRage19-Jan-06 21:52 
AnswerRe: How to localize open dialog box? Pin
Aamir Butt19-Jan-06 23:40
Aamir Butt19-Jan-06 23:40 
AnswerRe: How to localize open dialog box? Pin
jahfer21-Jan-06 0:19
jahfer21-Jan-06 0:19 
QuestionAdd a User Control to a TreeView Pin
tyours bobby19-Jan-06 18:03
tyours bobby19-Jan-06 18:03 
AnswerRe: Add a User Control to a TreeView (Meow, meow...) Pin
Owner drawn19-Jan-06 18:07
Owner drawn19-Jan-06 18:07 
AnswerRe: Add a User Control to a TreeView Pin
Rage19-Jan-06 21:53
professionalRage19-Jan-06 21:53 
QuestionSteps in including lib file and dll built in unicode Pin
waxie19-Jan-06 17:57
waxie19-Jan-06 17:57 
AnswerRe: Steps in including lib file and dll built in unicode Pin
Owner drawn19-Jan-06 18:10
Owner drawn19-Jan-06 18:10 
Check like this...

#ifdef _UNICODE

   #pragma comment(lib, "your_unicode_lib.lib")

#else

   #pragma comment(lib, "your_other_lib.lib")

#endif


This will link to the appropriate library.

Jesus LovesRose | [Rose]
<marquee direction="up" height="40" scrolldelay="1" step="1" scrollamount="1" style="background:#aabbcc;border-bottom:thin solid 1px #6699cc">
--Owner DrawnRose | [Rose]
--Nothing special
--Defeat is temporary but surrender is permanent
--Never say quits
--Jesus is LordRose | [Rose]

GeneralRe: Steps in including lib file and dll built in unicode Pin
waxie19-Jan-06 18:16
waxie19-Jan-06 18:16 
GeneralRe: Steps in including lib file and dll built in unicode Pin
Owner drawn19-Jan-06 18:18
Owner drawn19-Jan-06 18:18 
AnswerRe: Steps in including lib file and dll built in unicode Pin
Aamir Butt19-Jan-06 23:36
Aamir Butt19-Jan-06 23:36 
QuestionHow to Create CSV file from MS Office files and vis-a-versa? Pin
Amarelia19-Jan-06 17:55
Amarelia19-Jan-06 17:55 
AnswerRe: How to Create CSV file from MS Office files and vis-a-versa? Pin
S Douglas19-Jan-06 21:23
professionalS Douglas19-Jan-06 21:23 
GeneralRe: How to Create CSV file from MS Office files and vis-a-versa? Pin
David Crow20-Jan-06 3:14
David Crow20-Jan-06 3:14 
GeneralRe: How to Create CSV file from MS Office files and vis-a-versa? Pin
S Douglas20-Jan-06 4:00
professionalS Douglas20-Jan-06 4:00 
QuestionUnable to find an entry point when loading an unmanaged DLL Pin
Jordan C. Atlas19-Jan-06 17:39
Jordan C. Atlas19-Jan-06 17:39 
AnswerRe: Unable to find an entry point when loading an unmanaged DLL Pin
Stephen Hewitt19-Jan-06 17:58
Stephen Hewitt19-Jan-06 17:58 
GeneralRe: Unable to find an entry point when loading an unmanaged DLL Pin
Jordan C. Atlas19-Jan-06 18:03
Jordan C. Atlas19-Jan-06 18:03 
GeneralRe: Unable to find an entry point when loading an unmanaged DLL Pin
Stephen Hewitt19-Jan-06 18:05
Stephen Hewitt19-Jan-06 18:05 
GeneralRe: Unable to find an entry point when loading an unmanaged DLL Pin
Jordan C. Atlas19-Jan-06 18:14
Jordan C. Atlas19-Jan-06 18:14 
AnswerRe: Unable to find an entry point when loading an unmanaged DLL Pin
Jordan C. Atlas19-Jan-06 18:11
Jordan C. Atlas19-Jan-06 18:11 
QuestionNT Services Pin
udaybhaskar_nori19-Jan-06 17:18
udaybhaskar_nori19-Jan-06 17:18 
AnswerRe: NT Services Pin
ThatsAlok19-Jan-06 17:48
ThatsAlok19-Jan-06 17:48 
GeneralRe: NT Services Pin
udaybhaskar_nori19-Jan-06 17:52
udaybhaskar_nori19-Jan-06 17:52 
GeneralRe: NT Services Pin
Prakash Nadar19-Jan-06 17:57
Prakash Nadar19-Jan-06 17:57 

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.