$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: shunm_fang (shunm_fang_at_[hidden])
Date: 2003-08-15 14:07:15
Hello, I am newbie to boost.python.
Currently, I have a projects to wrap our c++ code to python module
using boost_python. I download boost_1_19_0 and built it in .net,
now I want to test the libraries is right or not, I try to build the
hello module in the example, but fail, it saying that:
c:\Program Files\Microsoft Visual Studio .NET\Vc7\include\cstdio
(15): error C2059: syntax error : ':'
any trick about it