Search found 59 matches

by chippy73
Thu Mar 16, 2006 10:24 am
Forum: Coding Questions
Topic: jaPBe - older version
Replies: 7
Views: 1265

Thank you PB, that works fine.
by chippy73
Tue Mar 14, 2006 7:39 pm
Forum: Coding Questions
Topic: jaPBe - older version
Replies: 7
Views: 1265

What's wrong with the new debugger?

Well, you have to keep hitting the update button to see the variables change, in the previous one which was screen-wise smaller, the variables changed in real time.

You mentioned 3 debuggers. Do I have a choice in which one I can use?

I still prefer the old ...
by chippy73
Tue Mar 14, 2006 5:17 pm
Forum: Coding Questions
Topic: jaPBe - older version
Replies: 7
Views: 1265

gnozal

So am I right in saying that when I select compile/debug button in JaPBe it is actually using the PB debugger?

This means that I need to go back to PB3.91 ??

Alan
by chippy73
Tue Mar 14, 2006 3:19 pm
Forum: Coding Questions
Topic: jaPBe - older version
Replies: 7
Views: 1265

jaPBe - older version

I am running PB 3.94 with jaPB v2.5.4.22

The above version of jaPBe has a debugger change which I don't like.

I am looking for the previous version of jaPBe before this change was made to the debugger screen.

Can anyone point me to a site where I can get it? The jaPBe site doesn't list any ...
by chippy73
Wed Mar 08, 2006 5:32 pm
Forum: Coding Questions
Topic: scrolling data problem
Replies: 1
Views: 517

Or maybe there is a totally different way to achieve what I want to do ?

Alan
by chippy73
Mon Mar 06, 2006 2:14 pm
Forum: Coding Questions
Topic: scrolling data problem
Replies: 1
Views: 517

scrolling data problem

Basically what I want to do is write pixel data to the first pixel line then move it down one pixel to line 2, then write some more data to line 1. So that I end up with a scrolling window of pixel data.

So,
1. write data to line 1
2. move lines 1 thru to 255, to lines 2 thru 256
3. write date top ...
by chippy73
Mon Feb 27, 2006 5:03 pm
Forum: Coding Questions
Topic: Y doesn't increment
Replies: 2
Views: 829

Mmmm, very strange.

I took out the debug y and it worked.

The fft_SampleSize is only 512 at the moment, and it doesn't take long to process.

Thanks for your comments

Alan
by chippy73
Mon Feb 27, 2006 3:49 pm
Forum: Coding Questions
Topic: Y doesn't increment
Replies: 2
Views: 829

Y doesn't increment

I can't see why Y won't increment. Is it something to do with the StrartDrawing command?

The code below is obviously only a part of the main program.

Any comments most welcomed.

Alan




StartDrawing(WindowOutput())
DrawingMode(0)
For y=1 To 50

For s=0 To #fft_SampleSize/2
For x=1 To 300 ...
by chippy73
Wed Jan 18, 2006 7:20 pm
Forum: Windows
Topic: JP2 format
Replies: 3
Views: 1746

Many thanks
by chippy73
Tue Jan 17, 2006 5:48 pm
Forum: Windows
Topic: JP2 format
Replies: 3
Views: 1746

JP2 format

Is there a plugin that will read/write the JP2 / JPEG2000 format?

Or will the JPG plugin do it.

regards Alan
by chippy73
Mon Dec 19, 2005 10:50 am
Forum: General Discussion
Topic: encryption thoughts
Replies: 5
Views: 1543

I agree with all that you say, and of course the public/private key with 128 bit encyption is hard to crack.

But it is still a fascinating subject. I wish I knew more about encryption.

Thanks for your comments.
by chippy73
Fri Dec 16, 2005 3:12 pm
Forum: General Discussion
Topic: encryption thoughts
Replies: 5
Views: 1543

encryption thoughts

I was doodling as one does. And thought of an encryption method which could be hard to crack.

To simplify it....

the first block would be A to Z in alphabetical order, and underneath would be the same letters but scrambled. So to encode the word DADDY, you look along the topline for the letter D ...
by chippy73
Sun Mar 27, 2005 5:28 pm
Forum: General Discussion
Topic: Linux to Windows XP?
Replies: 2
Views: 878

Beach,

Many thanks for your comments, the web sites make for very interesting reading.

Alan
by chippy73
Sat Mar 26, 2005 5:52 pm
Forum: General Discussion
Topic: Linux to Windows XP?
Replies: 2
Views: 878

Linux to Windows XP?

Is it possible to run a program (exe) that has been written and compiled for the Linux platform to run on Windows XP?

I am thinking of an emulator for instance. You can run Spectrum games on XP via an emulator.

I wonder if there is such a program for Linux?

Any comments welcomed.

Alan
by chippy73
Wed Mar 23, 2005 4:04 pm
Forum: Windows
Topic: sound card sampling speed
Replies: 5
Views: 2633

Ooops!!

Doubledutch, I forgot to include the library to open is winmm.dll
I've edited the code above now.

Sorry about that.

Alan