Search found 58 matches

by Kendrel
Tue Feb 06, 2007 7:32 pm
Forum: Applications - Feedback and Discussion
Topic: Flype UserLibraries for PureBasic 4.0
Replies: 131
Views: 96593

hey

i tried the chart lib, and its great... but i got a problem :D

i tried to set the data and pass an array,but it didnt work for me... in your examples you work with data sections, but id need an example to modify the data while the chart/prog is running.

any1 help pls... this is urgent :)
by Kendrel
Fri Jun 24, 2005 9:16 pm
Forum: Coding Questions
Topic: Flickering #2
Replies: 6
Views: 2275

ermmm

so no solution in sight?! sigh... ;(
by Kendrel
Thu Jun 23, 2005 10:50 pm
Forum: Coding Questions
Topic: Flickering #2
Replies: 6
Views: 2275

yay...

as i said, i tried everything... and since iam not the only one discovering that problem (read the threads listed up there), it must be a bug...
by Kendrel
Thu Jun 23, 2005 9:37 pm
Forum: Coding Questions
Topic: Flickering #2
Replies: 6
Views: 2275

ermmm

thx for the reply... but actually i tried everything i could find...

tested it also on several machines with different gfx cards... (ati 9600 pro/xt ati 9800 pro)... its always the same... you get a mini flicker after a few seconds.... ;(

edit:

the problem is only when using directx... when i ...
by Kendrel
Thu Jun 23, 2005 8:22 pm
Forum: Coding Questions
Topic: Flickering #2
Replies: 6
Views: 2275

hmmm

did some more research in the forums, and i think its a bug since too many ppl have that problem...

http://forums.purebasic.com/english/viewtopic.php?t=15443&highlight=flicker

if someone has a working solution for it, ill be glad to hear it.... otherwise it doesnt make any sense to code something ...
by Kendrel
Thu Jun 23, 2005 7:20 pm
Forum: Coding Questions
Topic: Flickering #2
Replies: 6
Views: 2275

Flickering #2

After searching the Forum, i discovered that some other ppl seem to have the same problem...

well, it seems if u use dx with PB that you always have some flicker... and things never will run 100% smooth... even the samples that come with pb flicker from time to time, and iam quite sure it has to do ...
by Kendrel
Sat Jun 04, 2005 11:49 am
Forum: General Discussion
Topic: InlineASM/JMP/Call Question
Replies: 2
Views: 1283

-

any1 who can help?

iam quite sure some of you might have an idea :) plssss...
by Kendrel
Fri Jun 03, 2005 11:56 pm
Forum: General Discussion
Topic: InlineASM/JMP/Call Question
Replies: 2
Views: 1283

InlineASM/JMP/Call Question

Inline ASM works pretty good in pb, but i have following problem.

i have succesfully injected the dll i made finally, but now i cannot jmp or call functions inside that process.

so lets say id like to call $50000 or jmp at it (without use of labels), how would i do it using pb/fasm?! i cannot get ...
by Kendrel
Sun May 29, 2005 9:59 pm
Forum: General Discussion
Topic: store register in pb variable?!
Replies: 3
Views: 1644

...

ahhh... thx again... seems you are my hero tonight ;)
by Kendrel
Sun May 29, 2005 9:18 pm
Forum: General Discussion
Topic: store register in pb variable?!
Replies: 3
Views: 1644

store register in pb variable?!

i wonder if there is an easy way to store register values (eax etc) into "normal" purebasic variables... i have some complex functions in mind for that, and just wanted to make sure that there isnt an easy way to do this... :)
by Kendrel
Sun May 29, 2005 9:07 pm
Forum: General Discussion
Topic: Code Injection or Inject DLL?!
Replies: 8
Views: 4493

thx

thx... had one constant missing at all, but i know that values from some of my own functions...
by Kendrel
Sun May 29, 2005 8:53 pm
Forum: General Discussion
Topic: Code Injection or Inject DLL?!
Replies: 8
Views: 4493

erm

thx @thefool!
by Kendrel
Sun May 29, 2005 8:38 pm
Forum: General Discussion
Topic: Code Injection or Inject DLL?!
Replies: 8
Views: 4493

Code Injection or Inject DLL?!

I wanna call asm functions from an foreign process (a game actually), and from what i know there are only one solutionsfor that when iam right (please correct me if iam wrong)... DLL Injection?!

I guess there isnt any other way, and iam not sure how to do it at all on my own... but i would have a ...
by Kendrel
Thu May 26, 2005 11:44 pm
Forum: General Discussion
Topic: Assembler - Need some help
Replies: 2
Views: 1214

Assembler - Need some help

Iam tying to learn some assembler (id prefer fasm), but everything what i found are very old books or tutorials. i wonder where you all learned the things you know, and id be happy if someone could tell me what to read, or how to start (if there is something in german - even better).

so what would ...
by Kendrel
Fri Oct 01, 2004 1:15 pm
Forum: Announcement
Topic: Process Library released (another one)
Replies: 12
Views: 5109

cool...

good idea... thats the way iam gonna do it i guess.

thx!