fel88/CascadeDesktop

when I run it,error

Opened this issue · 7 comments

image
can you help me,thanks

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

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

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)

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

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

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