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

Search:

Type: Posts; User: drwbns

Search: Search took 0.04 seconds.

  1. Re: error C2143: syntax error : missing ';' before '*'

    Sorry, I don't post here very often and a lot of other sites use <code> for tags. But I solved the problem, I had 2 headers including each other
  2. Re: error C2143: syntax error : missing ';' before '*'

    ok -
    <code>
    void updateCameraGoal(Real deltaYaw, Real deltaPitch, Real deltaZoom)
    {
    mCameraPivot->yaw(Degree(deltaYaw), Node::TS_WORLD);

    // bound the pitch
    if (!(mPivotPitch +...
  3. [RESOLVED] error C2143: syntax error : missing ';' before '*'

    Hey guys, I was trying to write a character controller but when I went to add my pointer to my character I get error C2143: syntax error : missing ';' before '*'

    I've looked at all my classes...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured