|
|
|
|
|
by pjmlp
409 days ago
|
|
Not really, because this is Windows we are talking about. A traditonal Windows application would be using the Windows APIs, and not the C standard library, e.g. FillMemory() instead of memset(), thus there is no DLLs to ship with the application. As can be seen on Petzold books examples. |
|