From: Walter Roberson on
Freek wrote:

> I now have used dependency walker and it gives some errors, but I don't
> know how to read/interpret those errors.

Sorry, our crystal ball is on loan to Paul the Octopus. Please post the error
messages so that we can guide you more specifically.
From: Freek on
Walter Roberson <roberson(a)hushmail.com> wrote in message <i1571u$e9n$3(a)canopus.cc.umanitoba.ca>...
>
> Sorry, our crystal ball is on loan to Paul the Octopus. Please post the error
> messages so that we can guide you more specifically.

Hehe... sorry, I don't know what to post exactly. These are the general messages of dependency walker:

Error: At least one required implicit or forwarded dependency was not found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

And these are the modules that cannot be opened:
MSVCR80.DLL
EFSADU.DLL
IESHIMS.DLL
WER.DLL

Or should I be posting something else? Thanks.
From: Walter Roberson on
Freek wrote:
> Walter Roberson <roberson(a)hushmail.com> wrote in message
> <i1571u$e9n$3(a)canopus.cc.umanitoba.ca>...
>>
>> Sorry, our crystal ball is on loan to Paul the Octopus. Please post
>> the error messages so that we can guide you more specifically.
>
> Hehe... sorry, I don't know what to post exactly. These are the general
> messages of dependency walker:
>
> Error: At least one required implicit or forwarded dependency was not
> found.
> Warning: At least one delay-load dependency module was not found.
> Warning: At least one module has an unresolved import due to a missing
> export function in a delay-load dependent module.
>
> And these are the modules that cannot be opened:
> MSVCR80.DLL
> EFSADU.DLL
> IESHIMS.DLL
> WER.DLL
>
> Or should I be posting something else? Thanks.


Please scan the following thread, in particular all the way down to message #16:

http://www.mathworks.com/matlabcentral/newsreader/view_thread/282411
From: Freek on
Walter Roberson <roberson(a)hushmail.com> wrote in message <i15kqn$6fo$1(a)canopus.cc.umanitoba.ca>...
> Please scan the following thread, in particular all the way down to message #16:
>
> http://www.mathworks.com/matlabcentral/newsreader/view_thread/282411

Aaahhh, thanks Walter! Since I don't have much experience, how can I create it as a console application (is this just a simple step or do you know a good link describing how)?

Thanks again.
From: Walter Roberson on
Freek wrote:
> Walter Roberson <roberson(a)hushmail.com> wrote in message
> <i15kqn$6fo$1(a)canopus.cc.umanitoba.ca>...
>> Please scan the following thread, in particular all the way down to
>> message #16:
>>
>> http://www.mathworks.com/matlabcentral/newsreader/view_thread/282411
>
> Aaahhh, thanks Walter! Since I don't have much experience, how can I
> create it as a console application (is this just a simple step or do you
> know a good link describing how)?

Sorry, I don't know.. I've never used mcc, and I don't work on Windows.