Re: Mixed language DLL support outside the IDE?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




"Arne Vajhøj" <arne@xxxxxxxxxx> wrote in message
news:45fc40f4$0$90272$14726298@xxxxxxxxxxxxxxxxxx
David Short wrote:
"Arne Vajhøj" <arne@xxxxxxxxxx> wrote in message
news:45fb26f4$0$90273$14726298@xxxxxxxxxxxxxxxxxx
David Short wrote:
I'm missing something fairly easy.

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.
Does the DLL's you produce depend on some DLL's that
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/

Thank you very much.

dfs


.



Relevant Pages

  • Re: Mixed language DLL support outside the IDE?
    ... I've a mixed language application running c# and DLL's of C++ and Fortran code. ... Microsoft's C compiler and Intel's Fortran compiler. ... If I create a setup project to install the new application on a separate machine, ... How can I check DLL dependencies? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Mixed language DLL support outside the IDE?
    ... I've a mixed language application running c# and DLL's of C++ and Fortran code. ... Microsoft's C compiler and Intel's Fortran compiler. ... If I create a setup project to install the new application on a separate machine, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Mixed language DLL support outside the IDE?
    ... Microsoft's C compiler and Intel's Fortran compiler. ... If I copy over the directory to a separate machine, ... How can I check DLL dependencies? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Starting Forth, starting out.
    ... > f2c or link compiled Fortran code with compiled C code. ... The compiler isn't exactly like ANS, ... Leave the "classic" Forth to a compatibility mode. ...
    (comp.lang.forth)
  • Re: 2D arrays of variable size.
    ... This is precisely the calculation the compiler is doing when accessing 2d arrays. ... As a preliminary step, to extend their FORTRAN code to do what they want, and still remain readable to them, I have already changed the arrays to ...
    (microsoft.public.vc.language)