Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Visual C++ help  (Read 2173 times)

0 Members and 1 Guest are viewing this topic.

devil0150

    Topic Starter


    Beginner

    Thanked: 1
    Visual C++ help
    « on: June 04, 2009, 09:28:03 AM »
    I need a little help on visual c++ 2008. I downloaded a 2D graphics library but i don't know how to use it in visual c++. I think i need to add a reference or something but i don't know how. The file i need to add  is .dll . Please help!

    Ironman



      Hopeful
    • Virtus, Veneratio, Fidelitas
    • Thanked: 15
      • Yes
      • My Personal Site
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Visual C++ help
    « Reply #1 on: June 04, 2009, 10:41:11 AM »
    which .dll file do you need?
    You can download them here:
    http://www.dll-files.com/


    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: Visual C++ help
    « Reply #2 on: June 04, 2009, 10:52:22 AM »
    he's not missing a DLL.


    if the library is designed for use with C++, it should include a Header file and a LIB.

    for the lib file, you'll need to place it in your LIB directory, and #include the header.

    VC6 has a project settings dialog where you would need to add it as well.
    I was trying to dereference Null Pointers before it was cool.

    devil0150

      Topic Starter


      Beginner

      Thanked: 1
      Re: Visual C++ help
      « Reply #3 on: June 04, 2009, 12:46:17 PM »
      I just recieved some info. It seems this library is only for C# or VB.Net.
      Thanks anyway.