Search found 20 matches

by PBUser
Sat May 08, 2010 9:45 pm
Forum: PureFORM & JaPBe
Topic: PureLVSORT library : sorting ListIconGadgets (and more)
Replies: 438
Views: 321489

Re: PureLVSORT library : sorting ListIconGadgets (and more)

I have the same problem in my project. I´m currently using PureBasic 4.50 Beta 4
It worked with the old beta-versions (Beta 1 to Beta 3), but not with the latest.
by PBUser
Fri May 07, 2010 1:26 pm
Forum: Linux
Topic: Using PureBasic (32bit) on 64bit Linux
Replies: 12
Views: 56446

Re: Using PureBasic (32bit) on 64bit Linux

Did you install the ia32-libs (Debian/Ubuntu)? Without that you cannot run 32-bit executables on a 64-bit OS.
by PBUser
Mon Apr 12, 2010 3:57 pm
Forum: PureFORM & JaPBe
Topic: PureLVSORT library : sorting ListIconGadgets (and more)
Replies: 438
Views: 321489

Re: PureLVSORT library : sorting ListIconGadgets (and more)

Thanks for your update to 4.5x. Unfortunately I still get this POLINK errors:

Code: Select all

POLINK: error: Unresolved external symbol '_PB_StringBasePosition'.
POLINK fatal error: 1 unresolved external(s).
I am using PureBasic 4.50 Beta 2 x32

Did someone have the same problem with the new PureLVSort library?
by PBUser
Sat Apr 03, 2010 5:43 pm
Forum: PureFORM & JaPBe
Topic: PureLVSORT library : sorting ListIconGadgets (and more)
Replies: 438
Views: 321489

Re: PureLVSORT library : sorting ListIconGadgets (and more)

Me too.
PureLVSORT_SetColumnType works, but PureLVSORT_SelectGadgetToSort returns unresolved external symbol errors.
Could you please recompile that library for PureBasic 4.50 Beta 2?
by PBUser
Wed Nov 18, 2009 5:02 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] PureBasic Project Files?
Replies: 9
Views: 2718

Re: PureBasic Project Files?

Thanks, Fred for including project files
by PBUser
Thu Jun 04, 2009 11:19 pm
Forum: Feature Requests and Wishlists
Topic: Implementing some encryption/decryption functions?
Replies: 3
Views: 1663

Implementing some encryption/decryption functions?

Hi,

PureBasic is really powerful and I like it very much. Thank you for this work, Fred (and team).

I think, some natively-supported crypto functions like AES, RC4/6, Blowfish, Twofish and so on would be useful.

Thanks for reading...

PBUser
by PBUser
Thu Jun 04, 2009 11:14 pm
Forum: Off Topic
Topic: ASM lib with crytographic, hash, and checksum algorithms
Replies: 13
Views: 7497

404 Not Found.

Could someone reup this library please?

Thanks!
by PBUser
Wed May 20, 2009 5:45 pm
Forum: Off Topic
Topic: New open AES lib needs testing (pb inc. available)
Replies: 16
Views: 5816

This file is offline, too. Could someone please upload it again?
by PBUser
Sun May 17, 2009 1:17 pm
Forum: Announcement
Topic: RSA 2048, Blowfish, Rijndael, Whirlpool PureLib
Replies: 83
Views: 50443

All those links are down. Could someone please reupp that awesome libraries? I know that much of the sourcecode was posted in that topic, but some functions are missing (e.g. blowfish_init)
by PBUser
Wed May 21, 2008 10:57 am
Forum: Coding Questions
Topic: MySQL and the PB Database commands?
Replies: 5
Views: 2861

Anybody? ;-)
by PBUser
Mon May 19, 2008 10:03 pm
Forum: Coding Questions
Topic: MySQL and the PB Database commands?
Replies: 5
Views: 2861

OK... Installed. What shall I do now?

//edit: Does this work on Windows Vista? If it doesn't work, we'll have to switch to the libmysql :-(
by PBUser
Mon May 19, 2008 8:51 pm
Forum: Coding Questions
Topic: MySQL and the PB Database commands?
Replies: 5
Views: 2861

MySQL and the PB Database commands?

Hi Guys,

i want to connect to a mysql database and manage it with the pb-included Database commands. I already used the search in the german and in the english forum, but there was no entry that worked with PureBasic 4.20.

I hope, you can help me.
Thanks in advance,

PBUser
by PBUser
Thu May 08, 2008 9:15 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] PureBasic Project Files?
Replies: 9
Views: 2718

@Fluid Byte: No. It should only contain the path to the .pb, .pbv and .pbi files.
@Trond: Which explorer tool? :lol:
by PBUser
Thu May 08, 2008 5:53 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] PureBasic Project Files?
Replies: 9
Views: 2718

[Implemented] PureBasic Project Files?

Hi,

what about an .pbp (=PureBasic Project File)? It shall include the links to all the PB-Files that belong to the project. It would be good to have a TreeGadget in order to switch easily between the sourcecodes.

I think that would be useful. What do you think about?
by PBUser
Wed Mar 12, 2008 6:27 pm
Forum: Coding Questions
Topic: Question about resources
Replies: 7
Views: 1915

Hmm... Still doesn't work....

Maybe it is because i haven't entered a name for the resources? Here's a screenshot of the Stringtable I created with ResEd:

http://img3.imagebanana.com/img/d4syktkz/resource.jpg

If I enter the same name, I get an error by PureBasic (Duplicate String ID) What shall ...