Thread: NoD3DX9 Library

Results 1 to 5 of 5

Threaded View

  1. #1
    matypatty's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    864
    Reputation
    229
    Thanks
    2,694
    My Mood
    Amused

    Lightbulb NoD3DX9 Library

    Credits to Learn_More, I did not make this.

    Useful to remove D3D9 Dependences in your code, Simple to use.

    Step 1:
    Code:
    Download the file from the attachments.
    Step 2:
    Code:
    Put it in your project folder.
    Step 3:
    Code:
    Replace:
    #pragma comment(lib, "d3dx9.lib")
    
    With:
    #pragma comment(lib, "nod3dx9.lib")
    https://www.virustotal.com/file/ce28...is/1334616802/
    nod3dx9.rar - Jotti's malware scan

    Although 90% of you will not use this because its not c+p antikick, It is still very useful for removing any d3d related errors encountered by users.
    <b>Downloadable Files</b> Downloadable Files
    Last edited by BACKD00R; 04-18-2012 at 10:24 AM. Reason: Adding prefix

  2. The Following 20 Users Say Thank You to matypatty For This Useful Post:

    .Death (04-17-2012),Black Diamond (06-20-2012),ChaosMagician (11-25-2012),clebertiba (04-26-2012),daantjepaal (05-04-2012),[MPGH]Flengo (04-16-2012),Genesis (06-30-2013),igamer118 (07-18-2012),Kingsurff (11-25-2012),loung (04-24-2012),luccss (04-17-2012),marciopxv1 (04-30-2012),Nightmare (04-17-2012),Reflex- (04-16-2012),Saltine (04-17-2012),teehee15 (04-16-2012),TIGRE85 (07-22-2013),topblast (04-29-2012),V3SGOO (05-26-2016),zehven8 (05-04-2012)

Similar Threads

  1. C++ Hackers Library ~ For beginners
    By scriptkiddy in forum C++/C Programming
    Replies: 27
    Last Post: 10-22-2009, 04:34 PM
  2. How do I get the D3D library for C++?
    By zhaoyun333 in forum C++/C Programming
    Replies: 2
    Last Post: 06-27-2009, 11:38 AM
  3. Converting Dynamically linked library to executable.
    By radnomguywfq3 in forum Programming Tutorials
    Replies: 2
    Last Post: 06-10-2009, 11:50 AM
  4. Extracting classes from dynamically loaded libraries.
    By radnomguywfq3 in forum C++/C Programming
    Replies: 3
    Last Post: 03-22-2009, 12:36 AM
  5. LIBRARY DANCING
    By ClapBangKiss in forum General
    Replies: 1
    Last Post: 03-14-2009, 07:20 PM