
Search found 45 matches
- Mon Dec 10, 2007 12:20 pm
- Forum: Coding Questions
- Topic: Window handle from process handle?
- Replies: 24
- Views: 12726
- Wed Dec 05, 2007 5:26 am
- Forum: Coding Questions
- Topic: Change Image Depth
- Replies: 17
- Views: 3822
You are writing an icon creator, yet; you don't understand how dithering works. May I ask why are you even writing this uber icon creator if you don't know what you're doing?.
Reading through color dithering WILL allow you to later on write dithering functions for your application, meaning; at the ...
Reading through color dithering WILL allow you to later on write dithering functions for your application, meaning; at the ...
- Wed Dec 05, 2007 5:18 am
- Forum: Coding Questions
- Topic: Question regarding CreateFileMapping_()
- Replies: 7
- Views: 2093
- Tue Dec 04, 2007 8:11 am
- Forum: Coding Questions
- Topic: Pass array by reference and allocate inside proc?
- Replies: 12
- Views: 3014
lol? I dont want easy I want speed and theres a reason of why one would interleave pixels, even though im using planar representation, the reason you would go about manipulating pixels this way is speed. when you must get pixels from certain coordinates and you dont use any extensions such as mmx or ...
- Tue Dec 04, 2007 7:29 am
- Forum: Coding Questions
- Topic: Pass array by reference and allocate inside proc?
- Replies: 12
- Views: 3014
- Tue Dec 04, 2007 6:22 am
- Forum: Coding Questions
- Topic: Pass array by reference and allocate inside proc?
- Replies: 12
- Views: 3014
- Tue Dec 04, 2007 4:36 am
- Forum: Coding Questions
- Topic: Question regarding CreateFileMapping_()
- Replies: 7
- Views: 2093
- Tue Dec 04, 2007 4:22 am
- Forum: Coding Questions
- Topic: Setting the window callback for a window outside of PB?
- Replies: 10
- Views: 3057
- Tue Dec 04, 2007 4:17 am
- Forum: Coding Questions
- Topic: Calling procedure from variable passed to another procedure?
- Replies: 6
- Views: 1462
Re: Calling procedure from variable passed to another proced
I am trying to call a procedure from within a procedure but the one I'm trying to call is not known (a variable procedure call?). Any ideas? Maybe there's something I'm missing...
Proc1("Proc2")
Procedure Proc1(WhatToCall$)
WhatToCall$() ; I know this won't work but it shows what I'm trying ...
Proc1("Proc2")
Procedure Proc1(WhatToCall$)
WhatToCall$() ; I know this won't work but it shows what I'm trying ...
- Tue Dec 04, 2007 4:12 am
- Forum: Off Topic
- Topic: php question
- Replies: 26
- Views: 3774
- Tue Dec 04, 2007 4:08 am
- Forum: General Discussion
- Topic: Using MouseX, MouseY with Wacom tablet
- Replies: 3
- Views: 1699
- Tue Dec 04, 2007 4:03 am
- Forum: Coding Questions
- Topic: Purebasic dll return string as pchar to Delphi application
- Replies: 5
- Views: 1878
- Tue Dec 04, 2007 4:01 am
- Forum: Coding Questions
- Topic: Change Image Depth
- Replies: 17
- Views: 3822
GIMP and many other programs create color-tables out of the original image, to later on suit the needs of the limited 8bit image.
For instance, you would go through all the pixels of the original image creating an array that contains the most used pixels in that image, so you can later on map your ...
For instance, you would go through all the pixels of the original image creating an array that contains the most used pixels in that image, so you can later on map your ...
- Tue Dec 04, 2007 3:57 am
- Forum: Coding Questions
- Topic: Pass array by reference and allocate inside proc?
- Replies: 12
- Views: 3014
Pass array by reference and allocate inside proc?
How can I allocate arrays in a procedure, to later on pass by reference to other procedures? I don't want to use global / shared method, I need to pass the actual pointer of the array to later on access the array inside each proc. I also need to allocate the array inside a procedure (ie it returns a ...
- Thu Mar 22, 2007 6:23 pm
- Forum: Coding Questions
- Topic: Is it possibel to know which program executed my appl??
- Replies: 2
- Views: 676