Search found 10 matches

by Dave651
Sun May 04, 2008 2:17 pm
Forum: Off Topic
Topic: Virus in PB4.20 UpdateTool?
Replies: 39
Views: 11659

UserOfPure wrote:The good people here have been using that version for months and you're the only one to find a virus? ;)
I had the same warning from Kaspersky but I did a search on the forum and found a number of false positives.
by Dave651
Wed Jan 23, 2008 9:12 pm
Forum: Off Topic
Topic: Java forum
Replies: 3
Views: 1803

by Dave651
Sat Aug 11, 2007 9:12 pm
Forum: Off Topic
Topic: Percent of PCs with .NET framework installed?
Replies: 111
Views: 23784

The problem is, Linux sucks.

Been using Debian Etch since the day it came out. Cannot recall a single crash, it's lightening quick, has over 20,000 software packages I can download and does absolutely everything I need.

I'm sure glad I found out that it sucks. Gee, I'd better go back to Windows ...
by Dave651
Sat Aug 11, 2007 9:00 pm
Forum: Off Topic
Topic: Aurora Compiler
Replies: 160
Views: 48715

theNerd wrote:In the end I sensed something bad so I asked for the source code (which you can make dirivative works from) in the place of the money just before he stopped selling it.
Steven.

If you don't mind me asking, did Paul give you the source code in place of the course?
by Dave651
Sun Jul 22, 2007 11:45 am
Forum: Off Topic
Topic: Between the devil and the deep blue sea
Replies: 62
Views: 11367

Frankly it's about time the Linux community distilled to a single distro. A distro such as Ubuntu that has a goal and a view of the future. Ubuntu is making waves because somebody decided enough was enough with all the chaff out there and decided to create a distro that would eventually challenge ...
by Dave651
Wed Jul 18, 2007 4:01 pm
Forum: Off Topic
Topic: [Linux] Problems mounting ISO image
Replies: 7
Views: 1753

Try booting with "ide=nodma" as a parameter
by Dave651
Fri Jul 06, 2007 11:39 pm
Forum: Off Topic
Topic: Aurora Compiler
Replies: 160
Views: 48715

Paul has said that he is concentrating more on EBasic than Aurora because it is more popular and therefore has more financial benefits. I'm sure he has good intentions for Aurora but its development is always going to be slow and unreliable because of his personal circumstances. Like Kale said ...
by Dave651
Wed Jun 20, 2007 4:13 pm
Forum: Linux
Topic: Text after newline is duplicated when saved
Replies: 3
Views: 2283

Just to make sure, I tried the same code on Windows machine and there was no problem at all. Does anyone have an idea why there is only a problem on Linux?

Thanks
by Dave651
Tue Jun 19, 2007 7:04 am
Forum: Linux
Topic: Text after newline is duplicated when saved
Replies: 3
Views: 2283

Thank you Freak, but I still get the problem even after making the change. In fact, if there are multiple newlines in the text, the line after every newline is duplicated. Incidentally, for some reason I don't have this problem when the code is run on a Windows machine.

I cut the code to make it ...
by Dave651
Tue Jun 19, 2007 3:35 am
Forum: Linux
Topic: Text after newline is duplicated when saved
Replies: 3
Views: 2283

Text after newline is duplicated when saved

Hi.

I'm just learning about PureBasic and hit a problem I've not been able to resolve. The following code (cut to bare essentials) will save what's in the main window but repeats information that follows a newline. #HOME needs to be changed to the working directory but then if some text includes ...