Click here to Skip to main content
15,923,168 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: default parameters - functions Pin
John R. Shaw10-Jul-09 8:09
John R. Shaw10-Jul-09 8:09 
GeneralRe: default parameters - functions Pin
rew´RaZiel17-Jul-09 21:40
rew´RaZiel17-Jul-09 21:40 
QuestionCreate 16 bit process under 32bit using CreateProcess Pin
RoryODonnell10-Jul-09 4:41
RoryODonnell10-Jul-09 4:41 
Questioncrashed ( i CSimpleStringT ) when new control are added to dialog Pin
Bilge Kaan10-Jul-09 4:02
Bilge Kaan10-Jul-09 4:02 
QuestionRe: crashed ( i CSimpleStringT ) when new control are added to dialog Pin
David Crow10-Jul-09 4:33
David Crow10-Jul-09 4:33 
AnswerRe: crashed ( i CSimpleStringT ) when new control are added to dialog Pin
Bilge Kaan10-Jul-09 5:04
Bilge Kaan10-Jul-09 5:04 
QuestionRe: crashed ( i CSimpleStringT ) when new control are added to dialog Pin
David Crow10-Jul-09 5:28
David Crow10-Jul-09 5:28 
QuestionLinking error LNK2019 while building DLL Pin
Member 154408710-Jul-09 2:37
Member 154408710-Jul-09 2:37 
AnswerRe: Linking error LNK2019 while building DLL [modified] Pin
Adam Roderick J10-Jul-09 2:50
Adam Roderick J10-Jul-09 2:50 
AnswerRe: Linking error LNK2019 while building DLL Pin
Stuart Dootson10-Jul-09 4:14
professionalStuart Dootson10-Jul-09 4:14 
QuestionImage list number associated with the column comes wrong while using Header_GetItem Pin
mutpan10-Jul-09 1:44
mutpan10-Jul-09 1:44 
QuestionScroll view background color Pin
Nikesh Jagtap10-Jul-09 0:53
Nikesh Jagtap10-Jul-09 0:53 
AnswerRe: Scroll view background color Pin
Chandrasekharan P10-Jul-09 1:05
Chandrasekharan P10-Jul-09 1:05 
QuestionSetCursorPos() not working Pin
KASR19-Jul-09 22:48
KASR19-Jul-09 22:48 
AnswerRe: SetCursorPos() not working [modified] Pin
Adam Roderick J10-Jul-09 2:35
Adam Roderick J10-Jul-09 2:35 
Questionswitch on multi threading in visual studio using boost libraries Pin
minkowski9-Jul-09 21:32
minkowski9-Jul-09 21:32 
AnswerRe: switch on multi threading in visual studio using boost libraries Pin
Stuart Dootson9-Jul-09 22:24
professionalStuart Dootson9-Jul-09 22:24 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
minkowski10-Jul-09 0:37
minkowski10-Jul-09 0:37 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
Stuart Dootson10-Jul-09 1:02
professionalStuart Dootson10-Jul-09 1:02 
This is the command -line I used, from the root of my Boost 1.38.0 source unpack

bjam --toolset=msvc-7.1 --prefix=d:\lib\boost  --build-type=complete install


My Boost libraries are in this sort of directory hierarchy:

  • d:\lib\boost - Root of my Boost install - I've only got 7 versions of Boost installed. from 1.32.0 on Blush | :O . You can see that I've told bjam that this directory is the root of my Boost library directory hierarchy.
  • d:\lib\boost\include - contains all Boost header files in versioned sub-directories, such as D:\lib\boost\include\boost-1_38. Each versioned sub-directory contains a boost sub-directory which is the root of the include directory hierarchy. The versioned sub-directory is automatically created by the 'install' action in the jam file
  • d:\lib\boost\lib - contains all Boost libraries and DLLs. The libs and DLLs are copied here by the 'install' action in the jam file
  • d:\lib\boost\versioned directory containing source, docs etc. For example, D:\lib\boost\boost_1_38_0 for Boost 1.38.0. I CD into this directory before building that version of Boost. After building, I delete the bin.v2 directory, as it contains all the object files created by hte build process, which can be > 1GB in size.


I would certainly recommend using this sort of setup, as it's worked pretty flawlessly for me for (literally) years.

The other thing I'd be concerned about with your setup is the 'Program Files' directory - I'm always worried about command-line tools and directories whose names contain spaces.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: switch on multi threading in visual studio using boost libraries [modified] Pin
minkowski10-Jul-09 1:41
minkowski10-Jul-09 1:41 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
Stuart Dootson10-Jul-09 2:04
professionalStuart Dootson10-Jul-09 2:04 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
minkowski10-Jul-09 2:57
minkowski10-Jul-09 2:57 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
Stuart Dootson10-Jul-09 4:46
professionalStuart Dootson10-Jul-09 4:46 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
minkowski10-Jul-09 4:53
minkowski10-Jul-09 4:53 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
Stuart Dootson10-Jul-09 5:06
professionalStuart Dootson10-Jul-09 5:06 

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.