Visual C++ Opening a second form

前端 未结 1 413
太阳男子
太阳男子 2021-01-28 21:59

I have a project that contains two forms, Form1.h and Form2.h.

The .cpp files of each is test.cpp and Form2.cpp.

I want to open the second form from the first th

相关标签:
1条回答
  • 2021-01-28 22:39

    Have you included Form1.h in test.cpp?

    0 讨论(0)
提交回复
热议问题