PB 3.92

Just starting out? Need help? Post your questions and find answers here.
User avatar
HAnil
User
User
Posts: 87
Joined: Thu Feb 26, 2004 5:42 pm
Location: 28:58E 41:01N

PB 3.92

Post by HAnil »

Hi,

When I start PB 3.92, this message occur.

Constant already declared with a different value :#String

Any help appreciated.

HAnil
aXend
Enthusiast
Enthusiast
Posts: 103
Joined: Tue Oct 07, 2003 1:21 pm
Location: Netherlands

Post by aXend »

It could be one of the libraries you've added that contains something like that. I don't know which one. I don't have this problem with PB 3.92. Maybe you could remove all your additional libraries and try again? By adding them one by one you could find the error. I'm just guessing...
User avatar
HAnil
User
User
Posts: 87
Joined: Thu Feb 26, 2004 5:42 pm
Location: 28:58E 41:01N

Post by HAnil »

I found solution.

Queue 1.1 Program has #string constant.

I deleted all Queue library and now everything is ok.

Thanks a lot.

HAnil
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> Queue 1.1 Program has #string constant.
> I deleted all Queue library and now everything is ok.

If you didn't want to delete the library, then you could have also solved the
problem by simply using another constant name instead (like #MyString).
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply