Thread: boost::serialization + vc6

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    19

    boost::serialization + vc6

    I have downloaded the newest version of boost (1.32). Then I tried to
    build the package with vc6. But I got problems with boost::serialization.
    It couldn't be build because vc6 can't work with boost::spritit 1.8. After
    reading the release notes I downloaded spirit 1.6.1. Afterwards I tried
    my best to configure the environment for building, exactly the way described
    in the documentation (hope so ?!). But I failed again because some
    header (apply....) are not found. Has somebody ideas what i can do
    to succeed.

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    You could get a compiler that is not more than six years old.
    The command line tools of VC++.Net 2003 are available as a free download from Microsoft. Or you could get Dev-C++, the packaged MingW GCC 3.x compiler is compatible with Spirit 1.8 as well.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. (VC6 -> VC++ 2005 Express)WinMain overload error
    By Kurisu33 in forum Windows Programming
    Replies: 2
    Last Post: 08-25-2006, 12:27 PM
  2. using VC6 link VC7 static lib error
    By George2 in forum C++ Programming
    Replies: 5
    Last Post: 06-29-2006, 10:58 PM
  3. VC6 directories
    By Magos in forum Tech Board
    Replies: 0
    Last Post: 03-11-2005, 05:52 PM
  4. How to use vc.net dll in vc6
    By zfnlj in forum C++ Programming
    Replies: 1
    Last Post: 08-31-2004, 09:08 PM
  5. Vc6
    By Moni in forum Windows Programming
    Replies: 5
    Last Post: 08-26-2003, 10:50 AM