PureBasic 4.01 for Windows

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
FreeThought
User
User
Posts: 54
Joined: Mon Jul 18, 2005 10:28 am

Post by FreeThought »

I think he meant mainly some library updates as indicated in the link above.
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post 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....
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post 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.....
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

I don't have that problem, may you should reinstall PB?
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post 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
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

I have the new libraries. But the gadget library isn't updated anyways, is it?
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post 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..
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2137
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Post 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:
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post 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
Last edited by chen on Wed Nov 15, 2006 1:28 pm, edited 1 time in total.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post 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?
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post 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.
Tranquil
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post 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
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post 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.
quidquid Latine dictum sit altum videtur
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post 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.
Post Reply