Page 1 of 1
PB 3.92
Posted: Mon Oct 25, 2004 7:28 am
by HAnil
Hi,
When I start PB 3.92, this message occur.
Constant already declared with a different value :#String
Any help appreciated.
HAnil
Posted: Mon Oct 25, 2004 9:48 am
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...
Posted: Mon Oct 25, 2004 7:00 pm
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
Posted: Mon Oct 25, 2004 8:32 pm
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).