I'm using Measurement Studio 6, VC++6 SP5.
I used the MS6 Add/Remove wizard to add several NI gui components to my exisiting (large) project. When I use the ClassWizard, VC++ generates wrapper classes for each of the NI controls. So, for example I must use CCWPointer (generated) instead of CNiPointer.
I also created a test app using the MS6 appwizard. This does not appear to use any wrapper classes. This gives a far neater project as it doesn't need to maintain those extra generated files and classes. I compared the .dsp's and the .dsw's, but can't find any relevant differences.
So, can I use MS6 components without generating those wrapper classes? How?
Thanks,
Billy.