Click here to Skip to main content
15,924,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPostMessage from Service Pin
Anonymous22-Sep-04 4:32
Anonymous22-Sep-04 4:32 
GeneralRe: PostMessage from Service Pin
Jonathan [Darka]22-Sep-04 5:23
professionalJonathan [Darka]22-Sep-04 5:23 
GeneralProblem with COptionTree Pin
Delphin5122-Sep-04 3:59
sussDelphin5122-Sep-04 3:59 
GeneralRe: Problem with COptionTree Pin
Jeff Bogan22-Sep-04 8:20
Jeff Bogan22-Sep-04 8:20 
GeneralRe: Problem with COptionTree Pin
Delphin5122-Sep-04 10:37
sussDelphin5122-Sep-04 10:37 
GeneralRe: Problem with COptionTree Pin
Fenderman27-Dec-04 23:29
Fenderman27-Dec-04 23:29 
QuestionPrintout image? Pin
Larsson22-Sep-04 3:14
Larsson22-Sep-04 3:14 
QuestionEnvironment problem perhaps? Pin
mcgahanfl22-Sep-04 2:59
mcgahanfl22-Sep-04 2:59 
I am trying to use source code called BOOST\TUPLE, and I get the following error.

Main.cpp
C:\IT 670\Mod 4\Example2b\boost/config.hpp(26) : fatal error C1083: Cannot open include file: 'boost/config/user.hpp': No such file or directory
Error executing cl.exe.

The files do exist and the paths are:
"C:\IT 670\Mod 4\Example2b"
"C:\IT 670\Mod 4\Example2b\BOOST"
"C:\IT 670\Mod 4\Example2b"\BOOST\TUPLE"

In my code below I use #include "boost\tuple\tuple.hpp", which the compiler is finding. But tuple.hpp uses 'boost/config/user.hpp' which the compiler does not know how to find.

I have used tools->options->directories to setup the directories so the project can find the desired files to no avail.

Any suggestion would be great. Thanks



The code is
#include <numeric>
#include <iostream.h>
#include <ostream.h>
#include <vector>
#include "boost\tuple\tuple.hpp"

//store count, sum, and sum of squares
typedef boost::tuple<std::size_t, double,="" double=""> Stats;

int main()
{
return 0;
}
AnswerRe: Environment problem perhaps? Pin
mcgahanfl22-Sep-04 8:39
mcgahanfl22-Sep-04 8:39 
GeneralMenus - Setting a check mark Pin
mcsherry22-Sep-04 2:52
mcsherry22-Sep-04 2:52 
GeneralRe: Menus - Setting a check mark Pin
vcplusplus22-Sep-04 3:14
vcplusplus22-Sep-04 3:14 
GeneralRe: Menus - Setting a check mark Pin
mcsherry22-Sep-04 3:17
mcsherry22-Sep-04 3:17 
GeneralRe: Menus - Setting a check mark Pin
mcsherry22-Sep-04 4:34
mcsherry22-Sep-04 4:34 
Generalfunction problem Pin
ISUstudent22-Sep-04 2:51
ISUstudent22-Sep-04 2:51 
QuestionWM_HOTKEY how to notice a global hotkey release (keyup)? Pin
Member 134487422-Sep-04 2:40
Member 134487422-Sep-04 2:40 
AnswerRe: WM_HOTKEY how to notice a global hotkey release (keyup)? Pin
Anonymous22-Sep-04 3:41
Anonymous22-Sep-04 3:41 
GeneralRe: WM_HOTKEY how to notice a global hotkey release (keyup)? Pin
Member 134487422-Sep-04 5:19
Member 134487422-Sep-04 5:19 
GeneralDetecting a pixel on the SDI Pin
jw8122-Sep-04 2:14
jw8122-Sep-04 2:14 
GeneralRe: Detecting a pixel on the SDI Pin
KaЯl22-Sep-04 5:04
KaЯl22-Sep-04 5:04 
GeneralRe: Detecting a pixel on the SDI Pin
jw8122-Sep-04 19:32
jw8122-Sep-04 19:32 
Generalnumber of bits in a byte (char) Pin
peterworth22-Sep-04 1:31
peterworth22-Sep-04 1:31 
GeneralRe: number of bits in a byte (char) Pin
Henry miller22-Sep-04 3:24
Henry miller22-Sep-04 3:24 
Generalincomin connection dialog Pin
mark18222-Sep-04 1:30
mark18222-Sep-04 1:30 
Generalsending voice over network Pin
pardis22-Sep-04 1:28
pardis22-Sep-04 1:28 
GeneralRe: sending voice over network Pin
Alexander M.,22-Sep-04 10:34
Alexander M.,22-Sep-04 10:34 

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.