PureBasic 3.93 beta 3 for Windows released

Developed or developing a new product in PureBasic? Tell the world about it.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

But i'm not declaring constants... My installation is normal, it was working with the last beta, and for updating, i just used the tool in the package...
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Polo wrote:But i'm not declaring constants...
Ok, got it :)

EDIT: Just tried it in jaPBe myself...
Good programmers don't comment their code. It was hard to write, should be hard to read.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

BTW, Fred, do you know what's the problem i have with the doc maker (see begginer section) ? I still have it with the new docmaker :(
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Do I see this right? Compiling a DLL also generates the corresponding .exp and .lib in the 'save-to' directory now?? :shock:
Good programmers don't comment their code. It was hard to write, should be hard to read.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

That's it ;)
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

i don't see the .lib and .exp generated, but i still see the purebasic.dll name in the dll :)
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Fred wrote:That's it ;)
:D
Good programmers don't comment their code. It was hard to write, should be hard to read.
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

Fred wrote:That's it ;)
Question:

So, since this beta 3 update.. the Sprite has been updated as well?

I see it in the beta area.. that's why I'm asking..


Also, the VD, the 1361 build .. is that better than the 1360 build that is
being distributed? (Beriko .. http://www.purebasic.be/download.htm )


- np
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

Fred,

VERY nice.. I like the new look.. even though changes like this take some
time to adjust to.. it's more professional looking now..

Nice job!

- np
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

Compiling a DLL also generates the corresponding .exp and .lib in the 'save-to' directory now
What are these files used for?
--Kale

Image
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Yep, I'm also interested as to the purpose of these files... :)

Also what are the different modes for the image resize?

-Anthony
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
DominiqueB
Enthusiast
Enthusiast
Posts: 103
Joined: Fri Apr 25, 2003 4:00 pm
Location: France

Nice to see .lib !

Post by DominiqueB »

But :D how do one use it in purebasic ?

Thank's

Dominique
Dominique

Windows 10 64bits. Pure basic 32bits
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Downloaded and installed the new beta 3 and get this when I try to compile :
---------------------------
PureBasic - Linker error
---------------------------
POLINK: warning: Multiple '.data' sections found with different flags (0xc0000040 and 0x60000040).
POLINK: error: Unresolved external symbol 'PB_FreeArray'.
POLINK: error: Unresolved external symbol 'PB_AllocateArray'.
POLINK: fatal error: 2 unresolved external(s).

---------------------------
OK
---------------------------
.. That is with the default IDE, jaPBe doesn't work with the beta version it seems.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Karbon: You probably use a Tailbit'ed user lib.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

I have quite a few userlibs installed. Any easy way to tell right off which might be causing the problem?

The only one I can't live without is SQLite and Paul's PVGadgets but I don't think either were done using Tailbite.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Post Reply