Author Topic: Install in VS C++ 2005  (Read 18764 times)

Offline camus

  • Newbie
  • *
  • Posts: 8
    • View Profile
Install in VS C++ 2005
« on: October 09, 2007, 23:22:42 »
Hi,

I have one aplication with Hugin API in visual c++ 6.0, I need pass this code a visual studio c++ 2005, but i can´t configured the namespace HAPI, i obtend several warnings for "declspec(dllimport)", and error to find links of functions.

Somebody have this problem?

Thanks a lot.


Offline Martin

  • HUGIN Expert
  • Hero Member
  • *****
  • Posts: 613
    • View Profile
Re: Install in VS C++ 2005
« Reply #1 on: October 10, 2007, 22:17:41 »
Hello

Are you using the C++ API for visual studio 2005?

This is located in the folder <Hugin install dir>\HDE6.6CPP\VC8
Hugin Expert A/S

Offline camus

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Install in VS C++ 2005
« Reply #2 on: October 11, 2007, 00:30:18 »
I don´t have HDE6.6CPP\VC8 only can see HDE6.4CPP\VC7, i need a new vesion? Or only update my version?


I have:

Hugin API Version 6.4 and Hugin GUI Version 6.6

Offline Martin

  • HUGIN Expert
  • Hero Member
  • *****
  • Posts: 613
    • View Profile
Re: Install in VS C++ 2005
« Reply #3 on: October 15, 2007, 11:33:30 »
Support for Visual Studio 2005 was added in Hugin version 6.8, so you should upgrade to this version.

The VC-directories contains files for different versions of Visual Studio:
\VC6 contains files for Visual Studio 6
\VC7 contains files for Visual Studio 2003
\VC8 contains files for Visual Studio 2005 (added in Hugin version 6.8 )
Hugin Expert A/S

Offline camus

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Install in VS C++ 2005
« Reply #4 on: October 22, 2007, 17:21:30 »
What need for upgrade my version?

Thanks a lot.