fel88 / CascadeDesktop

OpenCASCADE GUI Viewer/Editor
MIT License
36 stars 13 forks source link

when I run it,error #8

Open tableli opened 7 months ago

tableli commented 7 months ago

image can you help me,thanks

fel88 commented 6 months ago

Hi, first of all, you have to build OCCTProxy library. Try this one: image Check if any errors appear

Zhumin-collab commented 2 months ago

hello,I have builded OcctProxy library,but it still error like this

Zhumin-collab commented 2 months ago

Hi, first of all, you have to build OCCTProxy library. Try this one: image Check if any errors appear hello,I have builded OcctProxy library,but it still error like this

fel88 commented 1 month ago

Do you have a translated (English) version of the exception message (sorry, I can't read Chinese) ? Anyway, I bet you're missing the dll dependencies of OCC. Take a look at my Release https://github.com/fel88/CascadeDesktop/releases/download/Release-alpha-0.1.0/Release-alpha-0.1.0.zip It has a lot of dll files. Just copy all of them in your output directory (where CascadeDesktop.exe file located) and Rebuild solution You can also check what dependencies are missing using special tools such as Dependency walker (old one) or https://github.com/lucasg/Dependencies (modern)

TKKCapricorn commented 1 month ago

Thank you very much for sharing, your code is no problem, my solution is to change the output path in the VS platform debug properties, change to... /win64/bind/, after which it will run successfully, but can you please provide a documentation that tells me the functions of these modules and controls

fel88 commented 1 month ago

@TKKCapricorn Hi, unfortunately, there is no documentation. This project is just a UI for OpenCascade

TKKCapricorn commented 2 weeks ago

In the blink of an eye, I have been learning OpenCascade for a month, although the tasks to be completed are different from the functions of open source, but I have learned a lot of ideas for OpenCascade development in this open source, in short, thank you very much for sharing