Numerical Algorithms Group © The Numerical Algorithms Group 1 Title: Calling C Library DLLs from C# Utilizing legacy software Summary: For those who need to utilize legacy software, we provide techniques for calling unmanaged code written in C from C#. The .NET framework was designed to be the “lingua franca” for Windows development, with the expectation that it will set a new standard for building integrated software for Windows. However, it is inevitable that there is a time lag before .NET is fully adopted and existing applicatio are recoded. In particular, there is a large body of legacy code that will likely never be rewritten in .NET.
To address this situation, Microsoft provides attributes, assembly, and mahaling. At the Numerical Algorithms Group (where I work), our particular interest in using these techniques is to utilize numerical software developed in C from within the .NET environment.
Popularity: 2% [?]
RSS feed for comments on this post · TrackBack URI
Leave a reply