Re: Any Smalltalk ethusiasts out there?



"Nathaniel L. Walker" <NatLWalker@xxxxxxxxxxx> wrote in message
news:456f2396$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Better yet, imagine if they could somehow layer the API so that it is
function compatible with VS API, this would make it easier for IDE Add-in
builders to create versions for both VS and BDS with little work.

There's a potential for problems if they were to do that. In order to
make
sure the Add-Ins work the same in Visual Studio as they do in Borland
Developer Studio, you'd either have to imitate Visual Studio, or introduce
more layers and overhead in the IDE by adding a "middleman" to do the
conversion before the calls reach the IDE. The reason why the OTAPI
is different than Microsoft's Add-In API is because you just can't
plug such functionality into the product without [perhaps] licensing the
technology from Microsoft.
Imitate and then keep up with, which is even worse.


I believe Microsoft's Visual Studio SDK license prevents this.

I may be wrong; let me know if I am.


IANAL, but I've looked into this and I don't believe it
to be the case. But it doesn't matter since Borl^H^H^H^H
won't ever do it.

--
HTH,
Brad.


.



Relevant Pages

  • Re: Any Smalltalk ethusiasts out there?
    ... function compatible with VS API, this would make it easier for IDE Add-in ... builders to create versions for both VS and BDS with little work. ...
    (borland.public.delphi.non-technical)
  • Re: How are items added to VB2003 Tools menu item
    ... An external tool:. ... it to the VS 2005 IDE. ... A button created from an add-in ... Productivity add-ins for Visual Studio ...
    (microsoft.public.dotnet.languages.vb)
  • RE: Making an existing VS add-in office-ready
    ... Visual Studio .NET Shared Add-in Is Not Displayed in Office COM ... If the host application is Office Excel, ... Extensibility / Visual Studio Add-in) named SharedAddin. ...
    (microsoft.public.office.developer.com.add_ins)
  • VSTO 2005 Beta 2 FAQ
    ... Which editions of Office 2003 are supported with Visual Studio 2005 Tools ... a Visual Studio Tools for Office – Outlook Add-in. ... If the VSTO assembly relies on controls being on the document, ... click Add New Data Source. ...
    (microsoft.public.vsnet.vstools.office)
  • Re: Outlook Add-in w/ VS 2005 Installation Woes
    ... IDE or the manifest. ... When you run the add-in ... not have the same 'Full Trust' security status and cannot load. ... 'Full Trust' status to the installation folder and its contents the add-in ...
    (microsoft.public.office.developer.com.add_ins)

Loading