Search found 92 matches

by Kris_a
Mon Apr 26, 2004 11:23 am
Forum: Coding Questions
Topic: DirectX needed
Replies: 8
Views: 2402

As far as I know, it's prefectly fine to include the DirectX installer (Downloader). After all, if you need it to actually play the game, it would be silly for Microsoft to reject the privilege :idea:
by Kris_a
Mon Apr 26, 2004 9:44 am
Forum: Coding Questions
Topic: DirectX needed
Replies: 8
Views: 2402

Include DirectX with your program? :D
by Kris_a
Sun Apr 25, 2004 9:03 pm
Forum: Game Programming
Topic: Process memory usage
Replies: 2
Views: 2003

ah, thanks very much, I'll have a look at that now :D
by Kris_a
Sun Apr 25, 2004 11:47 am
Forum: Game Programming
Topic: Process memory usage
Replies: 2
Views: 2003

Process memory usage

Hi,

How would I go about getting the amount of memory a process is using? I want to dabble with my own memory hacking tool, but I have no idea what range of addresses to actually search (0 - 4bn is a bit wide)

Thanks,

Kris

PS. I think the task manager uses the method I'm looking for.

http ...
by Kris_a
Sat Apr 24, 2004 12:18 pm
Forum: Coding Questions
Topic: Detect press button in external programs
Replies: 6
Views: 1796

by Kris_a
Sat Apr 24, 2004 10:23 am
Forum: Windows
Topic: need help to convert powerbasic enum services
Replies: 14
Views: 7371

Only works for me when debug mode is on 8O, just shows an empty table otherwise (XP pro, SP1)
by Kris_a
Sat Apr 24, 2004 8:11 am
Forum: Tricks 'n' Tips
Topic: Image Rotate, Pull, Reverse & Stretch - Updated
Replies: 26
Views: 16272

haha, sorry, I don't mean it really :D
by Kris_a
Fri Apr 23, 2004 8:52 pm
Forum: Tricks 'n' Tips
Topic: Image Rotate, Pull, Reverse & Stretch - Updated
Replies: 26
Views: 16272

very nice :D
techjunkie wrote:Maybe Adobe should rewrite PhotoShop in Pure... 8O
I agree... Photoshop feels like it was made in DarkBASIC ;)
by Kris_a
Mon Apr 19, 2004 10:44 pm
Forum: Coding Questions
Topic: ResizeWindow halting
Replies: 18
Views: 4674

Fred wrote:(ok, I got that from JAVA ;)).
Well, at least with that, ex-java programmers will know where to look first :idea:
by Kris_a
Mon Apr 19, 2004 4:24 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Commas in 'select' statement?
Replies: 8
Views: 2265

[Implemented] Commas in 'select' statement?

I had a quick search for something similar to this and found nothing, which was really suprising.


Select Somevar
case 1,2,3,4
; Do something
case 5,6,7,8
; Do something else
endselect


This would be incredibly handy, at the moment I'm forced to use functions to execute the same code in two ...
by Kris_a
Mon Apr 19, 2004 3:06 pm
Forum: Coding Questions
Topic: ResizeWindow halting
Replies: 18
Views: 4674

"WindowSizeLimit" has a ring to it, dont you think? or maybe "SetWindowSizeLimit / GetWindowSizeLimit"

(whoops, you beat me to it Blueznl :D)
by Kris_a
Mon Apr 19, 2004 12:56 pm
Forum: Feature Requests and Wishlists
Topic: using #pb_any
Replies: 21
Views: 4557

I like this better, personally:

Code: Select all

if (file = fopen("test.txt","rb")) {
  // etc
}
I hope PB gets this syntax one day :D
by Kris_a
Mon Apr 19, 2004 12:04 am
Forum: Game Programming
Topic: Learn to program 2D games book
Replies: 98
Views: 47238

Hi Krylar, please add a password recovery feature to 'Coder ^_^
by Kris_a
Sun Apr 18, 2004 9:02 pm
Forum: General Discussion
Topic: New commands or having a more stable version!?
Replies: 14
Views: 3222

A lot of these bug reports are just due to user error :D

(Including a lot of mine :oops:)
by Kris_a
Sat Apr 17, 2004 6:29 pm
Forum: Coding Questions
Topic: Windows Scheduled Tasks
Replies: 7
Views: 4341

haha :D

I'll see what I can do for you

edit: hmm, a lot of these structures are missing from PB o_O

help anyone? :?