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