error !! desperado !
hola amigos !
tengo este codigo:(PMFieldObject.h)
#ifndef PMFIELDOBJECT_H_INCLUDED
#define PMFIELDOBJECT_H_INCLUDED
#include "PMTextObject.h"
class PMFieldObject : public PMTextObject
{
public:
PMFieldObject();
PMFieldObject(HDC t_HDC);
PMFieldObject(HDC t_HDC, const char* txt);
PMFieldObject(HDC t_HDC, const char* txt, float x, float y);
virtual ~PMFieldObject();
void setText(const char* txt);
};
#endif // #define PMFIELDOBJECT_H_INCLUDED
I cuando compilo me pone el error que :
c:documents and settingsbeepescritoriopuppetmakerpmfieldobject.h(16) : error C2504: 'PMTextObject' : base class undefined
tengo este codigo:(PMFieldObject.h)
#ifndef PMFIELDOBJECT_H_INCLUDED
#define PMFIELDOBJECT_H_INCLUDED
#include "PMTextObject.h"
class PMFieldObject : public PMTextObject
{
public:
PMFieldObject();
PMFieldObject(HDC t_HDC);
PMFieldObject(HDC t_HDC, const char* txt);
PMFieldObject(HDC t_HDC, const char* txt, float x, float y);
virtual ~PMFieldObject();
void setText(const char* txt);
};
#endif // #define PMFIELDOBJECT_H_INCLUDED
I cuando compilo me pone el error que :
c:documents and settingsbeepescritoriopuppetmakerpmfieldobject.h(16) : error C2504: 'PMTextObject' : base class undefined
