Search found 33 matches

by Logman
Sun Jun 26, 2011 4:27 pm
Forum: Off Topic
Topic: US export restrictions
Replies: 7
Views: 2147

Re: US export restrictions

Agree. Now if only they would declare Chicago a prison, we'd have 90% of the Nation's criminals in prison.

Logman
by Logman
Sun Jun 26, 2011 3:51 pm
Forum: Announcement
Topic: PureBasic 4.60 Beta 1 released! (for real)
Replies: 59
Views: 46116

Re: PureBasic 4.60 Beta 1 released! (for real)

Thanks for the continuous upgrades and support of this great language.

Logman
by Logman
Wed Mar 16, 2011 1:29 pm
Forum: General Discussion
Topic: Windows 7 Starter
Replies: 13
Views: 2304

Re: Windows 7 Starter

PB works fine on my Acer Aspire with Windows 7 Starter. I did upgrade to Windows 7 Home to get some added utilities.

Logman
by Logman
Mon Jan 24, 2011 1:56 pm
Forum: Off Topic
Topic: Germany, France, Great Britan, or Other?
Replies: 12
Views: 1769

Re: Germany, France, Great Britan, or Other?

I stumbled upon PureBasic over two years ago and when I first tried it out, I fell in love with it. Fred has done a great job and he has stuck with it--both 32-bit and 64-bit versions.

Sometimes when programming for the U.S. Defense Department, I'm not allowed to use software produced outside the ...
by Logman
Mon Jan 24, 2011 1:25 pm
Forum: Off Topic
Topic: A great loss...
Replies: 87
Views: 14353

Re: A great loss...

You will be missed, good luck. I know I've used your code and other ideas and will miss your input.

Don't be a stranger.

Logman
by Logman
Wed Feb 24, 2010 11:48 pm
Forum: Off Topic
Topic: Pure "Basic" holding back potential customers?
Replies: 107
Views: 25546

Re: Pure "Basic" holding back potential customers?

I agree with keeping BASIC in the name. When I tell someone I'm programming in a non .net BASIC,my power-user associates ask me which BASIC. When I tell them PureBASIC they nod and tell me they wish they could too, but their boss won't let them. They are stuck using C++.net or VB.net. Then they sigh ...
by Logman
Mon Oct 19, 2009 1:48 pm
Forum: Off Topic
Topic: 128-bit windows 8? Will FASM/PB follow suit?
Replies: 19
Views: 2941

Re: 128-bit windows 8? Will FASM/PB follow suit?

Apparently 128-bit CPUs will be so fast they will compile your PB programs before you even write them don't you know??? :lol:
by Logman
Mon Oct 05, 2009 11:08 pm
Forum: General Discussion
Topic: Does PB compile unused procedures?
Replies: 15
Views: 11739

Re: Does PB compile unused procedures?

Luis:

I'm on my laptop traveling home right now. I'm curious about what will happen when I check out the example code you provided. I'll run it when I get on my desktop this evening and post the results.

You raise some very interesting questions about what PB includes and doesn't include in it's ...
by Logman
Mon Oct 05, 2009 9:11 pm
Forum: General Discussion
Topic: Does PB compile unused procedures?
Replies: 15
Views: 11739

Re: Does PB compile unused procedures?

Interesting question as to whether or not unused procedures are included in the final executable file. To find out, I put together this quick code snippet, compiled it to an executable program, and looked at it under a 32-bit disassembler to find out for myself.


EnableASM
DisableDebugger ...
by Logman
Wed Sep 16, 2009 5:13 pm
Forum: Coding Questions
Topic: Inline Assembly MessageBox Problem
Replies: 8
Views: 3898

Re: Inline Assembly MessageBox Problem

Quick follow-up:

I know you coding geniuses don't hear it often, but we "new to PB" folks certainly appreciate your quick and appropriate responses to our questions. Most of the time we spend countless hours searching for a solution because we do not yet have the experience level to know where the ...
by Logman
Wed Sep 16, 2009 2:48 pm
Forum: Coding Questions
Topic: Inline Assembly MessageBox Problem
Replies: 8
Views: 3898

Re: Inline Assembly MessageBox Problem

Thanks netmaestro:

Your code works great!

I was just using the code as a standalone program without any other window being opened. I really appreciate the help as it was driving me nuts. I guess that by opening a PB MessageRequester() window I was inadvertently providing the mechanism in PB to ...
by Logman
Wed Sep 16, 2009 1:42 pm
Forum: Coding Questions
Topic: Inline Assembly MessageBox Problem
Replies: 8
Views: 3898

Inline Assembly MessageBox Problem

Greetings:

Before the PureBasic site switched over to this new format, I read a thread by either srod, Chris, El_Choni, or blueznl, I can't recall who, but I can't find it again.

My problem is that I copied the example inline assembly code from their thread into a sample program on my 64-bit ...
by Logman
Thu Aug 13, 2009 6:54 pm
Forum: Off Topic
Topic: My New Computer
Replies: 25
Views: 5140

RE: New Computer

If you want to configure a business, home, or gaming computer to see what it would cost, try this site: http://www.velocitymicro.com

I bought my last desktop system from Velocity Micro and appreciated them taking the time to answer my questions and provide first-class customer service.

Look at ...
by Logman
Thu Aug 13, 2009 5:12 pm
Forum: Off Topic
Topic: Moving from Desktop setup to a Laptop
Replies: 33
Views: 5621

RE: Excellent Desktop Replacements

I'm thinking about dumping my desktop pc and moving over to a laptop. I'd like to hear pros and cons from you laptop users, as well as suggestions as to which laptop I should consider purchasing.

What is required:

Under $1000
PC
The ability to add an external monitor.
Good sound quality for music ...
by Logman
Thu Aug 13, 2009 12:30 pm
Forum: Off Topic
Topic: Vipre antivirus
Replies: 36
Views: 6077

There is also a web site that tests anti virus products > http://www.virusbtn.com/index.

I use Avast because it comes in a 64-bit version for Vista/XP 64-bit OS in addition to a 32-bit version. For best performance on 64-bit systems, I recommend a top brand that provides a 64-bit version.

Logman