strange complation issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to be able to call my forms from all over in my application, usually
that is easy to do, but I am running into this. One form I can add in my
#include header, and in my button click event it will allow me to declare a
reference to it, and even intellisense picks it up, but upon compilation, the
statements error out. Anyone run into this? This only happens with this one
particular form. The app is being done in vc++.net if that matters. Thanks
for any help.
 
What are the compilation errors you are receiving? Please post the code
that is producing the errors, and add some indication of how the
classes in the posted code relate to each other.
 
Back
Top