Recent content by markov D

  1. M

    build the project lesson12_xde failed

    sure. Build started... 1>------ Build started: Project: Lesson_12_XDE, Configuration: Debug x64 ------ 1>main.cpp 1>D:\OCC\opencascade-install\inc\Standard_Handle.hxx(62,33): error C2440: 'initializing': cannot convert from 'T *' to 'Standard_Transient *' 1> with 1> [ 1>...
  2. M

    build the project lesson12_xde failed

    error: C2440 .this error shows me :“T *” can not Converted“ to “Standard_Transient *” Lesson_12_XDE D:\OCC\opencascade-install\inc\Standard_Handle.hxx 62
  3. M

    "shape(s) are not found" when i run the mfc example:animation?

    thanks a lot!!! I solve this problem with adding the following code in the AnimationDocApp.cpp : SetEnvironmentVariable(L"CSF_OCCTDataPath", L"D:/OCC/opencascade-install/data");
  4. M

    "shape(s) are not found" when i run the mfc example:animation?

    This may be a simple question, but it has bothered me for a long time,so thanks a lot if you help to solve it
  5. M

    "shape(s) are not found" when i run the mfc example:animation?

    when i run the animation project or the animation.exe, there will be a error alert? how to solve it?
Top