radioman
06-06-2006, 02:49 PM
this is example what i do:
http://safariexamples.informit.com/0672325969/DirectX%20SDK/Samples/C%2B%2B/DirectSound/StreamData/streamdata.cpp
All is right while i do it in EXE module, but my engine is in DLL, therefore i put my own class in DLL, but after that sound streaming don't work for me
(something is happend with notification event, it's not notify all the time, case WAIT_OBJECT_0 + 0: never excute).
I just export my own engine class and use int in exe, all atoher work is doing in DLL.
What i should to do, that all will be good and working???????????
http://safariexamples.informit.com/0672325969/DirectX%20SDK/Samples/C%2B%2B/DirectSound/StreamData/streamdata.cpp
All is right while i do it in EXE module, but my engine is in DLL, therefore i put my own class in DLL, but after that sound streaming don't work for me
(something is happend with notification event, it's not notify all the time, case WAIT_OBJECT_0 + 0: never excute).
I just export my own engine class and use int in exe, all atoher work is doing in DLL.
What i should to do, that all will be good and working???????????
