<div><font face="Consolas"><font face="Consolas">Hi,</font></font></div>
<div>
<p></p>
<p>I am trying to use gmsh as a mesh framework on my MFC MDI app.</p>
<p></p>
<p>following statement works and i can open all files in tutorial directory</p></div>
<div><font color="#008000" face="Consolas"><font color="#008000" face="Consolas"><font color="#008000" face="Consolas">
<p>m->readGEO("C:/Users/Anonymous/Desktop/gmsh-svn-Windows64-dynamic/gmsh-2.7.2-dynamic-svn-Windows/tutorial/t5.geo");</p>
<p><font color="#000000">but when i try to open .brep files with the following statement nothing happens</font></p><font color="#008000" face="Consolas"><font color="#008000" face="Consolas"><font color="#008000" face="Consolas">
<p>m->readOCCBREP( "C:/Users/Anonymous/Desktop/aFile.brep" );</p>
<p><font color="#000000">i tried to check the same .brep file in gmsh. It works without any problem.</font></p>
<p><font color="#000000">Which statements should be used to open .brep files ?</font></p>
<p><font color="#000000">P.S</font></p>
<p><font color="#000000">I built gmsh in visual studio 2010 , win64 with OpenCascade support, and i use OCC to create .brep files.</font></p>
<p><font color="#000000">I  used mainOCC in api demos same thing happens there as well, can't open .brep files.  </font></p>
<p><font color="#000000">Best regards</font></p></font></font></font></font></font></font></div>