Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
General Discussion
»
Technology and Development
»
Computer Projects and Ideas
»
Bitmap to Binary Application
« previous
next »
Print
Pages:
1
[
2
]
Go Down
Author
Topic: Bitmap to Binary Application (Read 10834 times)
0 Members and 1 Guest are viewing this topic.
Halifax
LV9
Veteran (Next: 1337)
Posts: 1334
Rating: +2/-1
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
Logged
There are 10 types of people in this world-- those that can read binary, and those that can't.
Halifax
LV9
Veteran (Next: 1337)
Posts: 1334
Rating: +2/-1
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.o
I already know how to make windows with Win32 API. I can makes windows,dropdown menus,labels, buttons, and pop up messages o.o
. I thought I told you that
Oh well unless you were making that for other people
Logged
There are 10 types of people in this world-- those that can read binary, and those that can't.
JincS
LV4
Regular (Next: 200)
Posts: 191
Rating: +0/-0
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!
Logged
Halifax
LV9
Veteran (Next: 1337)
Posts: 1334
Rating: +2/-1
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
Logged
There are 10 types of people in this world-- those that can read binary, and those that can't.
bfr
LV8
Addict (Next: 1000)
Posts: 819
Rating: +4/-0
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.
Logged
bfr's website -
http://bfr.tifreakware.net
JincS
LV4
Regular (Next: 200)
Posts: 191
Rating: +0/-0
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.
Logged
Print
Pages:
1
[
2
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
General Discussion
»
Technology and Development
»
Computer Projects and Ideas
»
Bitmap to Binary Application