Click here to Skip to main content
15,886,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Where can I learn DevStudio? Pin
l a u r e n14-Jan-04 9:45
l a u r e n14-Jan-04 9:45 
GeneralRe: Where can I learn DevStudio? Pin
BrockVnm14-Jan-04 9:59
BrockVnm14-Jan-04 9:59 
GeneralRe: Where can I learn DevStudio? Pin
l a u r e n14-Jan-04 10:01
l a u r e n14-Jan-04 10:01 
GeneralRe: Where can I learn DevStudio? Pin
BrockVnm14-Jan-04 10:12
BrockVnm14-Jan-04 10:12 
GeneralRe: Where can I learn DevStudio? Pin
l a u r e n14-Jan-04 10:14
l a u r e n14-Jan-04 10:14 
GeneralPrinting on XP or 2000 Pin
kdmc14-Jan-04 8:50
kdmc14-Jan-04 8:50 
GeneralProblem using separate types linker option Pin
Dave Bryant14-Jan-04 7:15
Dave Bryant14-Jan-04 7:15 
GeneralRe: Problem using separate types linker option Pin
Michael Geddes14-Jan-04 12:26
Michael Geddes14-Jan-04 12:26 
I'm not entirely sure, but I think your problem lies in the fact that you need to produce separate static libraries built to link to the various types of run-time libraries (static and dynamic).

You need to produce a library with different warts for each of the different linker options (/MD /MDd /ML /MLd ) and Unicode options if applicable.. This makes about 8 libraries you need to compile for completeness.

It's a real pain... however you can make it so the users of the libraries are not too inconvenienced by using the #pragma comment(lib, libraryName) compiler directive.

Good luck.

//.ichael
QuestionProgramatically interrogating a C/C++ enumeration? Pin
Gary Chapman14-Jan-04 6:33
Gary Chapman14-Jan-04 6:33 
AnswerRe: Programatically interrogating a C/C++ enumeration? Pin
Antti Keskinen14-Jan-04 8:16
Antti Keskinen14-Jan-04 8:16 
GeneralRe: Programatically interrogating a C/C++ enumeration? Pin
Jörgen Sigvardsson14-Jan-04 8:34
Jörgen Sigvardsson14-Jan-04 8:34 
AnswerRe: Programatically interrogating a C/C++ enumeration? Pin
Christian Graus14-Jan-04 12:00
protectorChristian Graus14-Jan-04 12:00 
AnswerRe: Programatically interrogating a C/C++ enumeration? Pin
Michael Geddes14-Jan-04 12:18
Michael Geddes14-Jan-04 12:18 
AnswerRe: Programatically interrogating a C/C++ enumeration? Pin
Gary R. Wheeler14-Jan-04 12:47
Gary R. Wheeler14-Jan-04 12:47 
GeneralOpenPrinter Pin
Member 81460314-Jan-04 5:53
Member 81460314-Jan-04 5:53 
GeneralRe: OpenPrinter Pin
Duncan Edwards Jones14-Jan-04 6:25
professionalDuncan Edwards Jones14-Jan-04 6:25 
GeneralRe: OpenPrinter Pin
Member 81460314-Jan-04 6:34
Member 81460314-Jan-04 6:34 
GeneralRe: OpenPrinter Pin
Member 81460314-Jan-04 7:36
Member 81460314-Jan-04 7:36 
GeneralResource File Pin
Anthony988714-Jan-04 4:53
Anthony988714-Jan-04 4:53 
GeneralRe: Resource File Pin
Prakash Nadar14-Jan-04 6:14
Prakash Nadar14-Jan-04 6:14 
GeneralRe: Resource File Pin
David Crow14-Jan-04 6:45
David Crow14-Jan-04 6:45 
Generalasking for help Pin
projectjak14-Jan-04 4:24
projectjak14-Jan-04 4:24 
GeneralRe: asking for help Pin
Prakash Nadar14-Jan-04 6:16
Prakash Nadar14-Jan-04 6:16 
GeneralRe: asking for help Pin
David Crow14-Jan-04 6:52
David Crow14-Jan-04 6:52 
GeneralProblem finding imported resources in MCF project Pin
Ricardo Briceno14-Jan-04 4:13
Ricardo Briceno14-Jan-04 4:13 

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.