adding directx to visual C++.net

T

Thomas Matthews

Ted said:
How do you add directx dll/libs to a visual c++.net project.

By reading the Visual C++ Compiler Manual. :)
Dynaminc Link Libraries (a.k.a. DLLs) and Libraries (libs)
are not a part of the C++ language; they are a compiler or
implementation issue. Different compiles are allowed to
have different object, library and executable formats.

The best place for your answers is a Microsoft newsgroup.
Check the FAQ and welecome.txt links below.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library
 
T

Ted

Ok, that might be true but I was able to find the information I
needed, and those with similar problems, in the properties window of
your project, not the solution, you'll an linker section where you are
able to add Additional dependencies to your project such as DLLs and
or LIBs.

Thanks for the help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,143
Messages
2,570,822
Members
47,368
Latest member
michaelsmithh

Latest Threads

Top