Page 4 of 6

Posted: Wed Feb 23, 2005 7:38 pm
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...

Posted: Wed Feb 23, 2005 7:40 pm
by traumatic
Polo wrote:But i'm not declaring constants...
Ok, got it :)

EDIT: Just tried it in jaPBe myself...

Posted: Wed Feb 23, 2005 7:48 pm
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 :(

Posted: Wed Feb 23, 2005 10:55 pm
by traumatic
Do I see this right? Compiling a DLL also generates the corresponding .exp and .lib in the 'save-to' directory now?? :shock:

Posted: Wed Feb 23, 2005 11:15 pm
by Fred
That's it ;)

Posted: Wed Feb 23, 2005 11:43 pm
by Polo
i don't see the .lib and .exp generated, but i still see the purebasic.dll name in the dll :)

Posted: Thu Feb 24, 2005 12:17 am
by traumatic
Fred wrote:That's it ;)
:D

Posted: Thu Feb 24, 2005 12:52 am
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

Posted: Thu Feb 24, 2005 1:10 am
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

Posted: Thu Feb 24, 2005 1:33 am
by Kale
Compiling a DLL also generates the corresponding .exp and .lib in the 'save-to' directory now
What are these files used for?

Posted: Thu Feb 24, 2005 11:55 am
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

Nice to see .lib !

Posted: Thu Feb 24, 2005 12:09 pm
by DominiqueB
But :D how do one use it in purebasic ?

Thank's

Dominique

Posted: Thu Feb 24, 2005 2:23 pm
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.

Posted: Thu Feb 24, 2005 3:03 pm
by Fred
Karbon: You probably use a Tailbit'ed user lib.

Posted: Thu Feb 24, 2005 3:07 pm
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.