|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Linking with .OBJ object filesI have compiled a VB.NET class using the VBC compiler and need to be
able to link it with some OBJ files which predate .NET. We used to be able to link these in with a Visual C++ library OK, but wish to replace the C++ library with a new VB.NET version. Does anyone know if the OBJ files are compatible with the .NET al.exe linker? If not, is there any way we can link them with our VB.NET code? We cannot rewrite the OBJ files as they are a third party product. Thanks Rob >Does anyone know if the OBJ files are compatible with the .NET al.exe No, that's a different kind of linker.>linker? >If not, is there any way we can link them with our VB.NET code? Not directly. But the most recent version of the C++ linker can linkboth native libs and managed modules into a single assembly. You'll still not be able to consume the functionality in the OBJ form VB without some kind of C++ wrapper though. Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup.
How to receive an array of doubles using VB from a C DLL
Question about rounding the decimal Need help re: vb.net windows forms Controlling how Excel starts when using VB.Net Automation DataView Question Having problems with SetWindowText api What are the strings that define a connection's server version? Setting Null value in SQL update statement Event firing order [Newbie] How can I do that ? |
|||||||||||||||||||||||