QGLFormat class
Solved
General and Desktop
-
I am running Affine example in Qt creator 9.0.1 and using Qt 5.15.2. MSVC2019 32 bit Compiler.
i get the following error:
D:\Dan\QtLib\QtPrjs\affine\xform.cpp:838: error: C2653: 'QGLFormat': is not a class or namespace name
do i miss anything here?
Please help.
-
I am running Affine example in Qt creator 9.0.1 and using Qt 5.15.2. MSVC2019 32 bit Compiler.
i get the following error:
D:\Dan\QtLib\QtPrjs\affine\xform.cpp:838: error: C2653: 'QGLFormat': is not a class or namespace name
do i miss anything here?
Please help.
-
@Christian-Ehrlicher Thank you christian.
Yes. Now i included and found it works.
its my mistake. thank you again.
Regards,
dan -