eryar / occQt

A simple OpenCASCADE Qt demo.
MIT License
280 stars 129 forks source link

mingw64 #23

Closed hbadi closed 3 years ago

hbadi commented 3 years ago

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

Best regards.

eryar commented 3 years ago

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