I use VC++.NET to edit my cpp files and then I run "make" from the command prompt.
My problem is that I get the message "in function GpKernelInitialise, undefined reference to GpMain" when I run make.
It is only a single simple .cpp file test program (with the correct includes, etc)and I am...