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

Search:

Type: Posts; User: AymanS

Search: Search took 0.05 seconds.

  1. Replies
    5
    Views
    66,235

    Re: C++0x a .Net language ?

    Yes, C++/CLI is part of Visual C++ in VC10.0

    Thanks,
    Ayman Shoukry
    Visual C++ Team
  2. Thread: Thank you!!!

    by AymanS
    Replies
    2
    Views
    56,045

    Sticky: Re: Thank you!!!

    As Steve indicated, it was great to hear your feedback.I would like to thank all folks who participated for their time and effort.

    Thanks as well to the codeguru.com folks for giving us the chance...
  3. Replies
    3
    Views
    45,302

    Re: [RESOLVED] latest version of DLL Hell?

    Martyn is still on the team. He even recently posted on the VC++ team blog...take a look at http://blogs.msdn.com/vcblog/archive/2006/06/12/628353.aspx

    Also, he keeps answering lots of Libs...
  4. Re: Benefits of VS2005 for native development

    For compiler breaking changes, please take a look at http://msdn2.microsoft.com/en-US/library/4162y30b.aspx

    Also, http://msdn2.microsoft.com/en-us/library/11321bfc-2def-4d4d-89f9-db8d5635e797.aspx...
  5. Replies
    3
    Views
    45,302

    Re: latest version of DLL Hell?

    Martyn answered such question about the use of WinSxS in deploying the CRT. Here a nice explanation on his blog at http://blogs.msdn.com/martynl/archive/2005/10/13/480880.aspx

    If you have specifcs...
  6. Re: Benefits of VS2005 for native development

    One reason is that the same code base using the VC2005 compiler will resullt in most cases in better code generation (higher performance) since you can just trigger the newer optimizations.

    Also,...
  7. Re: Comments about initial experience with C++/CLI

    As for the first question, the answer is Yes. We realize that we need to do better job in generating documentation and samples for C++/CLI. Gradually you should be seeing improvements.

    Thanks,...
  8. Re: Managed Code : Which is the language of choice at Microsoft?

    We have seen some teams using C# and recently some started using C++/CLI. Very hard really without current actual data to say which is the language of choice.

    Thanks,
    Ayman Shoukry
    Program...
  9. Re: Managed or Unmanaged - where does the future lie?

    We believe it is going to be a mixed world. It really all depends on your application. Steve mentions more details at http://www.codeguru.com/forum/showthread.php?t=391421

    Also, other threads in...
  10. Re: [RESOLVED] Event-driven programming in MFC and VC++.NET

    Please see http://www.codeguru.com/forum/showthread.php?t=391460 for the Orcas future plans. Feel free to add your suggestions there.

    Thanks,
    Ayman Shoukry
    Program Manager
    VC++ Team
  11. Re: Why stay with C++ and not move to C#?

    Per the suggestion of the person who started the thread, I cleaned it and kept information that could be needed by others to view. Also, marked as resolved.

    Thanks,
    Ayman Shoukry
    Program Manager...
  12. Replies
    1
    Views
    6,452

    Re: Versions and Controls

    The answer for your first question is YES. VC++ 2005 allows you develop pure native applications without the need for .Net to run your application. All editions of VS2005 allows you to do so....
  13. Replies
    1
    Views
    7,119

    Re: VC++ addict

    Thanks for your feedback!
    As mentioned is previous posts, native VC++ development will always be important for microsoft. I agree with you that there has been more stress on the .Net side. On the...
  14. Replies
    11
    Views
    61,131

    Re: VS8 - C++ programmers invited?

    Please feel free to log the issues you are seeing at http://connect.microsoft.com/Main/content/content.aspx?ContentID=2220. We will be more than happy to look into such blocking issues once we have a...
  15. Replies
    11
    Views
    61,131

    Re: VS8 - C++ programmers invited?

    We are for sure taking all such feedback in consideration. I really doubt that you will see major changes in the Orcas time frame. Please at any time feel free to use the product feedback center to...
  16. Replies
    1
    Views
    10,435

    Re: Strategy for MFC and .Net

    Hope http://www.codeguru.com/forum/showthread.php?t=391027 answers some of your concerns.

    Thanks,
    Ayman Shoukry
    Program Manager
    VC++ Team
  17. Replies
    1
    Views
    11,204

    Re: Managed C++ to C++/CLI converter

    As you indicated, the tool partially exists but not supported and not fully complete neither tested. However, we may release it on a case per cae basis. please feel free to ping me at aymans at...
  18. Replies
    1
    Views
    8,678

    Re: VC++ to .NET automation?

    I don't believe we have current plans for developing such tool (at least not in the Orcas time frame).

    Thanks,
    Ayman Shoukry
    Program Manager
    VC++ Team
  19. Re: Why is Microsoft so shy promoting the benefits of unmanaged C++?

    As you all indicated, I can confirm that VC++ will be there for a long time. With regard to the promotion part, we are currently working on that and gradually you will see a difference there.

    It...
  20. Replies
    2
    Views
    8,831

    Re: We want more Classes in MFC

    As Ted mentioned, there is a plan that the Orcas release will be supporting native Vista OS features.

    Please share with us any other classes you wish to have.

    Marking thread as resolved, please...
  21. Replies
    6
    Views
    11,749

    Re: Leave 'as is'

    Point taken and will be considered.

    Thanks,
    Ayman Shoukry
    VC++ Team
  22. Replies
    7
    Views
    13,166

    Re: What about the MFC future?

    That is correct Orcas release will be supporting native Vista OS features.

    Thanks,
    Ayman Shoukry
    Program Manager
    VC++ Team
  23. Replies
    0
    Views
    45,882

    Sticky: VC++ Yesterday, Today, & Tomorrow

    Hello all,

    We are excited to partner with CodeGuru on this slow chat. Activities like this are great since they give us the opportunity to connect more directly with the C++ community. As Brad...
Results 1 to 23 of 23





Click Here to Expand Forum to Full Width

Featured