Search found 4297 matches

by Rook Zimbabwe
Tue Sep 20, 2011 3:15 pm
Forum: Off Topic
Topic: [SOLVED] Strange sound problem with Windows XP
Replies: 20
Views: 3279

Re: Strange sound problem with Windows XP

And you attempted ANY of my suggestions?
by Rook Zimbabwe
Tue Sep 20, 2011 3:12 pm
Forum: Coding Questions
Topic: Access CLOUD in PB?
Replies: 6
Views: 2532

Re: Access online MySQL Database?

Thanks Foz! :D See I readin Game INformer about the new Diablo 3 release and how it is going to be essentially a CLOUD game... All data and characters stored on Blizzard Servers etc. Obviously this has been a large part of the delay in its release. But I wondered about that... In my game engine we u...
by Rook Zimbabwe
Mon Sep 19, 2011 4:23 pm
Forum: Off Topic
Topic: Captcha's
Replies: 8
Views: 1632

Re: Captcha's

freak wrote:The current Captcha does a very good job so far.
:?

you have captcha?
by Rook Zimbabwe
Mon Sep 19, 2011 4:20 pm
Forum: Coding Questions
Topic: Access CLOUD in PB?
Replies: 6
Views: 2532

Re: Access online MySQL Database?

Well I was planning on encryption and obfuscation anyway... but no

I was wondering if anyone had attempted to program in CLOUD schema with PB? 8)
by Rook Zimbabwe
Sun Sep 18, 2011 4:13 pm
Forum: Off Topic
Topic: [SOLVED] Strange sound problem with Windows XP
Replies: 20
Views: 3279

Re: Strange sound problem with Windows XP

in case you lost your manual: http://www.manualowl.com/m/Gigabyte/GA-MA770-DS3/Manual/207743 When my company used to support this board (when I had a job) two things might overcome this... 2. change sound scheme completely (use a STANDARD schemata not a custom one) and see what happens 3. turn off f...
by Rook Zimbabwe
Sun Sep 18, 2011 3:01 am
Forum: Coding Questions
Topic: Access CLOUD in PB?
Replies: 6
Views: 2532

Access CLOUD in PB?

Does anyone have any experience with accessing online MySQL databases hosted on a .com internet site using Purebasic?

Even psuedocode would be a help... I have never done it myself but I am wondering if it is possible because I have a cloud idea... :mrgreen:
by Rook Zimbabwe
Wed Sep 14, 2011 8:42 pm
Forum: Off Topic
Topic: Three miles from my home
Replies: 6
Views: 1756

Re: Three miles from my home

Kuron quit hogging all Texas' rain!!!
:mrgreen:
by Rook Zimbabwe
Wed Sep 14, 2011 8:40 pm
Forum: Coding Questions
Topic: Time library ?
Replies: 36
Views: 4050

Re: Time library ?

and if you have finished trolling this board I would not worry too much about anyone stealing your game project... there are many ways to obfuscate your code and lock down the executable and if you need ideas people here are always willing to help. As far as PB "claiming" to be used for an...
by Rook Zimbabwe
Tue Sep 13, 2011 7:20 pm
Forum: Coding Questions
Topic: Weird Bug in Win7
Replies: 14
Views: 1954

Re: Weird Bug in Win7

It STILL refuses to do tax computations outside of the compiler... this is completely stupid and frustrating...

Can someone else doublecheck the DL?
http://www.bluemesapc.com/Downloads/SetuprPOS8-aio.zip

it should be all set up but you may need to move the access databases to the user folder!
by Rook Zimbabwe
Fri Sep 09, 2011 11:28 pm
Forum: Coding Questions
Topic: Weird Bug in Win7
Replies: 14
Views: 1954

Re: Weird Bug in Win7

No matter HOW permissions are set everything in that folder is READ ONLY yet when the program runs it shows the last entry... YET when I access the file from the directory it shows nothing has been added to it... there is no data!!! I know 99% of this is windows! I had to upgrade to 7 to run an app ...
by Rook Zimbabwe
Fri Sep 09, 2011 10:26 pm
Forum: Coding Questions
Topic: Weird Bug in Win7
Replies: 14
Views: 1954

Re: Weird Bug in Win7

I was thinking that already and I THOUGHT I had changed it but I cannot seem to force permissions... Win7 updated today and, if anything, seems even MORE paranoid! Funny thing... it refuses to access the database files from the SAME FOLDER I have to figure out where it is getting its data because it...
by Rook Zimbabwe
Fri Sep 09, 2011 8:21 pm
Forum: Coding Questions
Topic: Weird Bug in Win7
Replies: 14
Views: 1954

Weird Bug in Win7

I have an EXTREMELY weird bug in Win 7 to report... In my POS software which installs and is "supposed" to run out of its folder in PROGRAM FILES... It can read databases and write to databases... but for some reason it will NOT add tax on any item! This happens even when run in compatibil...
by Rook Zimbabwe
Tue Sep 06, 2011 4:55 pm
Forum: Coding Questions
Topic: WebGadget problem with redirected site
Replies: 4
Views: 1370

Re: WebGadget problem with redirected site

set a timer and stop when timeout! :mrgreen:
by Rook Zimbabwe
Tue Aug 30, 2011 9:27 pm
Forum: Off Topic
Topic: I dreamed a great SHA3 last night
Replies: 6
Views: 1260

Re: I dreamed a great SHA3 last night

the easy solution... beer! :mrgreen:
by Rook Zimbabwe
Tue Aug 30, 2011 9:22 pm
Forum: Coding Questions
Topic: Enumeration etiquette
Replies: 19
Views: 4405

Re: Enumeration etiquette

I am completely unclear about exactly what is wrong with the current enum scheme? Enumeration #Window_MAIN #Window_PPAD #Window_OPENTIK #Window_KEYBOARD #Window_TABLE #Window_KITTIK #Window_MANAGER #Window_PAY #Window_SPLIT EndEnumeration Enumeration #Button_DINNER #Button_LUNCH #ResultFile #Image_L...