Hi all guys,
i've been back and relized that when i try to compile
// boosttest.cpp : Defines the entry point for the console application.
//
#include <boost/shared_ptr.hpp>
#include "stdafx.h"
int main()
{
return 0;
}
i have this
1>------ Rebuild All started: Project: boosttest, Configuration: Debug Win32 ------
1> stdafx.cpp
1> boosttest.cpp
1> boosttest.vcxproj -> C:\Users\Live Machine\Desktop\boosttest\boosttest\Debug\boosttest.exe
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
but if i try to compile the same as a .c file (boosttest.c) i got the same errors as my first mail.