Hi All,
This is the first time i have had to leave the comfort of visual basic and tackle a c++ project using VC++ .NET
I am pretty good with VB and the windows enviroment, but I'm getting a bit stuck with .h and .lib files
I'm trying to link my program to include the powrprof.h header file (that comes with the platform SDK)
I haven't been able to get it working, every time I try and compile I get hundreds of errors. I don't think it can find the .lib file
I have checked the directories in tools > options and the library directory is referenced properly.
Anyone got any ideas/experiance of using this module. After I get it to include properly do I need to initialise it as a class???
Thanks for any help
This is the first time i have had to leave the comfort of visual basic and tackle a c++ project using VC++ .NET
I am pretty good with VB and the windows enviroment, but I'm getting a bit stuck with .h and .lib files
I'm trying to link my program to include the powrprof.h header file (that comes with the platform SDK)
I haven't been able to get it working, every time I try and compile I get hundreds of errors. I don't think it can find the .lib file
I have checked the directories in tools > options and the library directory is referenced properly.
Anyone got any ideas/experiance of using this module. After I get it to include properly do I need to initialise it as a class???
Thanks for any help