Search found 5 matches

by In_Go
Sat May 05, 2007 10:19 am
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 680999

Hi Gnozal, thanks for fast respond!

It seems to work OK now!
I was impatiencly ..... should have wait longer for result.
My code is over 7000 lines long, that could be the problem,
Jabe normaly is very fast! (My excuse) this pause was abnorm.

Thank You, I like to work with Your editor
Ingo
by In_Go
Sat May 05, 2007 8:16 am
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 680999

Hi Gnozal!

Thank you for your Editor!

I have problems with Project Options:
As soon I switch ON 'Enable inline ASM support'
Jabe crashs (hangs up) when quit requester with Ok!

Where do you store the Project Options?

What is the difference to preferences in file menu to project options?

It ...
by In_Go
Tue May 16, 2006 12:15 am
Forum: Tricks 'n' Tips
Topic: Save hidden text into jpeg images
Replies: 14
Views: 5602

Hello Dige!
Please Excuse me.
Now I saw your changed code in first topic.
It's a fine peace of code
In_Go
by In_Go
Mon May 15, 2006 11:58 pm
Forum: Tricks 'n' Tips
Topic: Save hidden text into jpeg images
Replies: 14
Views: 5602

Hello Dige!

It seems you did'nt trust my expressions.
Then try out that example!

;Hello Dige
;
;Try out this codeexample but close all running Tasks
;Then you'll find out what I'm talking about
;It seems that your behavior of changing the
;Memory vector leaves 'holes' in memory list or it
;even ...
by In_Go
Fri May 12, 2006 4:57 pm
Forum: Tricks 'n' Tips
Topic: Save hidden text into jpeg images
Replies: 14
Views: 5602

Hello Dige!

You made a big !!!! mistake in your Code and it seems nobody except me has noticed it....
If you allocate memory and store that address,
You CANNOT add 2 to that pointer and free that new address later.

*mem = GlobalAlloc_ (#GMEM_FIXED|#GMEM_ZEROINIT, size)
*mem + 2
GlobalFree ...