Search:

Type: Posts; User: Vick jr

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    24,802

    D3DXMATERIAL Structure (Windows)...

    D3DXMATERIAL Structure (Windows)

    nope. It returns a LPSTR.
  2. Replies
    6
    Views
    24,802

    I want to use plain old std::string with regular...

    I want to use plain old std::string with regular single byte ascii chars.

    should this work?


    string file="C:/models/mymodel.x";

    D3DXLoadMeshFromXA(file.c_str());//other args not shown
    ...
  3. Replies
    6
    Views
    24,802

    LPCTSTR operations/ convertion

    Simple problem:

    how do I do this?...

    Input:
    LPCTSTR L"Directory/someFileA"
    LPSTR L"someFileB"

    output:
    LPCTSTR L"Directory/someFileB"
Results 1 to 3 of 3