Search found 737 matches

by dmoc
Tue Sep 16, 2014 11:39 am
Forum: Feature Requests and Wishlists
Topic: I wish for a better quality Linux compiler.
Replies: 14
Views: 7669

Re: I wish for a better quality Linux compiler.

For what it's worth, I spent a lot of time (years ago now) with PB on Windows, really enjoyed it, but now I'm strictly Linux. Most of my PB time was spent developing one application involving high performance graphics for data visualisation (so I needed graphics but not for a game). I check now and ...
by dmoc
Tue Jun 20, 2006 11:04 pm
Forum: General Discussion
Topic: Using QueryPerformanceCounter?
Replies: 2
Views: 2558

Thanks for the link. The info from virtualdub highlights other possible problems arising from things like speed-stepping and multi-processing. Link posted for anyone who may be unaware of these issues.
by dmoc
Tue Jun 20, 2006 4:07 pm
Forum: General Discussion
Topic: Using QueryPerformanceCounter?
Replies: 2
Views: 2558

Using QueryPerformanceCounter?

This >link< argues against it.
by dmoc
Tue May 16, 2006 11:21 pm
Forum: Coding Questions
Topic: How to get text from an EditorGadget()? The API way...
Replies: 23
Views: 5514

hint: they don't make it that easy :wink:
by dmoc
Fri May 12, 2006 12:46 pm
Forum: Coding Questions
Topic: USB Remote Control
Replies: 4
Views: 1928

(deleted)
by dmoc
Fri May 12, 2006 12:46 pm
Forum: Coding Questions
Topic: Reading USB ports
Replies: 14
Views: 6548

(deleted)
by dmoc
Fri May 12, 2006 12:46 pm
Forum: Windows
Topic: libusb
Replies: 19
Views: 7089

(deleted)
by dmoc
Mon May 08, 2006 3:17 pm
Forum: Coding Questions
Topic: Need help with graphics with 280 million pixels
Replies: 32
Views: 5740

If I understand your requirements correctly: forget about the image until you have figured out how to manage your data in hiearchy. You will most likely generate the (constrained) image based on a level in your hierarchy, ie, a scaling factor. Based on the scaling factor dynamically generate a ...
by dmoc
Mon May 08, 2006 2:24 pm
Forum: Off Topic
Topic: Mirroring a local directory to webspace via FTP?
Replies: 8
Views: 2388

Being a lazy b'stard I should have mentioned "existing" as well :P :P
by dmoc
Mon May 08, 2006 12:46 pm
Forum: Off Topic
Topic: Forum Time
Replies: 6
Views: 1853

Duh, I assumed the profile took BST into account. Thanks guys.
by dmoc
Mon May 08, 2006 12:44 pm
Forum: Off Topic
Topic: Mirroring a local directory to webspace via FTP?
Replies: 8
Views: 2388

Being a cheapskate b'stard I should have mentioned "free" as well :P
by dmoc
Mon May 08, 2006 11:06 am
Forum: Off Topic
Topic: Mirroring a local directory to webspace via FTP?
Replies: 8
Views: 2388

Mirroring a local directory to webspace via FTP?

Just wondering what others use? It would be great there is a FTP util that scans a directory (and subs) and only transferred updates (also deletes remote files no longer existing in local dir). Anything?
by dmoc
Mon May 08, 2006 11:02 am
Forum: Off Topic
Topic: Forum Time
Replies: 6
Views: 1853

Forum Time

I'm in the UK, it's ~11am but posts say ~10am. If the forum host is in France shouldn't it be ~12 midday?
by dmoc
Mon May 08, 2006 10:59 am
Forum: Coding Questions
Topic: Trackbar and SetGadgetState
Replies: 23
Views: 5007

@Sub-Routine: thanks for suggestions but solved (see above). I mentioned in a previous post why a do not want to update the text gadget as you suggest. I'm also trying to keep parity with an equivalent c# version (at the moment and as far as practical).
by dmoc
Sun May 07, 2006 6:57 am
Forum: Coding Questions
Topic: Drawing on an image gadget?
Replies: 2
Views: 1334

OK, my mistake. I'm trying to get back to "image number" from "gadget id". I guess the way to do it is to store the image number in the image gadget using SetGadgetData() when I create it.