Search found 12 matches

by NelsonN
Sun Oct 03, 2004 3:43 am
Forum: General Discussion
Topic: 64k string limit, gone?
Replies: 4
Views: 1680

64k string limit, gone?

Hi all,

I haven't been around for awhile. I just updated my copy of PureBasic. Wow, I was at 3.81.

There were a few things that stopped me from using PureBasic, but the most annoying was the string limit. Has the limit been removed?
by NelsonN
Mon Jan 26, 2004 11:19 pm
Forum: Tricks 'n' Tips
Topic: Updated Flexgrid
Replies: 5
Views: 2654

Re: Updated Flexgrid

I am getting an error here:
LockColumnSize - is not a function, an array, or a linked list

I am all for a StringGrid, is this what this is? As in a Delphi type of StringGrid.

I use StringGrids a lot and only use those with the ability to include checkboxes in cells as well. I couldn't use ...
by NelsonN
Mon Jan 26, 2004 8:28 pm
Forum: Tricks 'n' Tips
Topic: Read a text file into 64k string buffers in memory
Replies: 6
Views: 2993

Kale wrote:Why not use 1 big buffer?
Because I am using the string manipulation functions of PureBasic and, also, they have a problem with strings larger than 64k.
by NelsonN
Sun Jan 25, 2004 4:26 am
Forum: Tricks 'n' Tips
Topic: Read a text file into 64k string buffers in memory
Replies: 6
Views: 2993

Read a text file into 64k string buffers in memory

Code updated For 5.20+

Ok, this is not the most elegant solution, but it works.

If you need to read a text file larger than the current string limit of PureBasic then the following will help. It takes a file and reads it into multiple buffers, taking care not to split a text line between the ...
by NelsonN
Thu Jan 22, 2004 4:18 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] A CGI library compatible cross OS
Replies: 13
Views: 5534

Yes, the Linux version has an SDK.

But I am not that advanced of a programmer, especially in Linux. Which is why I am willing to hand over a few bucks :)
by NelsonN
Thu Jan 22, 2004 3:36 am
Forum: Feature Requests and Wishlists
Topic: [Implemented] A CGI library compatible cross OS
Replies: 13
Views: 5534

griz wrote: Does anyone have alternate suggestions?
I have been looking for an alternative but no luck. It really is needed.

But to be fare, perhaps it is us who are lacking. :)

Maybe El_Choni will port it to Linux. Where is El_Choni these days, anyway?
by NelsonN
Tue Jan 20, 2004 5:02 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] A CGI library compatible cross OS
Replies: 13
Views: 5534

[Implemented] A CGI library compatible cross OS

This is a seriously needed addition. I can program descent Windows CGI tools but not with the Linux version because of a lack of a CGI library for Linux.
by NelsonN
Tue Jan 20, 2004 2:19 pm
Forum: Linux
Topic: CGI library for Linux and Windows?
Replies: 0
Views: 1844

CGI library for Linux and Windows?

Anyone know where I can find a CGI library for Linux and Windows?

I downloaded the one by El_Choni, but he clearly states that "This Library is a Windows version...."
by NelsonN
Thu Dec 25, 2003 11:55 pm
Forum: Coding Questions
Topic: Grid gadget?
Replies: 13
Views: 7566

einander wrote:NelsonN:
Hope this helps.
Thanks.

I tried it and I am wondering, can I make the cells accept user input?
by NelsonN
Wed Dec 24, 2003 7:45 am
Forum: Coding Questions
Topic: Grid gadget?
Replies: 13
Views: 7566

I gather your working on a grid gadget on your own for PB?
by NelsonN
Wed Dec 24, 2003 7:11 am
Forum: Coding Questions
Topic: Grid gadget?
Replies: 13
Views: 7566

Grid gadget?

Where can I find a grid gadget with abilities to manage the cells individually and by row/column? I don't see one for PB.

Also, it should be compatible with the Linux version of PB as well.
by NelsonN
Mon Dec 22, 2003 11:49 pm
Forum: Coding Questions
Topic: Enumeration not understood by the Linux compiler?
Replies: 3
Views: 1344

Enumeration not understood by the Linux compiler?

Hi all,

I just bought PureBasic yesterday and, after understanding something about the Visual Designer, I started putting together the forms for a simple program. I then tried to compile these forms in Linux to see what I would get.

I got this error:


>>Code in Common.pb:

; PureBasic Visual ...