Re: Mixed language DLL support outside the IDE?
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Sat, 17 Mar 2007 15:26:53 -0400
David Short wrote:
"Arne Vajhøj" <arne@xxxxxxxxxx> wrote in message news:45fb26f4$0$90273$14726298@xxxxxxxxxxxxxxxxxxDavid Short wrote:I'm missing something fairly easy.Does the DLL's you produce depend on some DLL's that
I've a mixed language application running c# and DLL's of C++ and Fortran code. The application works fine on the machine with the development environment. Microsoft's C compiler and Intel's Fortran compiler. The target machine and the development machines both have .Net 2 on them
If I copy over the directory to a separate machine, the executable crashes/throws exceptions as the first non c# DLL is accessed.
If I create a setup project to install the new application on a separate machine, the same thing happens.
Pointers to what I've missed would be well received.
comes with either compiler or other apps installed
on the development machine ?
They are indeed w32 dll's. How can I check DLL dependencies?
There are tools for that.
A quick googling finds:
http://www.dependencywalker.com/
Arne
.
- Follow-Ups:
- Re: Mixed language DLL support outside the IDE?
- From: David Short
- Re: Mixed language DLL support outside the IDE?
- References:
- Mixed language DLL support outside the IDE?
- From: David Short
- Re: Mixed language DLL support outside the IDE?
- From: Arne Vajhøj
- Re: Mixed language DLL support outside the IDE?
- From: David Short
- Mixed language DLL support outside the IDE?
- Prev by Date: Re: static and non-static methods with the same name and signature
- Next by Date: Re: static and non-static methods with the same name and signature
- Previous by thread: Re: Mixed language DLL support outside the IDE?
- Next by thread: Re: Mixed language DLL support outside the IDE?
- Index(es):
Relevant Pages
|