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

Search:

Type: Posts; User: daveJ

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    14,464

    Re: [RESOLVED] Boost and C++/CLI

    I see what you mean about how compiler "automation" can go awry. How about an attribute or #pragma to specify that the enclosed code will be accessed by native code and needs to be wrapped.

    I...
  2. Replies
    1
    Views
    14,425

    [RESOLVED] LINQ for C++ developers?

    Are there plans to incorporate the LINQ/DLINQ/XLINQ technology into C++/CLI? Would this be a useful addition to C++/CLI?

    Are there any examples of what C++ DLINQ or XLINQ code would look like? ...
  3. Replies
    4
    Views
    14,464

    Re: Boost and C++/CLI

    Is there any way to automate the gcroot wrappers? With brilliant compiler tricks or something like that? If Boost and other native code libraries could be used with confidence, it would make...
  4. Replies
    4
    Views
    14,464

    [RESOLVED] Boost and C++/CLI

    I find the Boost libraries very useful in native C++ code. Do you know if some or all of the libraries would work in managed code? Thanks.
  5. Replies
    3
    Views
    14,254

    Re: VSTO and C++

    Thanks for your reply Ronald. Perhaps their current customers' needs are met by C#/VB, but if they want to open up Office to new applications where there is serious data crunching going on for...
  6. Replies
    3
    Views
    14,254

    [RESOLVED] VSTO and C++

    There are a lot of new features in the Office 2007 suite that make it interesting to developers. I see it as an alternative user interface to desktop applications and Web clients. Unfortunately,...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured