directx bindings problem

Benjamin Thaut code at benjamin-thaut.de
Tue Oct 29 06:35:14 PDT 2013


I already found the first problem with your library.
Your directx modules have module declarations in the form of:

module directx.xaudio2;

but they are directly within the src directory.
You should create a subfolder called "directx" and place all your 
modules in there so it is actually consistent with the module declarations.

-- 
Kind Regards
Benjamin Thaut


More information about the Digitalmars-d-learn mailing list