CascadeDesktop icon indicating copy to clipboard operation
CascadeDesktop copied to clipboard

when I run it,error

Open tableli opened this issue 1 year ago • 7 comments

image can you help me,thanks

tableli avatar Mar 06 '24 06:03 tableli

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

fel88 avatar Mar 06 '24 18:03 fel88

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

Zhumin-collab avatar Aug 02 '24 07:08 Zhumin-collab

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

Zhumin-collab avatar Aug 02 '24 07:08 Zhumin-collab

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)

fel88 avatar Aug 03 '24 16:08 fel88

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 avatar Aug 09 '24 05:08 TKKCapricorn

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

fel88 avatar Aug 09 '24 20:08 fel88

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

TKKCapricorn avatar Sep 18 '24 02:09 TKKCapricorn