Click here to Skip to main content
15,916,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General.open(); Pin
Anonymous3-Mar-04 18:07
Anonymous3-Mar-04 18:07 
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 
Not that I could find, it came with instructions on how to use the make files to create the libs and dll's and move them to the vc6 directories for each type, but that's really it. Maybe that's enough, but I can't figure out how to allow my project to use these files. To I have to add them physically to my project?

I'm using VC6 for this project. Any help on getting this to work would be very appreciated.
[EDIT]
This is directly from the documentation:

"Finally when you use regex++ it is only necessary for you to add the <boost> root directory to your list of include directories for that project. It is not necessary for you to manually add a .lib file to the project; the headers will automatically select the correct .lib file for your build mode and tell the linker to include it."

I did this by going to the projects settings and adding it to the list of include files, but when I try a piece of code like:
boost::reg_expression e;
I get an error that reg_expression is not a valid type.

- monrobot13
GeneralRe: Boost Regex++ Pin
Christian Graus4-Mar-04 9:24
protectorChristian Graus4-Mar-04 9:24 
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 

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.