I am halfway through writing a program to calculate training times, and best exp to health ratios for any game which I can use it in but i have run into an error.
I am having a problem loading a form from when a menustrip item is clicked in Visual C++ 2008.
I am using this to load a new form:
DoubleMonsters^ form = gcnew DoubleMonsters();
form->Show();
However it constantly returns an undeclared identifier error
I have included the form header to load from by:
#include "DoubleMonsters.h"
but I still can't get the program to work.
Any help with this problem is welcomed and thank you for your time