Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CString Pin
ThatsAlok4-Oct-07 19:22
ThatsAlok4-Oct-07 19:22 
GeneralRe: CString Pin
Michael Dunn4-Oct-07 20:57
sitebuilderMichael Dunn4-Oct-07 20:57 
GeneralRe: CString Pin
ThatsAlok5-Oct-07 0:30
ThatsAlok5-Oct-07 0:30 
GeneralRe: CString Pin
Hamid_RT5-Oct-07 0:56
Hamid_RT5-Oct-07 0:56 
AnswerRe: CString Pin
David Crow5-Oct-07 3:25
David Crow5-Oct-07 3:25 
QuestionSockets Pin
Adno4-Oct-07 16:02
Adno4-Oct-07 16:02 
AnswerRe: Sockets Pin
Mark Salsbery5-Oct-07 6:32
Mark Salsbery5-Oct-07 6:32 
Questionpreprocessor, pragma, dll, and paths Pin
bob169724-Oct-07 15:49
bob169724-Oct-07 15:49 
If I have many projects that use the same MFC extension libraries, how can I set up the preprocessor stuff in each projects stdafx.h file to point to a common location for the .lib, .dll, and .h files?

For instance, this is what I'm trying but it's not quite as nice and tidy as I'd hope and I'm not sure how to direct the project to the .dll's using some similar approach.

// Class includes
#include "..\\..\\Lib\\SomeLib1\\class1.h"

// Library Stuff
#ifdef _DEBUG

#pragma comment(lib, "..\\..\\Lib\\SomeLib1\\Debug\\SomeLib1.lib")

#else

#pragma comment(lib, "..\\..\\Lib\\SomeLib1\\Release\\SomeLib1.lib")

#endif
QuestionMerge 3 or more CSV file by date into 1 csv file Pin
jsmotu4-Oct-07 12:20
jsmotu4-Oct-07 12:20 
QuestionRe: Merge 3 or more CSV file by date into 1 csv file Pin
George L. Jackson4-Oct-07 12:33
George L. Jackson4-Oct-07 12:33 
AnswerRe: Merge 3 or more CSV file by date into 1 csv file Pin
Iain Clarke, Warrior Programmer5-Oct-07 5:41
Iain Clarke, Warrior Programmer5-Oct-07 5:41 
Questionhow would i Pin
MMaines20054-Oct-07 9:52
MMaines20054-Oct-07 9:52 
QuestionRe: how would i Pin
Mark Salsbery4-Oct-07 10:01
Mark Salsbery4-Oct-07 10:01 
AnswerRe: how would i Pin
Hamid_RT4-Oct-07 10:16
Hamid_RT4-Oct-07 10:16 
GeneralRe: how would i Pin
Mark Salsbery4-Oct-07 10:26
Mark Salsbery4-Oct-07 10:26 
QuestionRe: how would i Pin
MMaines20054-Oct-07 15:13
MMaines20054-Oct-07 15:13 
AnswerRe: how would i Pin
Hamid_RT4-Oct-07 23:24
Hamid_RT4-Oct-07 23:24 
AnswerRe: how would i Pin
Mark Salsbery5-Oct-07 5:49
Mark Salsbery5-Oct-07 5:49 
AnswerRe: how would i Pin
Hamid_RT4-Oct-07 10:16
Hamid_RT4-Oct-07 10:16 
GeneralRe: how would i Pin
MMaines20056-Oct-07 6:24
MMaines20056-Oct-07 6:24 
GeneralRe: how would i Pin
Hamid_RT6-Oct-07 19:31
Hamid_RT6-Oct-07 19:31 
QuestionIMHO Pin
marc.bellario4-Oct-07 9:02
marc.bellario4-Oct-07 9:02 
AnswerRe: IMHO Pin
led mike4-Oct-07 9:43
led mike4-Oct-07 9:43 
QuestionRe: IMHO Pin
Maximilien4-Oct-07 9:55
Maximilien4-Oct-07 9:55 
AnswerRe: IMHO Pin
marc.bellario4-Oct-07 10:32
marc.bellario4-Oct-07 10:32 

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.