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

Search:

Type: Posts; User: linuxfedora

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    3,576

    PInvoke a C++ unsigned char [][] to C#?

    The C++ structure like that:

    typedef struct d_setting
    {
    unsigned short setting1;
    unsigned char name[100][200];
    }D_SETTING;

    typedef struct d_config
    {
  2. Replies
    3
    Views
    907

    Re: Visual C++ solution configuraiton?

    Thank all, it works, thanks
  3. Replies
    3
    Views
    907

    Visual C++ solution configuraiton?

    I have made 2 solution configuraiton in a MFC project, like "SC1Release" and "SC2Release",

    And i would like to make some condition when compile using different solution configuraiton, like

    #if...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured