March 04, 2005
In article <d08mot$1tj$1@digitaldaemon.com>, Dave says...

>A couple other things..
>
>I noticed that a console window for the dmd compiler or linker is shown for a build. I'm thinking it is probably the linker.
>
>I'm wondering if this can be suppressed and its output also redirected to the "Output" window for the IDE.

I know, that's why linker output is not send to "Output Window Pane" but, I don't know how to fix it. Probably it's VSIP SDK's ploblem.

I use helper function in SDK that is passed arguments and then build it. but, no parameter to redirect linker output, and,it's COM object. so I can't touch inside it.

In VS 2005 & VSIP SDK 2005. this problem is fixed.
I'll postpone dealing with this problem until VS2005 released.
or, I planning to use msbuild for build system.but It's not available until
net framework 2.0 released too.

>The other thing is that the object files don't end-up in the 'Release' and 'Debug' folders but in the project root folder (nor are the Release and Debug folders ever created).

Sorry,it's not implemented yet. Because, I can't find how to place output file in it.

for .obj there is compiler option -odobjdir.
but for .exe, .lib, .dll  How ?
-offilename option is not recognize "\".

I can specify output directory for .exe file like "dmd Debug\a.exe" but how to do for .lib and .dll.


March 05, 2005
Hi,rsl:
    I can't access http://reverie.xrea.jp/wiki/VSpluginD.html.
And can't download the file. Would you please send the file to me or just
upload it to the forum.
My mail address is altair_liu@hotmail.com .

Thanks!


"rsl" <rsl_member@pathlink.com> write:d07kf8$aka$1@digitaldaemon.com...
> http://reverie.xrea.jp/wiki/VSpluginD.html
> I'm developing D IDE plugin for Visual Studio.net 2003 using VSIP SDK.
> Currently only basic features available.
> -Project Creating
> -Build
> -Debug
> I'm planning to integrate full D Language Service into it.
> like code completion, method tips, etc.
>
> Currently This plugin is not for practical use yet.
> but, Anyone who's interested in.  Please test and report bug.
>
> 


March 05, 2005
In article <d0b5o6$2jfa$1@digitaldaemon.com>, Altair_liu@hotmail.com says...
>
>Hi,rsl:
>    I can't access http://reverie.xrea.jp/wiki/VSpluginD.html.
>And can't download the file. Would you please send the file to me or just upload it to the forum.

I think it's because my wiki setting is anything wrong. Please tell me what browser are you using?

Try these file instead.
html: http://reverie.xrea.jp/files/VSpluginD.html
file  : http://reverie.xrea.jp/files/VSpluginD.zip





March 25, 2005
"rsl" <rsl_member@pathlink.com> wrote :d07kf8$aka$1@digitaldaemon.com...
> http://reverie.xrea.jp/wiki/VSpluginD.html
> I'm developing D IDE plugin for Visual Studio.net 2003 using VSIP SDK.
> Currently only basic features available.
> -Project Creating
> -Build
> -Debug
> I'm planning to integrate full D Language Service into it.
> like code completion, method tips, etc.
>
> Currently This plugin is not for practical use yet.
> but, Anyone who's interested in.  Please test and report bug.
>
>

How to register the addins?

After call regsvr32.exe Dprj.dll, the progID still can not be found in the
registray table.
HKEY_CURRENT_USER
   Software
      Microsoft
         VisualStudio
            7.1
               Addins
                 ProgID1
                 ProgID2

what the ProgID of DPrj.dll is ?


March 26, 2005
In article <d20vfg$2ke6$1@digitaldaemon.com>, Shawn Liu says...

>
>How to register the addins?
>
>After call regsvr32.exe Dprj.dll, the progID still can not be found in the
>registray table.
>HKEY_CURRENT_USER
>   Software
>      Microsoft
>         VisualStudio
>            7.1
>               Addins
>                 ProgID1
>                 ProgID2
>
>what the ProgID of DPrj.dll is ?
>

This plugin is using VSIP SDK. not addin package.
http://msdn.microsoft.com/vstudio/extend/
Please don't call regsvr32.exe manually. .
Installer will automatically write needed registry key.


1 2
Next ›   Last »