.net help
I am in need of some very basic advice regarding VCPP 7.0/.net. I seem to be missing out on something really obvious about the way the compiler works because I can't get any .cpp/.h object files to work in a main loop, the files will compile on their own but I always get either "cannot open include file so-and-so" or if it allows the include file then I try to make an object in the main loop like
obj a;
and I get "obj unknown, a unknown etc." I haven't had any problems getting this stuff going on Linux, but so far I have one .net project where one of my classes can be worked with inside of the main loop but... I have been unable to repeat this! I have a project where I can work with ONE of my classes. I have no idea how this happened. Just a link to some advice on working the .Net environment or somethign would be appreciated thanks.
obj a;
and I get "obj unknown, a unknown etc." I haven't had any problems getting this stuff going on Linux, but so far I have one .net project where one of my classes can be worked with inside of the main loop but... I have been unable to repeat this! I have a project where I can work with ONE of my classes. I have no idea how this happened. Just a link to some advice on working the .Net environment or somethign would be appreciated thanks.
