Aaron Oxford wrote:

Hi all,

I'm testing PortMIDI to get cross-platform MIDI going in my C# application, which I'm writing with Visual CPP Express (a .NET2.0/VS2005 generation IDE).

I've just tried to compile the DLL but I'm getting build errors about not finding 'windows.h' (Ross: Told you so :-p ). Removing the #includes of course gets me a bunch of syntax errors.

You have to install the MS Windows Platform SDK,
and then set a few options in VC8.
Just go to "First Steps" in the VC8 help,
or click on "downloading PSDK" from within the start page of MS VC Express.
Then follow exactly the instructions, it will help!

I hope it will work!
Andreas
_______________________________________________
media_api mailing list
[email protected]
http://www.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to