Click here to Skip to main content
15,914,322 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: the parameter of CreateThread problem Pin
Stephen Hewitt18-Jul-06 17:54
Stephen Hewitt18-Jul-06 17:54 
GeneralRe: the parameter of CreateThread problem Pin
led mike18-Jul-06 18:08
led mike18-Jul-06 18:08 
GeneralRe: the parameter of CreateThread problem Pin
missiles20-Jul-06 16:04
missiles20-Jul-06 16:04 
QuestionDoes any one know something about usbzip boot? Pin
momer18-Jul-06 14:56
momer18-Jul-06 14:56 
QuestionProblem using RegEx (boost) Pin
Mark F.18-Jul-06 14:25
Mark F.18-Jul-06 14:25 
AnswerRe: Problem using RegEx (boost) Pin
Stephen Hewitt18-Jul-06 14:31
Stephen Hewitt18-Jul-06 14:31 
GeneralRe: Problem using RegEx (boost) Pin
Mark F.18-Jul-06 16:21
Mark F.18-Jul-06 16:21 
GeneralRe: Problem using RegEx (boost) Pin
Stephen Hewitt18-Jul-06 16:39
Stephen Hewitt18-Jul-06 16:39 
Mark F. wrote:
I believe that the RegEx download from Dr. John Maddock's site has already been built using bjam.

 
 My comments were on Boost; I'm not sure what the deal is if you download RegEx separately. Still though, Regex uses STL and is packaged in .lib files (part of it anwyay). It uses the STL that your compiler uses. Given that the C++ ODR (One Definition Rule) states that all definitions of a class must be consistent in all compilation units this implies that you'll have to build RegEx using your compiler's libraries to ensure this consistency. Perhaps it has already been pre-built for a number of popular compilers, but I doubt it. Also if you've modified your STL, by installing the Dinkum VC6 STL fixes for example, you'll have to rebuild it.

Steve
GeneralRe: Problem using RegEx (boost) Pin
led mike18-Jul-06 17:49
led mike18-Jul-06 17:49 
Questionerror LNK2019 Pin
LCI18-Jul-06 11:08
LCI18-Jul-06 11:08 
AnswerRe: error LNK2019 Pin
NrmMyth18-Jul-06 11:17
NrmMyth18-Jul-06 11:17 
GeneralRe: error LNK2019 Pin
LCI18-Jul-06 11:25
LCI18-Jul-06 11:25 
GeneralRe: error LNK2019 Pin
LCI18-Jul-06 12:00
LCI18-Jul-06 12:00 
GeneralRe: error LNK2019 Pin
NrmMyth18-Jul-06 15:01
NrmMyth18-Jul-06 15:01 
Questionoverloading a variable argument list function Pin
psasidisrcum18-Jul-06 10:40
psasidisrcum18-Jul-06 10:40 
AnswerRe: overloading a variable argument list function Pin
led mike18-Jul-06 11:05
led mike18-Jul-06 11:05 
AnswerRe: overloading a variable argument list function Pin
David Crow18-Jul-06 11:05
David Crow18-Jul-06 11:05 
QuestionHow to get a signal when a USB device is added or removed Pin
Luckymmkay18-Jul-06 10:23
Luckymmkay18-Jul-06 10:23 
AnswerRe: How to get a signal when a USB device is added or removed Pin
earl18-Jul-06 11:41
earl18-Jul-06 11:41 
GeneralRe: How to get a signal when a USB device is added or removed Pin
Luckymmkay19-Jul-06 8:24
Luckymmkay19-Jul-06 8:24 
QuestionNode selection problem Pin
Alex Cutovoi18-Jul-06 9:46
Alex Cutovoi18-Jul-06 9:46 
AnswerRe: Node selection problem Pin
Ali Rafiee18-Jul-06 10:25
Ali Rafiee18-Jul-06 10:25 
Questionillegal characters in xml files Pin
eusto18-Jul-06 9:42
eusto18-Jul-06 9:42 
AnswerRe: illegal characters in xml files Pin
toxcct18-Jul-06 21:33
toxcct18-Jul-06 21:33 
QuestionPlaySound Pin
MrEman18-Jul-06 9:26
MrEman18-Jul-06 9: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.