Hi, I would like to use boost in mingw in windows XP, But i do not know how to do it. Could anyone help me? thanks:) Sincerely yours
wang wenhua wrote:
Hi, I would like to use boost in mingw in windows XP,
But i do not know how to do it. Could anyone help me? thanks:)
It would probably help, if you would describe your specific problems. When I compiled boost with mingw quite a long time ago I just followed the install documentation. I think you should find all you need here: http://www.boost.org/doc/libs/1_35_0/more/getting_started/windows.html Greetings from Bremen, Daniel Krügler
Bremen,
Thank you very much.
I know how to compiled boost.
But while i am trying "using namespace boost;", there is always
error.
How can i fix it?
Sincerely yours
Wang Wenhua
在08-6-23,Daniel Krügler
wang wenhua wrote:
Hi, I would like to use boost in mingw in windows XP,
But i do not know how to do it. Could anyone help me? thanks:)
It would probably help, if you would describe your specific problems. When I compiled boost with mingw quite a long time ago I just followed the install documentation. I think you should find all you need here:
http://www.boost.org/doc/libs/1_35_0/more/getting_started/windows.html
Greetings from Bremen,
Daniel Krügler
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
wang wenhua wrote:
Bremen,
It's easier for all of us, if you just call me Daniel ;-)
Thank you very much.
I know how to compiled boost.
But while i am trying "using namespace boost;", there is always error.
How can i fix it?
Please provide the source code you try to compile (if possible, a complete C++ program, if short enough). It seems to me that you are stumbling across a C++ language problem, not into a mingw curiosity (but who knows without looking into it?). Greetings from Bremen, Daniel Krügler
participants (2)
-
Daniel Krügler
-
wang wenhua