<div dir="ltr"><div><div><div><div><div><div><div><div>Hi,<br><br></div>I wrote a long email yesterday, but now I just would like to ask a simple question to see if it is easier to answer and it gives me a clue about how to proceed now.<br>
<br></div>I compiled gmsh as a DLL with Cmake. If I just compile the SHARED project, compilation goes fine.<br><br></div><div>But if I try to compile gmsh project, it gives the following error:<br></div><div><br></div>fatal error LNK1104 cannot open file Debug\Gmsh.lib, in file gmsh of project gmsh<br>
<br></div>Any suggestion what I´m doing wrong?<br><br></div>Furthermore, I opened gmsh.dll (which I compiled from shared project) with dependency walker to look for the actual names of some methods/functions in the library in order to call them in my app, but it gives error such as:<br>
- Error: At least one required implicit or forwarded dependency was not found.<br></div>Morever, I can't find any of the functions such as GmshInitialize() or GmshFinalize()... Is there any additional step that must be done to get a correct DLL?<br>
<br></div>Thank you very much for your attention, I hope you can help me to solve this problem that has been occupying my time for the last week so far..<br><br></div>Regards,<br></div>