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

Search:

Type: Posts; User: lucky6969b

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,247

    Re: Yet another copy constructor question

    Great thanks, have that fixed.
  2. Replies
    5
    Views
    1,247

    Re: Yet another copy constructor question

    Hello Victor,
    That was a typo, sorry about that.
    But the result is still the same.

    [google translated]
    Error 1 error C2614: 'the CCB': member initialization illegal: 'mesh' is not the base or...
  3. Replies
    5
    Views
    1,247

    Yet another copy constructor question

    #pragma once

    #include "..\SkinnedMesh\skinnedMesh.h"

    class Objects
    {
    public:
    Objects(SkinnedMesh *_mesh) { mesh = _mesh; }
    ~Objects(void) { }
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured