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

Search:

Type: Posts; User: xDarkShadowx

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    3,614

    Re: direct2d in C++ but form in c#

    @MrViggy

    The .NET framework indeed only runs on one platform but you could compile your C# code for multiple platforms via the mono framework but idk if OpenTK can be used with it. It's a good...
  2. Replies
    5
    Views
    3,614

    Re: direct2d in C++ but form in c#

    If your looking at just trying to render to a windows form, then the OpenTK library for C# (which is a OpenGL wrapper) could be extremely useful to you, as it can render in both 2D and 3D and it also...
  3. Replies
    3
    Views
    8,686

    Getting OpenAL to work in c++

    Hey guys I've been having trouble trying to get openAL to work in my c++ program. I've installed oalinst and ALUT (Windows Binary) but when I try to compile/run my program (using Qt Creator) I get...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured