Click here to Skip to main content
15,893,790 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do you use combo boxes with a Doc View SDI Application Pin
Mark Salsbery17-Oct-06 6:13
Mark Salsbery17-Oct-06 6:13 
QuestionHow to use "Connection: Keep-Alive" header Pin
zzattack15-Oct-06 2:12
zzattack15-Oct-06 2:12 
AnswerRe: How to use "Connection: Keep-Alive" header Pin
Michael Dunn15-Oct-06 9:03
sitebuilderMichael Dunn15-Oct-06 9:03 
GeneralRe: How to use "Connection: Keep-Alive" header Pin
zzattack15-Oct-06 9:59
zzattack15-Oct-06 9:59 
QuestionHow to set the cursor on an EditBox? Pin
sir_moreno15-Oct-06 1:16
sir_moreno15-Oct-06 1:16 
AnswerRe: How to set the cursor on an EditBox? Pin
Mark Salsbery15-Oct-06 8:10
Mark Salsbery15-Oct-06 8:10 
Questionan existing efficient matrix multiplication algorithm? Pin
George_George15-Oct-06 1:10
George_George15-Oct-06 1:10 
QuestionLinking with Visual Studio 2003 ??? Pin
thedp15-Oct-06 0:31
thedp15-Oct-06 0:31 
Hello,

I'm trying to add the following lib: [url]http://id3lib.sourceforge.net/[/url]
to my VS2003 project, I don't understand the instructions:
[code]
B)***Your project wants to link id3lib static, and has mfc linked dynamic or has no MFC:
1) Rename config.h.win32 to config.h
2) include libprj/id3lib.dsp and zlib/prj/zlib.dsp to your workspace
3) make your project dependend on id3lib, and make id3lib dependend on zlib
4) Add /D ID3LIB_LINKOPTION=1 to your project options (settings, C/C++ tab)
5) Add the following include dirs to your program:
/I <path_to_id3lib>\\include /I <path_to_id3lib>\\include\\id3
6) (add your code which uses id3lib)
7) Try to compile, and see if you need any of the following:
(debug) /nodefaultlib:"msvcprtd" or(release) /nodefaultlib:"msvcprt"
(debug) /nodefaultlib:"MSVCRTD" or(release) /nodefaultlib:"MSVCRT"
(debug) /nodefaultlib:"libcmtd" or(release) /nodefaultlib:"libcmt"
different programs may require different 'nodefaultlib' 's, or none at all, these worked for me.
If none you try work, revert to C)
[/code]

Please help, without this lib I can't go on with my project.Cry | :((

Thank you.
AnswerRe: Linking with Visual Studio 2003 ??? Pin
Christian Graus15-Oct-06 0:48
protectorChristian Graus15-Oct-06 0:48 
GeneralRe: Linking with Visual Studio 2003 ??? Pin
thedp15-Oct-06 0:57
thedp15-Oct-06 0:57 
GeneralRe: Linking with Visual Studio 2003 ??? Pin
Christian Graus15-Oct-06 1:00
protectorChristian Graus15-Oct-06 1:00 
GeneralRe: Linking with Visual Studio 2003 ??? Pin
thedp15-Oct-06 1:04
thedp15-Oct-06 1:04 
QuestionSingleThread dialog application which can change main dialog [modified] Pin
rudo3214-Oct-06 23:11
rudo3214-Oct-06 23:11 
AnswerRe: SingleThread dialog application which can change main dialog Pin
Joan M16-Oct-06 20:52
professionalJoan M16-Oct-06 20:52 
Questionlisbox sorting Pin
Tara1414-Oct-06 19:15
Tara1414-Oct-06 19:15 
AnswerRe: lisbox sorting Pin
Joan M16-Oct-06 20:49
professionalJoan M16-Oct-06 20:49 
QuestionPrinting Bitmaps from a Frame Grabber (Re-post of earlier question) Pin
Bob Hickey14-Oct-06 16:56
Bob Hickey14-Oct-06 16:56 
AnswerRe: Printing Bitmaps from a Frame Grabber (Re-post of earlier question) Pin
Justin Tay14-Oct-06 18:45
Justin Tay14-Oct-06 18:45 
AnswerRe: Printing Bitmaps from a Frame Grabber (Re-post of earlier question) Pin
Hamid_RT14-Oct-06 19:32
Hamid_RT14-Oct-06 19:32 
Questionsort of dumb question about memory allocation Pin
KellyR14-Oct-06 14:45
KellyR14-Oct-06 14:45 
AnswerRe: sort of dumb question about memory allocation Pin
Mark Salsbery14-Oct-06 15:18
Mark Salsbery14-Oct-06 15:18 
AnswerRe: sort of dumb question about memory allocation Pin
Michael Dunn14-Oct-06 21:20
sitebuilderMichael Dunn14-Oct-06 21:20 
GeneralRe: sort of dumb question about memory allocation Pin
Mark Salsbery15-Oct-06 8:14
Mark Salsbery15-Oct-06 8:14 
QuestionVC6: How do I execute an exe contained in my resources? Pin
tssyf14-Oct-06 14:17
tssyf14-Oct-06 14:17 
AnswerRe: VC6: How do I execute an exe contained in my resources? Pin
Gerald Schwab14-Oct-06 15:07
Gerald Schwab14-Oct-06 15:07 

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.