Search found 10 matches

by mearrin69
Mon Sep 20, 2010 4:19 pm
Forum: Coding Questions
Topic: Please help with dates and other items...
Replies: 4
Views: 974

Re: Please help with dates and other items...

Oh. Duh. Well, that *was* indeed n00bish. Thanks for setting me straight!
M
by mearrin69
Mon Sep 20, 2010 4:00 pm
Forum: Coding Questions
Topic: Please help with dates and other items...
Replies: 4
Views: 974

Please help with dates and other items...

Hi all,
I've had PureBasic for a while and have done a few things with it but am far from adequate with it, let alone proficient. :) I'm working on an program to translate some downloaded tabular material from HTML to CSV format for integration into a database. This data is TV listing information ...
by mearrin69
Tue Jun 06, 2006 9:54 pm
Forum: Game Programming
Topic: small 2D shooter with some impressive effects
Replies: 150
Views: 66423

netmaestro,
You wouldn't believe how often I have to explain to people that I'm on the south side of WA and not the north ;) We were originally wanting to move to Portland but our real estate agent was like, "You guys might want to check out Vancouver, WA" and we expected it was across the river ...
by mearrin69
Tue Jun 06, 2006 9:48 pm
Forum: Game Programming
Topic: small 2D shooter with some impressive effects
Replies: 150
Views: 66423

I suppose I shouldn't get involved in this one. Nice demo. I wouldn't mind if PB had OOP but, if I really need it I can load up VisualStudio and use one of the languages there.

I must weigh in though to say that it's silly to think that you can't make a large, complex application (like a game ...
by mearrin69
Tue Jun 06, 2006 8:10 am
Forum: Game Programming
Topic: Fun with Sudoku
Replies: 2
Views: 1819

Yeah, I've been looking at that. I think I have to complete my solver before I can do that properly. My best guess is to establish a number of 'givens' that put you in the ball park for the desired difficulty level then run the solver to see how difficult the puzzle actually is - then adjust the ...
by mearrin69
Mon Jun 05, 2006 3:15 am
Forum: Game Programming
Topic: Fun with Sudoku
Replies: 2
Views: 1819

Fun with Sudoku

Hi all,
Just messing around with the new version and indulging a (hopefully short-lived) fascination with Sudoku.

Anyway, I was trying to come up with an elegant way of generating valid Sudoku grids with little success because I didn't think of recursion. So here is a completely inelegant ...
by mearrin69
Sat Nov 06, 2004 6:28 am
Forum: Coding Questions
Topic: Application directory?
Replies: 1
Views: 869

Application directory?

Hi all. Still new here :).

I want to retrieve the current directory (i.e. where the app is running from) for use in a file requester.

Checked the FAQ and tried the answer there but no luck. Here's the code I'm using:


; Get current pathname
pathname.s = Space(255)
GetCurrentDirectory_(255 ...
by mearrin69
Mon Jul 12, 2004 4:25 am
Forum: Coding Questions
Topic: Plug-in architecture?
Replies: 0
Views: 772

Plug-in architecture?

Hi all,
Just wondering if anyone could give some basic pointers (or links) as to how to create a really simple plug-in architecture in a PB application. I can figure out some of it on my own but I'd just like to avoid any 'gotchas'.

Any help appreciated. Thanks!
Michael
by mearrin69
Fri Jun 25, 2004 3:13 pm
Forum: General Discussion
Topic: New PB User..
Replies: 7
Views: 1957

Thanks!

Hey guys,
Thanks for the welcome. I'll probably be around asking silly questions from time to time ;)
M
by mearrin69
Thu Jun 24, 2004 10:48 pm
Forum: General Discussion
Topic: New PB User..
Replies: 7
Views: 1957

New PB User..

Hi all. New here...just bought and downloaded PB. I'm typically about on the Blitz3D forums but I'm a long-time user of VB and VC++. This just looked like a nicer language to deal with - and I wanted to play with the fast 2D support too.

Anyway, just thought I'd drop in and introduce myself to the ...