I've created a very basic program in C#
but for some reason it doesn't run but runs the debugger instead:
As described in the SDK documentation your program is supposed to work
exactly as mine but yours works and mine doesn't.
Here is the code.
private Device dsDevice = null;
SecondaryBuffer buffer;
BufferDescription info;
public Form1()
{
Can anyone tell me what's the problem?
THanks a lot!
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.