Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VC++ と Visual Studio 2005 で作成された dll があり、C# アプリケーションと VS2010 に同じ dll を追加したいと考えています。
しかし、試してみると、「「../name.dll」への参照を追加できませんでした。ファイルがアクセス可能であり、有効なアセンブリまたは com コンポーネントであることを確認してください」というエラーが表示されます。
C++ dll はネイティブ dll のようです(管理されていないC++/CLI )
P/Invoke を見る必要があります。
プラットフォーム呼び出しチュートリアル DLL インポート