Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: The character we get.?? Pin
jmkhael2-Jun-04 23:09
jmkhael2-Jun-04 23:09 
AnswerRe: The character we get.?? Pin
John R. Shaw3-Jun-04 0:19
John R. Shaw3-Jun-04 0:19 
GeneralVC6 : new project, keep dialogs Pin
thomas_d772-Jun-04 19:51
thomas_d772-Jun-04 19:51 
GeneralRe: VC6 : new project, keep dialogs Pin
Anthony_Yio2-Jun-04 20:06
Anthony_Yio2-Jun-04 20:06 
GeneralVC++ 6 static library question Pin
Indrawati2-Jun-04 19:08
Indrawati2-Jun-04 19:08 
GeneralRe: VC++ 6 static library question Pin
Nitzan Shaked2-Jun-04 19:48
Nitzan Shaked2-Jun-04 19:48 
GeneralRe: VC++ 6 static library question Pin
Anonymous2-Jun-04 19:52
Anonymous2-Jun-04 19:52 
GeneralRe: VC++ 6 static library question Pin
Nitzan Shaked2-Jun-04 20:05
Nitzan Shaked2-Jun-04 20:05 
You're welcome. There are separate options for each "Configuration". You can add configurations (say you want "Debug", "Release" and "Debug with statically linked MFC"), and even delete configurations so you're left with only one.

You don't "have" to do anything. The only question is who is going to use your lib, and what their requirements will be. If it's only you, and you don't care, then provide only one (Release would probably be best, since Debug might need other debug DLLs if you've used them in your lib).

One more thing you should be aware of is that VC++ has a deficiency of some sort: if you use project dependencies (for multiple DSPs in one DSW), then if your "main" project is a "Debug" build VC will take the "Debug" build from all other projects. That means you need a "Debug" build in your lib if you use projcet dependencies.

BUT -- if you simply insert the name of your lib in "linker / input" then you're safe and there's no problem.

-- Nitzan
Questionhow to get Client's IP from Soap server Pin
rokiadd2-Jun-04 17:49
rokiadd2-Jun-04 17:49 
QuestionHow can I get a jpeg picture's array of pixels by using GDI+? Pin
pqcyy2-Jun-04 16:32
pqcyy2-Jun-04 16:32 
AnswerRe: How can I get a jpeg picture's array of pixels by using GDI+? Pin
Joe Woodbury2-Jun-04 19:10
professionalJoe Woodbury2-Jun-04 19:10 
GeneralRe: How can I get a jpeg picture's array of pixels by using GDI+? Pin
pqcyy3-Jun-04 16:53
pqcyy3-Jun-04 16:53 
GeneralRe: How can I get a jpeg picture's array of pixels by using GDI+? Pin
Joe Woodbury3-Jun-04 18:43
professionalJoe Woodbury3-Jun-04 18:43 
AnswerRe: How can I get a jpeg picture's array of pixels by using GDI+? Pin
Bo Hunter3-Jun-04 13:44
Bo Hunter3-Jun-04 13:44 
AnswerRe: How can I get a jpeg picture's array of pixels by using GDI+? Pin
pqcyy3-Jun-04 14:35
pqcyy3-Jun-04 14:35 
Generalautoplay droptarget Pin
bryce2-Jun-04 16:14
bryce2-Jun-04 16:14 
GeneralRe: autoplay droptarget Pin
John R. Shaw2-Jun-04 18:31
John R. Shaw2-Jun-04 18:31 
GeneralRe: autoplay droptarget Pin
bryce2-Jun-04 19:02
bryce2-Jun-04 19:02 
GeneralRe: autoplay droptarget Pin
John R. Shaw2-Jun-04 21:45
John R. Shaw2-Jun-04 21:45 
QuestionHow to launch the .job file in VC++ Pin
ErisonWu2-Jun-04 15:27
ErisonWu2-Jun-04 15:27 
AnswerRe: How to launch the .job file in VC++ Pin
jmkhael2-Jun-04 23:05
jmkhael2-Jun-04 23:05 
GeneralRe: How to launch the .job file in VC++ Pin
ErisonWu3-Jun-04 15:29
ErisonWu3-Jun-04 15:29 
AnswerRe: How to launch the .job file in VC++ Pin
David Crow3-Jun-04 4:31
David Crow3-Jun-04 4:31 
Generaldx9err.cpp missing Pin
student66692-Jun-04 14:27
student66692-Jun-04 14:27 
GeneralLine graph algorithm Pin
Miszou2-Jun-04 13:12
Miszou2-Jun-04 13: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.