Skip to Content.
Sympa Menu

cgal-discuss - 答复: 答复: 答复: [cgal-discuss] CGAL-vc100-mt-gd-4.0.dll not found

Subject: CGAL users discussion list

List archive

答复: 答复: 答复: [cgal-discuss] CGAL-vc100-mt-gd-4.0.dll not found


Chronological Thread 
  • From: "xiao yong" <>
  • To: <>
  • Subject: 答复: 答复: 答复: [cgal-discuss] CGAL-vc100-mt-gd-4.0.dll not found
  • Date: Wed, 11 Apr 2012 09:49:38 +0800

Hi Pedro,

I am not sure what happened to you now. Once I created a MFC program,  this program didn’t show its UI while

The program was running. After I have applied windows update, the program works well even if now with depedecywalker

the system can not find GPSVC.dll and IESHIMS.dll. My programming environment is Win7+vs2010.

 

I think you can building a simple executable .exe which can show your questions and email it to me. Maybe in my computer it will work well.

 

Regards,

 

Yong Xiao.

发件人: Pedro Alexandre de Araújo Gomes Lapido Loureiro [mailto:]
发送时间: 2012411 0:52
收件人:
主题: Re: 答复: 答复: [cgal-discuss] CGAL-vc100-mt-gd-4.0.dll not found

 

Hi Yong,

 

I've followed your suggestion about using dependencywalker.
The output is somewhat cryptic for me:

 

Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

 

The problems seem to be in:

 

c:\windows\system32\SHLWAPI.DLL and c:\windows\system32\IEFRAME.DLL

 

But these libraries are there.

 

Regards,

 

Pedro.

 

Em 9 de abril de 2012 21:29, xiao yong <> escreveu:

Hi, Pedro,

In most cases, copy needed .dll to the same folder will solve this question. I think I cannot find the reason and solution without trying myself.

But I recommend you to utilize dependency walker (http://www.dependencywalker.com/) to find out which dll is missing? Does copied dll match

the missing dll?

Hope this could help.

Yong xiao.

 

发件人: Pedro Alexandre de Ara

újo Gomes Lapido Loureiro [mailto:]
发送时间: 201249 23:13
收件人:
主题: Re: 答复: [cgal-discuss] CGAL-vc100-mt-gd-4.0.dll not found

 

Hi, xiao yong, thank you for your reply.

 

I've copied this dll for the /debug folder.

Now, another runtime error complains of boost_thread-vc100-mt-gd-1_47.dll is missing.

Even copying this library for the same folder does not solve the issue...

Any ideas?

 

Regards.

 

Pedro. 

Em 9 de abril de 2012 03:56, xiao yong <> escreveu:

Perhaps you should add dll created by cgal to windows/system32. Or add the path of  the folder of dlls to the environment variable ‘path’.

Or for simplicity, you can copy these dlls to the same folder  witch .exe file.

Hope this could help.

Edward

 

发件人: Pedro Alexandre de Araújo Gomes Lapido Loureiro [mailto:]
发送时间: 201248 22:36
收件人:
主题: [cgal-discuss] CGAL-vc100-mt-gd-4.0.dll not found

 

Hello,

 

when I try to execute the demos in CGAL 4.0, compiled with VS 10, there is a system error saying the library 

CGAL-vc100-mt-gd-4.0.dll

was not found.

The project was configured and generated with cmake - 2.8.7 in release mode.

 

Would you have any suggestions?

 

Regards,

 

Pedro.

 

 




Archive powered by MHonArc 2.6.16.

Top of Page