Search found 3713 matches

by Little John
Sun Jan 18, 2009 10:52 am
Forum: Linux
Topic: [4.30 beta 5] WebGadget on Ubuntu 8.10
Replies: 3
Views: 2361

Re: Think I've got it

Hi, thanks for your reply. Yeah, it's a bit mysterious. This problem is certanly verified. It also breaks my executables which were previously compiled and linked against the library. The problem is that Ubuntu does not correctly make a symlink in /usr/lib. At least this fixed it for me. ... Unfortu...
by Little John
Sat Jan 17, 2009 4:04 pm
Forum: Off Topic
Topic: You think your having a bad day ?
Replies: 34
Views: 3519

It seems that some people are interested in the difference between reality and fairy tales. But what is "reality"? How do you define "real"? Very good question ( as you certainly know yourself ... ;-) ). Many philosophers have written about it, and I think answering the question...
by Little John
Sat Jan 17, 2009 2:37 pm
Forum: Off Topic
Topic: You think your having a bad day ?
Replies: 34
Views: 3519

Tipperton wrote:
So what if the stories are fake.

Did they make you smile or laugh? If so then that was all they were supposed to do.
It seems that some people are interested in the difference between reality and fairy tales. ;-)

Regards, Little John
by Little John
Fri Jan 16, 2009 5:02 am
Forum: Coding Questions
Topic: Help for a simple thing (bitwise calculation)
Replies: 21
Views: 2182

> getting the highest set bit of an arbitrary number. For this purpose, there is the ASM command BSR (Bit scan reverse). The following code seems to work fine with integers on PB 4.30 and Windows XP 32 bit. Don't know about Quads. Procedure.i BitScanReverse (x.i) ; Return the number of the highest o...
by Little John
Wed Jan 07, 2009 1:28 pm
Forum: Tricks 'n' Tips
Topic: Little Purebasic Preprocessor - LPP
Replies: 42
Views: 26750

How do I set a trigger? I've never used a plugin before In the IDE, choose from the menu "Configure Tools ...". In the window that appears click at the [ New ] button. Then there'll be an options window, which beside other things allows to select an "Event to trigger the tool". ...
by Little John
Wed Jan 07, 2009 11:33 am
Forum: Tricks 'n' Tips
Topic: Little Purebasic Preprocessor - LPP
Replies: 42
Views: 26750

2 PB and pdwyer:
I've now changed the code, so that continuation of an open string is no longer supported. That's really cleaner.
Thanks for discussing that issue!

Regards, Little John
by Little John
Wed Jan 07, 2009 12:37 am
Forum: Tricks 'n' Tips
Topic: Little Purebasic Preprocessor - LPP
Replies: 42
Views: 26750

I've posted a new version, the changes are mentioned in the comments at the beginning of the source code. The next version of the program hopefully will be able to handle include files. :D 2 Rook : Thanks! :-) 2 PB : I see. In the code on the picture that you posted, the line continuation works. It'...
by Little John
Tue Jan 06, 2009 9:06 pm
Forum: Tricks 'n' Tips
Topic: Little Purebasic Preprocessor - LPP
Replies: 42
Views: 26750

You're welcome. :-)

Regards, Little John
by Little John
Tue Jan 06, 2009 7:11 pm
Forum: Off Topic
Topic: PB enables new home purchase (Now with Pics!)
Replies: 47
Views: 5491

Take a look at any product that is packaged for the USA. It will contain both units of measurement... which in turn enables us to choose our preferred unit of measurement. 8) That's fine. However, when several people or workgroups cooperate, they just should tell each other which units they are usi...
by Little John
Tue Jan 06, 2009 6:15 pm
Forum: Tricks 'n' Tips
Topic: Little Purebasic Preprocessor - LPP
Replies: 42
Views: 26750

2 Blue : thanks for your kind words and your suggestions. I didn't test the code with large source files myself. :-) When I had been aware that for an IDE tool, the argument "%COMPILEFILE" does only allow access to the main file in the editor without the include files, I had cancelled this...
by Little John
Sun Jan 04, 2009 9:30 pm
Forum: Tricks 'n' Tips
Topic: Little Purebasic Preprocessor - LPP
Replies: 42
Views: 26750

Hi srod,

oh pleeease ... yes, yes. :D

Hi PB,

as far as I can see, syntax coloring is not disturbed by using code lines with a trailing _.

Regards, Little John
by Little John
Sun Jan 04, 2009 6:51 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Long Line Split
Replies: 16
Views: 7183

Now here is my project JoinLines.

Regards, Little John
by Little John
Sun Jan 04, 2009 6:48 pm
Forum: Tricks 'n' Tips
Topic: Little Purebasic Preprocessor - LPP
Replies: 42
Views: 26750

Little Purebasic Preprocessor - LPP

Works also with PB 5.20 Hi all, according to another discussion , I've revived an old tool of mine that allows for PureBasic statements on multiple lines . It was mainly developed as tool for the PureBasic IDE, but can also be used as standalone program. //edit: I've rewritten the whole program, so...
by Little John
Sun Jan 04, 2009 4:26 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Long Line Split
Replies: 16
Views: 7183

Little John, Can you post your tool in the English forums? Yes, of course. I'll just make necessary adjustments for PB 4.30 (and maybe some minor tweaks) first. 2 blueznl : I've thought of that, too. But then the program also has to take care itself of things like #PB_Compiler_Home and such, right?...
by Little John
Sat Jan 03, 2009 5:35 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Long Line Split
Replies: 16
Views: 7183

When I learned to know PB, it didn't take a long time until I wrote a tool for the IDE, which does exactly do this. I posted the source code in the German forum. Unfortunately, I hadn't taken Include files into account, so the tool only works for the main code in IDE.

Regards, Little John