CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2010
    Posts
    907

    Are there any third-party plugin managers for Visual Studio Express 2010?

    Just want to run circles, because VC++ Express doesn't support plugins.
    Any ideas that it can allow third party tool like for the QT.
    I've seen a post on the web that QT is actually installed on VC++ express.
    Just don't know how these people can do it?
    Do you have any good ideas?
    Thanks
    Jack
    Last edited by lucky6969b; March 28th, 2014 at 07:08 PM.

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Are there any third-party plugin manager for Visual Studio Express 2010?

    There is no support for add-ins there in VS Express. And this is the exact reason why any third-party software cannot integrate with VS Express. Including third-party add-in managers I guess.

    Add-ins are exceptionally about increasing your productivity, and it seems natural that MS wants you to buy a Pro version for that.
    Best regards,
    Igor

  3. #3
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: Are there any third-party plugin manager for Visual Studio Express 2010?

    well... you CAN make addins for VS Express, it's just VS express itself doesn't have any built in support for it. :-p

    But the same kind of "hacking" you can do in any other app such as injecting code, adding menu items, adding buttons and controls on dialogs etc can be done in VC as well. It tends to be a lot of hassle though.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured