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.
so i guess boost can't be included in c files 'cause is c++..right?


On Tue, Nov 18, 2014 at 11:14 PM, alfonso santimone <alfonso.santimone@gmail.com> wrote:
Hi Nate,
many thanks for help!
thanks i'll check and hope to find the wrong spot!

best

PS : i have to check how not to top-post with gmail. thanks for the info