This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

port edma3 driver example to visual studio 2005 / win ce 6.0

So I'm horribly new at this and my job right now is to port the driver to be usable in visual studio, I've added the paths just fine, and I copied the sample src examples for the abstraction layer and I'm trying to compile it on visual studio. I'm running into a few problems, where I think visual studio just doesn't like the example,

extern register volatile unsigned int DNUM;

thinks there should be a { after cregister is one.

I'm assuming I may have missed a path or I'm going about this the wrong way. I've actually only seen this stuff for the past few days, I'm fresh out of college and have only really used basic console apps and never did much more then that. So any help would be much appreciated =D