CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: tarekmadkour

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    58,664

    Re: Gallery

    Yes, that would be copying as opposed to reusing. We really don't have a good replacement for the component gallery. That was one of the features that we lost between the vc6->vc7 "rewrite". Not a...
  2. Replies
    5
    Views
    70,681

    Re: Building dsw/dsp with devenv

    Certainly, a converter that works between VC6/2002/2003/2005 is the ideal solution. Unfortunately, we don't have an out-of-the box solution for this problem. Some third party tools may exist (I know...
  3. Re: Using VC++ non-Win embedded environments

    As Steve mentioned, we have no plans for this. I'd just like to confirm that support for "External Makefile" project types in the IDE will definitely stay, though.

    Thanks,
    Tarek Madkour
    Lead...
  4. Replies
    5
    Views
    70,681

    Re: Building dsw/dsp with devenv

    We do have a stand-alone tool that converts from dsp to vcproj (vcbuild.exe). The tool also builds .vcproj files from the command line.

    You may be able to use vcbuild to automate the "convert /...
  5. Replies
    3
    Views
    42,266

    Re: Things I miss in VC8

    You're right, the feature is not available for C++ in VS2005. The original plan was for C++ to have the code snippets feature as well, but we ended up taking a lot more time stabilizing our...
  6. Replies
    11
    Views
    61,132

    Re: VS8 - C++ programmers invited?

    One thing to note is that in the mean time you can still keep all your current investments in MFC yet be able to use the .NET framework selectively within your application. Using C++/CLI to call some...
  7. Replies
    1
    Views
    39,378

    Re: WinForms code generation

    Totally agree with you on all points. You actually captured them all pretty nicely :)

    The problem we have is that this code is both generated and later parsed by the CodeDOM parser which is a very...
  8. Re: Page breaks in Visual C++ printouts

    Unfortunately this feature does not exist. It should not be tough to develop it as a 3rd part add-in, though. So it may be a future project for one of your students :)

    Thanks,
    Tarek Madkour
    Lead...
  9. Re: Refactoring and Class diagrams

    The documentation for EnvDTE is at: http://msdn2.microsoft.com/en-us/envdte.dte.aspx. It may not be exactly adequate but it's probably the best concentrated resource you'll find out there. You can...
  10. Re: Comments about initial experience with C++/CLI

    Hi,

    Your question is more about extending Visual Studio using the VSIP interface and the VCProjectEngine objet model than it is about C++/CLI. Your comments are true whether you use C++/CLI, C# or...
  11. Re: Refactoring and Class diagrams

    Refactoring support and class diagrams are on our list of features to tackle for future releases.

    The reason we don't have it now is that delivering a robust feature in this category requires very...
  12. Replies
    6
    Views
    11,749

    Re: Leave 'as is'

    Your observations are certainly correct. There are no plans to improve the programming model for native C++ attributes in the future.

    Thanks,
    Tarek Madkour
    Lead Program Manager
    Microsoft...
  13. Replies
    11
    Views
    61,132

    Re: [RESOLVED] VS8 - C++ programmers invited?

    Also, for the IntelliSense issues, we issued a couple of hotfixes that address its performance issues with large projects. This post has more details:...
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured