NoD3DX9 Library
Credits to Learn_More, I did not make this.
Useful to remove D3D9 Dependences in your code, Simple to use.
Step 1:
Step 2:
Step 3:
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.
Useful to remove D3D9 Dependences in your code, Simple to use.
Step 1:
Code:
Download the file from the attachments.
Code:
Put it in your project folder.
Code:
Replace: #pragma comment(lib, "d3dx9.lib") With: #pragma comment(lib, "nod3dx9.lib")
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.