paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-users] can't include "timerobject.h"


From: Alexander Pipelka
Subject: Re: [paragui-users] can't include "timerobject.h"
Date: 25 Jun 2003 23:56:09 +0200

Hmm,..

Which version are you using. Let me guess,... 1.0.3.
Right ?

There's a bug in 1.0.3:
In "include/pgtimerobject.h" there's a "DECLSPEC" missing at the class
definition.

It should be:

.
.
.
class DECLSPEC PG_TimerObject {
        
public:
.
.
.

1.0.4 Beta2 will cure that problem.
Please let me know if I'm completely wrong.

Alex


Am Mit, 2003-06-25 um 17.35 schrieb Michael Lüftenegger:
> Hi all,
>  
> i want to use the timerobject, but when i include the "timerobject.h"
> i get three errors of unresolved eyternal links:
>  
> paratest.obj : error LNK2001: Nichtaufgeloestes externes Symbol
> "public: virtual unsigned int __thiscall
> PG_TimerObject::eventTimer(unsigned int,unsigned int)"
> (address@hidden@@address@hidden)
> paratest.obj : error LNK2001: Nichtaufgeloestes externes Symbol
> "public: virtual unsigned int __thiscall
> PG_TimerObject::eventTimer(unsigned int)"
> (address@hidden@@address@hidden)
> paratest.obj : error LNK2001: Nichtaufgeloestes externes Symbol
> "public: virtual __thiscall PG_TimerObject::~PG_TimerObject(void)"
> (??1PG_TimerObject@@address@hidden)
> ./bin/testd.exe : fatal error LNK1120: 3 unaufgeloeste externe
> Verweise 
>  
> What's wrong, i think some files are missing? Please Help!
>  
> misch
> 
> ______________________________________________________________________
> _______________________________________________
> paragui-users mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/paragui-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]