|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Static linking to unmanaged libraryHi VB.net'ers -
I am doing more and more vb.net programming, and was curious to know if there is a way to link a static library (unmanaged C++) with a vb.net app. I know I can call methods in a unmanaged dynamic library (dll), but here I have some generic, mostly portable unmanaged C++ code compiled as a static lib; is there any way to instantiate objects and/or call methods in my library from vb.net? Does anybody know if this can be done from other managed languages (i.e. c#)? Thanks, .... >is there any way to instantiate objects and/or call methods in my No the VB.NET or C# compilers can't do this. You have to link it into>library from vb.net? Does anybody know if this can be done from other >managed languages (i.e. c#)? a DLL first. Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup.
ANN: Free PDF books for registered users of Visual Studio 2005
Batch update to table from datagrid Create Access ODBC DSN ? Syntax not accepted on my version of VS why ?. need ideas - caching strategy RS 2005: Use a Custom Class as DataSource? beta 3 what is the MyApplication.vshost.exe? New 2 dotnet but Im a vb6 programmer remoting in net |
|||||||||||||||||||||||