Search found 113 matches

by nospam
Thu Dec 13, 2012 12:42 pm
Forum: General Discussion
Topic: Why using Variable & 255?
Replies: 10
Views: 2328

Re: Why using Variable & 255?

Kukulkan wrote:So the "& 255" does not really make sense, right?
http://www.purebasic.fr/english/viewtop ... 9&start=75

The code is full of bugs.
by nospam
Thu Dec 13, 2012 12:04 pm
Forum: General Discussion
Topic: Why using Variable & 255?
Replies: 10
Views: 2328

Re: Why using Variable & 255?

luis wrote:From the doc you linked I don't understand any of the "proper" variable adjustments (size_t is unsigned long in c if I'm not mistaken).
size_t is a memory size type and requires a pointer; it has the same integer size as a void *.
by nospam
Wed Dec 12, 2012 8:27 pm
Forum: Coding Questions
Topic: Difference between .a, .c and .b
Replies: 5
Views: 1688

Re: Difference between .a, .c and .b

Because .c changes it's size depending on the compile mode (making it dynamic)
Ah! :idea: :idea: :idea: Thank you very much. That's what I was missing. The word 'dynamic' is being misapplied :shock:

At run time, the .c type is neither growable nor mutable therefore by definition it is static ...
by nospam
Wed Dec 12, 2012 7:57 pm
Forum: Coding Questions
Topic: Excelwriter Cell Limit?
Replies: 21
Views: 5231

Re: Excelwriter Cell Limit?

Primus1 wrote:I've tried comma seperated file but it had it's own problems.
What problems? The format couldn't be simpler.
by nospam
Wed Dec 12, 2012 12:47 pm
Forum: Coding Questions
Topic: Excelwriter Cell Limit?
Replies: 21
Views: 5231

Re: Excelwriter Cell Limit?

The file is imported as 144 characters in Excel 2007. LibreCalc won't open it. In the absence of talking to the developers, perhaps the best way to work around the issue is to create a csv file and import it.
by nospam
Wed Dec 12, 2012 10:35 am
Forum: Coding Questions
Topic: Excelwriter Cell Limit?
Replies: 21
Views: 5231

Re: Excelwriter Cell Limit?

Primus1 wrote:That's a different Excelwriter I'm using this onefrom Purebasic Power.
Ok, you will probably still have to contact them.
or do you mean something else?
Something else :)

The output is the file you mentioned. Post the file.
by nospam
Wed Dec 12, 2012 9:54 am
Forum: Coding Questions
Topic: Excelwriter Cell Limit?
Replies: 21
Views: 5231

Re: Excelwriter Cell Limit?

Still I would need some sort of work around
Code the output manually.
it might be a limitation of the older excel format excelwriter is writing
Then you need to take that up with the ExcelWriter developers.
http://sourceforge.net/projects/excel-writer/
Are there any other libs or code that ...
by nospam
Wed Dec 12, 2012 9:32 am
Forum: Coding Questions
Topic: Excelwriter Cell Limit?
Replies: 21
Views: 5231

Re: Excelwriter Cell Limit?

in Excel it's truncated to 144
Then the limitation has nothing to do with PB. If you post the output it can be tested in other spreadsheets.
by nospam
Wed Dec 12, 2012 9:18 am
Forum: Coding Questions
Topic: [Noob] Secure networking connection question
Replies: 3
Views: 1254

Re: [Noob] Secure networking connection question

Khorne wrote:
nospam wrote:That only works in Windows
You didn't specify if you wanted OS independence or a particular OS. No worries.
by nospam
Wed Dec 12, 2012 7:56 am
Forum: Coding Questions
Topic: Difference between .a, .c and .b
Replies: 5
Views: 1688

Re: Difference between .a, .c and .b

Here's my cheat sheet :wink:
Thanks, but that's pretty much what's in the help text. Unfortunately it doesn't help me understand the difference between .a and .c, or what I quoted above actually means. Unless I'm missing something.

; These take up no memory and are allowed to grow without redim ...
by nospam
Wed Dec 12, 2012 7:29 am
Forum: Coding Questions
Topic: Difference between .a, .c and .b
Replies: 5
Views: 1688

Difference between .a, .c and .b

In this thread: http://www.purebasic.fr/english/viewtopic.php?f=12&p=319687 , a poster says:
.c is a dynamic type, thus .a and .u were introduced as non dynamic versions.
In addition, Fred says here: http://www.purebasic.fr/english/viewtopic.php?t=24952
Added: Character support (.c) for ascii ...
by nospam
Tue Dec 11, 2012 8:28 pm
Forum: Off Topic
Topic: What happened to PowerBasic?
Replies: 24
Views: 7096

Re: What happened to PowerBasic?

Tenaja wrote:More likely they just got hit by...
Death, towards the end of September.
by nospam
Sun Dec 09, 2012 11:49 pm
Forum: Coding Questions
Topic: CreateThread(CRASH AND BURN)
Replies: 4
Views: 1215

Re: CreateThread(CRASH AND BURN)

I could have done with that beer yesterday!
It was icy cold, bubbly and exceedingly soothing. You would have loved it.
I just noticed Fred has implemented threadsafe GUI Set functions eg SetGadgetText
So you can set gadget states on the main thread from a client thread
That works perfectly ...
by nospam
Sun Dec 09, 2012 8:31 pm
Forum: The PureBasic Form Designer
Topic: Strange behaviour of Cursor and Frame3DGadget
Replies: 8
Views: 3310

Re: Strange behaviour of Cursor and Frame3DGadget

Then shut up and stop posting in the Form Designer forum,
I am entitled to my opinion. How dare you try to deprive me of it and prevent me from voicing it.
if you don't have anything constructive to say.
I did have something constructive to say viz. your form designer is a bug-riddled piece of ...