Author Topic: Bitmap to Binary Application  (Read 9268 times)

0 Members and 1 Guest are viewing this topic.

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
Bitmap to Binary Application
« Reply #15 on: February 23, 2007, 10:50:00 am »
see thats the thing bfr with macros tell me how would you multiple 3 parameters?? You would have to register juggle and multiply them the brute force way or use a routine. But with that the compiler will take it and get the value of register e and a w/e and (currow) and then multiply them and then replace that line in the code with

ld hl,numberoutputbythecompiler

So with macros you wouldn't be able to replace that line with whatever multiplied by whatever. I told you it would be hard to understand

Anyways it compacts code and it saves precious tstates.

**NOTE**: That cannot be used in a loop since it replaces the line with a constant
There are 10 types of people in this world-- those that can read binary, and those that can't.

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
Bitmap to Binary Application
« Reply #16 on: February 23, 2007, 10:52:00 am »
I had to double post just to make sure JincS sees this. Dude o.oblink.gif I already know how to make windows with Win32 API. I can makes windows,dropdown menus,labels, buttons, and pop up messages o.oblink.gif. I thought I told you that ??? Oh well unless you were making that for other people
There are 10 types of people in this world-- those that can read binary, and those that can't.

Offline JincS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +0/-0
    • View Profile
Bitmap to Binary Application
« Reply #17 on: February 24, 2007, 04:54:00 pm »
I don't think you told me that...but regardless, this tutorial is the basis for everything else. I had to make sure (all) people have a solid understanding of the basics before I throw in the fun stuff.

On a side note: if you know how to make buttons, you pretty much have everything you know to make ALL controls, all you have to do is change the parameter that says "BUTTON" to one of the following:

"EDIT"
"STATIC"
"COMBOBOX"
etc...

Check out this website:
http://www.foosyerdoos.fsnet.co.uk/

It'll teach you everything you need to know. I won't have time for a few weeks to crank out any more tuts, but this site will give you the basics of making all controls (but don't worry, I do plan to complete my tutorial series, as I intend to publish it).

Vielen Dank!

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
Bitmap to Binary Application
« Reply #18 on: February 24, 2007, 06:30:00 pm »
Yo thats exactly the type of tutorial I was looking for thanks man
There are 10 types of people in this world-- those that can read binary, and those that can't.

Offline bfr

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 819
  • Rating: +4/-0
    • View Profile
    • bfr's website
Bitmap to Binary Application
« Reply #19 on: February 25, 2007, 04:58:00 am »
That's a nice website.  I like to learn by example.

I actually would be using wxWidgets or Qt instead of the Windows API, but I haven't been able to get either of them working, and there's WINE to take care of some incompatibilities anyway.  

Offline JincS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +0/-0
    • View Profile
Bitmap to Binary Application
« Reply #20 on: February 25, 2007, 02:52:00 pm »
My tuts pretty much take the basics from that site, and expand on them, giving examples on EXACTLY how things work, ways to change them, use events, etc.

It's a great basis, but it's lacking on some key points.