eryar / occQt

A simple OpenCASCADE Qt demo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mingw64

hbadi opened this issue · comments

Hello,
I try to use occQt for mingw64 but Xw_Window class is not declared in the opencascade official package.
An idea ?

Best regards.

Hello,

If you use mingw64 in Windows OS, you should define WNT.
The Xw_Window is for linux OS.
The switch is in line 26 of occView.cpp.

Best Regards,
Shing Liu