• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Heidi

    Reply
    Distinguished Contributor
    Posts: 179
    Registered: ‎12-23-2004

    Install HEIDI ???

    116 Views, 1 Replies
    01-14-2005 05:22 AM
    How can i install HEIDI driver to my computer. Please , can you explain step by step because i confused so.

    I download and unzip HEIDI V8.1.
    I install MICROSOFT VISUAL C++ TOOLKIT 2003.

    I don't know what i'll do now.

    Thanks.
    Please use plain text.
    *Michael Butler

    Re: Install HEIDI ???

    01-18-2005 11:08 AM in reply to: saudek
    If you are using an Autodesk product that requires Heidi, no additional steps are required to install Heidi drivers. The Heidi SDK is useful for experienced developers who want to write applications using the Heidi graphics API. Listed below are the steps from the Heidi 8.1 SDK Readme.txt. You don't need to install Heidi drivers - the Heidi DLLs are loaded automatically if your PATH environment variable is correctly set. Michael ----------------------------------------- Heidi 8.1 SDK Readme - 6/11/2004 Open help\index.htm for Heidi HTML documentation. To build Heidi samples apps using Microsoft Visual Studio .NET: 1. Configure Visual Studio environment variables (run vsvars32.bat). 2. Set required Heidi environment variables (assuming you unzipped to c:smileyhappy:. - set HEIDIVER=8 - set HEIDIBIN=c:\HeidiDK\bin\i386\Release - set HEIDILIB=c:\HeidiDK\lib\i386\Release - set HEIDIOBJ=c:\HeidiDK\obj 3. Set optional Heidi environment variables. - USRCFLAGS (additional compile flags) - USRLFLAGS (additional link flags) 4. Add Heidi directories to PATH. - set PATH=C:\HeidiDK\bin\i386\Release;%PATH% 5. Open sample application in Visual Studio. 6. Build release target. 7. Run. Note: the unittest sample app depends on the "default" project. Build samples\unittest\default\default.vcproj before running unittest.exe. "dinamik" wrote in message news:19691332.1105709000663.JavaMail.jive@jiveforum2.autodesk.com... > How can i install HEIDI driver to my computer. Please , can you explain step by step because i confused so. > > I download and unzip HEIDI V8.1. > I install MICROSOFT VISUAL C++ TOOLKIT 2003. > > I don't know what i'll do now. > > Thanks.
    Please use plain text.