2009/05/10

[Scheme][.NET]Visual StudioでIronSchemeを使うには

WS0743

 

Though it says on the IronScheme codeplex site that a plugin is included for visual studio, I have no idea how to get ironscheme working with VS...

Is it possible? If so , how?

Thanks
CodePlexではVisual Studioにプラグインを導入することによりIronSchemeが使えることを示していますが、私にはその方法がわかりません。

それは可能なのでしょうか?そうだとすればどのようにすればよいのでしょうか?

 

Hi

Firstly, you definitely need Visual Studio 2008 SP1, without SP1 it will cause problems.

Secondly, follow the instructions in the visual-studio.txt file.

Run from the command line:

  1. If admin: RegPkg /codebase <absolute path of IronScheme.VisualStudio.dll>

  2. If not admin: RegPkg /ranu /codebase <absolute path of IronScheme.VisualStudio.dll>

  3. devenv /setup

Now start VS, and open a file with a 'ss' or 'sls' or 'scm' extension.

Cheers

leppie

こんにちわ

まず第一にVisual Studio 2008が必要です。SP1でなければ問題が起きます。

第二にVisualStudio.txtの指示に従ってください。

コマンドラインから:

アドミンであれば: RegPkg/codebase
<IronScheme.VisualStudio.dllの絶対パス>

アドミン: RegPkg/ranu/codebase
<IronScheme.VisualStudio.dllの絶対パス>

devenv/setup

Visual Studioを起動してください。
ss、sls、scmを開きます。

 

こんな感じか?適当すぎかしら。

取り合えずVisual Studio 2008のプラグインが必要なんですね。Express Editionは確か、プラグイン非対応だったよな・・・。オレ涙目。

0 件のコメント:

コメントを投稿