-1

I tried to compile native applications using DDK, but I got "don't know how to make '\nt.lib'" error. How to fix this?

zwclose7
  • 19
  • 1
  • 1
    Your question is confusing. Why would you need the DDK to compile an application? Please just state what you're trying to do, what you've tried, and what the results were. – Carey Gregory Mar 29 '13 at 23:50

1 Answers1

1

Don't do it and don't try it. The result will be undefined. DDK is for drivers, not for applications.

SomeWittyUsername
  • 18,025
  • 3
  • 42
  • 85
  • If native applications are not compiled with DDK, how native applications are compiled? – zwclose7 Apr 01 '13 at 11:36
  • DDK stands for **Driver** Development Kit. Basic application doesn't require anything besides a compiler. More advanced stuff might require various libraries and SDKs (Software Development Kit) – SomeWittyUsername Apr 01 '13 at 11:48