Re: Does anyone else have this problem when trying to load a dll?
- From: "Philip Borghesani" <philip_borghesani@xxxxxxxxxxxxxx>
- Date: Fri, 6 Jun 2008 10:27:58 -0400
Christopher has a problem loading a dll with loadlibrary:
loadlibrary'\\tom...\TDdll.dll', '\\tom...\TDdll.h', 'alias'
, 'new_lib');
which results in the following:
There was an error loading
thelibrary "\\tomahawk\users\Fac_Staff\yiliu\new\TDdll.dll"
Error using ==> loaddefinedlibrary
This application has failed to start because the
application configuration is incorrect.
Reinstalling the application may fix this problem.
It sounds like some dependency of the dll you are trying to load is missing. Try using dependency walker to check for missing
dependences. I suggest using profile mode on matlab.exe and then looking for errors when you call loadlibrary.
.
- Follow-Ups:
- Re: Does anyone else have this problem when trying to load a dll?
- From: Christopher Madison
- Re: Does anyone else have this problem when trying to load a dll?
- From: Christopher Madison
- Re: Does anyone else have this problem when trying to load a dll?
- References:
- Does anyone else have this problem when trying to load a dll?
- From: Christopher Madison
- Does anyone else have this problem when trying to load a dll?
- Prev by Date: Re: how to determine whether called from evalc?
- Next by Date: Re: convert cell of cells to matrix
- Previous by thread: Re: Does anyone else have this problem when trying to load a dll?
- Next by thread: Re: Does anyone else have this problem when trying to load a dll?
- Index(es):
Relevant Pages
|