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

Search:

Type: Posts; User: Cucus

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,632

    Re: Error -1073741819 o (C0000005)

    Joints is initialized in another class, here's de header



    #ifndef ROBOT_H
    #define ROBOT_H

    #include "vector"
    #include "joint.h"
  2. Replies
    5
    Views
    2,632

    Error -1073741819 o (C0000005)

    Hi,

    I'm trying to add "Vertex" elements to a vector. However, when I try to execute the program, I have an error: Error -1073741819 (or C0000005)

    What does this error mean? Can you help me to...
  3. Replies
    4
    Views
    6,763

    Re: ISO C++ forbids declaration of..

    Sorry, error typing, i've not finished the text already ^^

    You can see here the code of each function:

    MenuPrincipal::open()
    {
    QString fileName = QFileDialog::getOpenFileName(this);
    ...
  4. Replies
    4
    Views
    6,763

    ISO C++ forbids declaration of..

    Hi, i'm doing an application with Qt/OpenGL and i have some problems with auxiliar functions to open files in Qt.

    I receive these errors:

    ISO C++ forbids declaration of "open" with no type
    ISO...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured