PureBasic 4.01 for Windows
-
- User
- Posts: 54
- Joined: Mon Jul 18, 2005 10:28 am
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....
http://www.purebasic.com/beta
and update the ones you have....
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.....
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.....
I downloaded PB v4.0, PB 4.01 and all the libraries in purebasic/betaTrond wrote:I have the new libraries. But the gadget library isn't updated anyways, is it?
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..
- Andre
- PureBasic Team
- Posts: 2137
- Joined: Fri Apr 25, 2003 6:14 pm
- Location: Germany (Saxony, Deutscheinsiedel)
- Contact:
Main reason is, that the PB help has grown a lot.GeoTrail wrote:How come the PB 4.01 update is 11.2 MB and the full PB 4.0 is only 8.21 MB ?
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....

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
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
Last edited by chen on Wed Nov 15, 2006 1:28 pm, edited 1 time in total.
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.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
Tranquil
My mistake.. it was a typo... I corrected it...Trond wrote:If it really says UNICOSE then it's a hilarious bug.POLINK: error: Unresolved external symbol '_PB_AddGadgetColumn_UNICOSE'.

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
Solved... I tested three applications and all of them run seamlessly.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.
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.