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?
Search found 12 matches
- Sun Oct 03, 2004 3:43 am
- Forum: General Discussion
- Topic: 64k string limit, gone?
- Replies: 4
- Views: 1680
- 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 ...
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 ...
- 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
- 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 ...
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 ...
- Thu Jan 22, 2004 4:18 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] A CGI library compatible cross OS
- Replies: 13
- Views: 5534
- Thu Jan 22, 2004 3:36 am
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] A CGI library compatible cross OS
- Replies: 13
- Views: 5534
- 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.
- 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...."
I downloaded the one by El_Choni, but he clearly states that "This Library is a Windows version...."
- Thu Dec 25, 2003 11:55 pm
- Forum: Coding Questions
- Topic: Grid gadget?
- Replies: 13
- Views: 7566
- Wed Dec 24, 2003 7:45 am
- Forum: Coding Questions
- Topic: Grid gadget?
- Replies: 13
- Views: 7566
- 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.
Also, it should be compatible with the Linux version of PB as well.
- 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 ...
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 ...