0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

C++からC#のDLLを呼ぶ方法

Last updated at Posted at 2019-02-03

以下を参考にして実際に試してみる予定です。

参考サイト

環境

Visual Studio 2017 Community

C#のプロジェクト作成

・クラスライブラリのプロジェクトを作成する
・プロジェクトのプロパティを開いて「アプリケーション」のタブで「アセンブリ情報」のボタンをクリックして「アセンブリをCOM参照可能にする」のチェックボックスにチェックを入れる
・プロジェクトのプロパティを開いて「ビルド」のタブで「COM相互運用機能の登録」にチェックを入れる
※ビルド時にレジストリへの登録に失敗するエラーが発生することがあるが、その場合はVisual Studioを管理者権限で実行すれば登録できる

0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?