Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. is there ANYBODY who could ever compile the Vision SDK?

is there ANYBODY who could ever compile the Vision SDK?

Scheduled Pinned Locked Moved C / C++ / MFC
csharpvisual-studiohelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    andreas schaerer
    wrote on last edited by
    #1

    everybody i know , cant compile it! i did all the steps over and over (like adding the paths etc), but i always get build errors like: error C2086: 'T2::size_type size_type' : redefinition error C2086: 'T4::reference reference' : redefinition and then some 100 more.. im getting crazy! there is nowhere any support, or written about this problems, am i so stupid, and doing something wrong??? maby it does not work with VS.NET 2003 ??? thanx for any input!

    J 1 Reply Last reply
    0
    • A andreas schaerer

      everybody i know , cant compile it! i did all the steps over and over (like adding the paths etc), but i always get build errors like: error C2086: 'T2::size_type size_type' : redefinition error C2086: 'T4::reference reference' : redefinition and then some 100 more.. im getting crazy! there is nowhere any support, or written about this problems, am i so stupid, and doing something wrong??? maby it does not work with VS.NET 2003 ??? thanx for any input!

      J Offline
      J Offline
      Joaquin M Lopez Munoz
      wrote on last edited by
      #2

      Seems like Vision is meant for MSVC 5.0/6.0. The following is a shot in the dark, though maybe an inspired one: replace

      T2::size_type size_type

      with

      typename T2::size_type size_type

      and similarly for the other errors. Tell us back if it worked. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups