Page 5 of 6

Posted: Tue Nov 07, 2006 2:12 pm
by GeoTrail

Posted: Tue Nov 07, 2006 2:16 pm
by FreeThought
I think he meant mainly some library updates as indicated in the link above.

Posted: Tue Nov 07, 2006 9:02 pm
by chen
There is no 4.02 Beta at this moment, what you can do is get the libraries at:
http://www.purebasic.com/beta
and update the ones you have....

Posted: Thu Nov 09, 2006 9:13 pm
by chen
I have a problem in one of my app... this app is running without problems in
PB v4.0 but in PB v4.01 with all the lib in purebasic/beta applied does not
work.... Im stopped here...

Linker error
POLINK: error: Unresolved external symbol '_PB_AddGadgetItem_UNICODE.'
POLINK: error: Unresolved external symbol '_PB_AddGadgetColumn_UNICOSE'.
POLINK: fatal error: 2 unresolved external(s)


some suggestion what do I need to do?

thanks.....

Posted: Thu Nov 09, 2006 9:21 pm
by Trond
I don't have that problem, may you should reinstall PB?

Posted: Thu Nov 09, 2006 9:28 pm
by chen
Trond wrote:I don't have that problem, may you should reinstall PB?
Yes I did it... and Im doing it again..... do you install the libraries in the
Beta Directory or are you working with PB 4.01 without that libraries?


thanks

Posted: Thu Nov 09, 2006 9:32 pm
by Trond
I have the new libraries. But the gadget library isn't updated anyways, is it?

Posted: Thu Nov 09, 2006 9:38 pm
by chen
Trond wrote:I have the new libraries. But the gadget library isn't updated anyways, is it?
I downloaded PB v4.0, PB 4.01 and all the libraries in purebasic/beta

Update
Version 4.0 installed... the app runs OK.

Go for 4.01
version 4.01 installed... the app runs OK.

Im going to install the libraries in purebasic/beta
LOL... everything is running ok.... weird........

thanks Trond..

Posted: Sun Nov 12, 2006 8:29 pm
by Andre
GeoTrail wrote:How come the PB 4.01 update is 11.2 MB and the full PB 4.0 is only 8.21 MB ?
Main reason is, that the PB help has grown a lot.
At the moment the german and french manual contains several more screenshots in the IDE description. So this .chm files are now 2 MB each.

Just take a look in the archive.
If you like that (like the german and french people do) - just tell that here. Maybe Fred give then his ok to extend the english help as well.... :wink:

Posted: Wed Nov 15, 2006 12:34 am
by chen
Again with this message...

Linker error
POLINK: error: Unresolved external symbol '_PB_AddGadgetItem_UNICODE.'
POLINK: error: Unresolved external symbol '_PB_AddGadgetColumn_UNICODE'.
POLINK: fatal error: 2 unresolved external(s)


it happens to me when I check the option 'Create Unicode Executable' in
Compiler Options.


its this true or something missing in my installation...

thanks in advance

Posted: Wed Nov 15, 2006 11:38 am
by Trond
POLINK: error: Unresolved external symbol '_PB_AddGadgetColumn_UNICOSE'.
If it really says UNICOSE then it's a hilarious bug.

Did you get that message when you got the files from the beta directory or with the 4.01 upgrade?

Posted: Wed Nov 15, 2006 1:26 pm
by Tranquil
chen wrote:Again with this message...

Linker error
POLINK: error: Unresolved external symbol '_PB_AddGadgetItem_UNICODE.'
POLINK: error: Unresolved external symbol '_PB_AddGadgetColumn_UNICOSE'.
POLINK: fatal error: 2 unresolved external(s)


it happens to me when I check the option 'Create Unicode Executable' in
Compiler Options.


its this true or something missing in my installation...

thanks in advance
I can confirm this problem. Unicode compilation does not work if checked in Compiler-options here too with version 4.01 and latest libs from /beta folder.

Posted: Wed Nov 15, 2006 1:30 pm
by chen
Trond wrote:
POLINK: error: Unresolved external symbol '_PB_AddGadgetColumn_UNICOSE'.
If it really says UNICOSE then it's a hilarious bug.
My mistake.. it was a typo... I corrected it...:oops:

Did you get that message when you got the files from the beta directory or with the 4.01 upgrade?


Yes I did it.... I receved that message in all my applications

Posted: Wed Nov 15, 2006 1:42 pm
by freak
I am sorry, i cannot reproduce it here.

Can you check with the SmartUpdate if the update was correctly installed ?
(Especially if it wants to update the Gadget library.)

If this does not solve it, could you post some code please ?

Thanks.

Posted: Wed Nov 15, 2006 8:31 pm
by chen
freak wrote:I am sorry, i cannot reproduce it here.

Can you check with the SmartUpdate if the update was correctly installed ?
(Especially if it wants to update the Gadget library.)

If this does not solve it, could you post some code please ?

Thanks.
Solved... I tested three applications and all of them run seamlessly.

first I ran UpdateTool included in PB 4.01 zip file and received
this message at the end:

Update finish correctly! (I did not see some kind of download)


Smart Update said:

Downloading: LibrarySDK\Header Converter\Header Converter.exe manifest

Update installed succesfully.

Nothing about Gadget or other library .... only this library ....

but its working.... thanks for your support.