Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. thefatmonkey

    adding lib files to project

    Here we go : #pragma comment (lib,"d3d8.lib") adds the directx library (after adding the path in the library section) Now my directx commands work properly: LPDIRECT3D8 g_pD3D = NULL; LPDIRECT3DDEVICE8 g_pd3dDevice = NULL; Hooray!
  2. thefatmonkey

    adding lib files to project

    Hi. I can't add lib files to my project. If I use the add files menu option, the USELIB command appears in my program along with an error : [C++ Error] Project2.cpp(11): E2293 ) expected. can anyone help?

Part and Inventory Search

Back
Top