Click here to Skip to main content
15,917,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: .open(); Pin
Roger Allen4-Mar-04 6:46
Roger Allen4-Mar-04 6:46 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Prakash Nadar3-Mar-04 17:28
Prakash Nadar3-Mar-04 17:28 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Christian Graus3-Mar-04 17:29
protectorChristian Graus3-Mar-04 17:29 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Prakash Nadar3-Mar-04 17:51
Prakash Nadar3-Mar-04 17:51 
GeneralBoost Regex++ Pin
monrobot133-Mar-04 16:55
monrobot133-Mar-04 16:55 
GeneralRe: Boost Regex++ Pin
Christian Graus3-Mar-04 17:32
protectorChristian Graus3-Mar-04 17:32 
GeneralRe: Boost Regex++ Pin
monrobot134-Mar-04 4:57
monrobot134-Mar-04 4:57 
GeneralRe: Boost Regex++ Pin
Christian Graus4-Mar-04 9:24
protectorChristian Graus4-Mar-04 9:24 
Ah - make files. Typical.

Your zip should include something like an include and a lib directory. In VC6, click tools/options/directories. On the right is a drop down. Set it to show directories for include files, add your include directory. Do the same for library files and your lib directory. Now in your project, click PRoject-Settings ( or hit Alt-F7 ). On the link tab, in the 'object/library modules' text entry box, type in the name of the lib file/s that contain the code you want to use ( read the docs ). Now you're set, you just need to #include whatever header files you want from that include directory, and they should compile and link OK.


Christian

I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
GeneralRe: Boost Regex++ Pin
monrobot134-Mar-04 20:21
monrobot134-Mar-04 20:21 
GeneralRe: Boost Regex++ Pin
Nemanja Trifunovic4-Mar-04 9:44
Nemanja Trifunovic4-Mar-04 9:44 
QuestionHow to embed Acrobat Reader in a MFC program Pin
super-kingkong3-Mar-04 15:09
super-kingkong3-Mar-04 15:09 
AnswerRe: How to embed Acrobat Reader in a MFC program Pin
Trollslayer4-Mar-04 5:31
mentorTrollslayer4-Mar-04 5:31 
GeneralRe: How to embed Acrobat Reader in a MFC program Pin
tankhoasp4-Mar-04 5:43
tankhoasp4-Mar-04 5:43 
GeneralRe: How to embed Acrobat Reader in a MFC program Pin
Trollslayer4-Mar-04 7:58
mentorTrollslayer4-Mar-04 7:58 
GeneralRe: How to embed Acrobat Reader in a MFC program Pin
super-kingkong4-Mar-04 15:42
super-kingkong4-Mar-04 15:42 
GeneralRe: How to embed Acrobat Reader in a MFC program Pin
Trollslayer4-Mar-04 22:28
mentorTrollslayer4-Mar-04 22:28 
GeneralReading ID3 Tags from .MP3 files Pin
Ernesto D.3-Mar-04 14:58
Ernesto D.3-Mar-04 14:58 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Christian Graus3-Mar-04 16:43
protectorChristian Graus3-Mar-04 16:43 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Maximilien4-Mar-04 4:08
Maximilien4-Mar-04 4:08 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Dominik Reichl4-Mar-04 4:13
Dominik Reichl4-Mar-04 4:13 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Michael Dunn4-Mar-04 4:26
sitebuilderMichael Dunn4-Mar-04 4:26 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Ravi Bhavnani4-Mar-04 5:49
professionalRavi Bhavnani4-Mar-04 5:49 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
sps-itsec464-Mar-04 9:19
sps-itsec464-Mar-04 9:19 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Ernesto D.4-Mar-04 12:26
Ernesto D.4-Mar-04 12:26 
GeneralDeterming the area of a set of rectangles Pin
DanFreddy3-Mar-04 14:11
DanFreddy3-Mar-04 14:11 

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.