Replies: 6 comments 3 replies
-
I'm sorry, but I cannot reproduce the crash. Can you look at the call stack and see where what goes wrong? |
Beta Was this translation helpful? Give feedback.
-
I found out. The binary download of OCCT was compiled with additional dependencies that are not copied by the build system. A simple copy of the DLLs from FreeImage, OpenVR and FFMPEG into the Bin\Release directory is sufficient. I will fix that. |
Beta Was this translation helpful? Give feedback.
-
Should be fixed with 8129f4e. Please note that OCCT 7.5.0 is now used. The good news is that the distribution no longer needs to be imported. See updated readme. I hope the release build works for you now. |
Beta Was this translation helpful? Give feedback.
-
Release version works perfectly on old version 7.4.0 - from VisualStudio Debug menu->Start Without Debugging after replacing the dlls !! |
Beta Was this translation helpful? Give feedback.
-
Perfect!! |
Beta Was this translation helpful? Give feedback.
-
Everything works just perfect in both situations - Debug and Build - with the new version of OCCT - 7.5.0!! |
Beta Was this translation helpful? Give feedback.
-
Hi!
I encounter a strange issue when I want to launch Macad from VisualStudio - Release build.
I indicate the steps that have been taken:
I'm using the latest version of Visual Studio - version 16.8.3, Windows 10 Pro - 20H2
Before starting the Macad source compilation process I have tested Macad installing the exe and play with the software
While the installed version still exists on the computer, I started building the app from source following the steps indicated on the main page. After finishing the build process using > build all, I opened Macad3D.sln using VisualStudio, and I see that it is generating an error: it can not load Macad.UserGuide project (incompatible) as you can see in the picture below. It is not clear to me what this project does, but it seems not to affect the whole build of the app. Ignoring this error I built the entire solution again using this time VisualStudio menu-> Build-> Rebuild Solution (Release build). After the complete build process was successfully, I try to run the app from VisualStudio Debug menu->Start Without Debugging (Release build) but the execution end up with the error in the picture.
I can perfectly build the whole solution under Debug build and open it directly from VisualStudio (Debug/F5 or Start Without Debugging/Ctrl+F5) but for the Release build, the error in the picture below is generated.. I do not know how to proceed with Release build, I uninstall the Macad app installed before from the exe but still have the same problem. The picture is generate from a very fast print screen immediately after launch the app from VisualStudio Debug menu->Start Without Debugging. As you can see, the WelcomeDialog is displayed until the error occurs..
Any idea is welcome!!
Beta Was this translation helpful? Give feedback.
All reactions