seems to me that it would b eaier to code windows applications in masm using templates
any idea how to create one?
SoftStab,
The code generator in MASM32 is a template generator but it has
various options that you can select when you create the template.
To make you own templates, you write code that is basically
reusable and save it somewhere so that you can use it to start
another program that will use this type of prebuilt front end.
You can also write blocks of code, either procedures or just parts
and save them as asm files and browse through them when you need
bits of code.
A library is nothing more than a collection of code that you reuse
each time you make a function call and it is a very eficient way to
store prebuilt sections of code.
Regards,
hutch@pbq.com.au
But what is a "resource template"? Sounds interesting.
the 1 i'm talking bout is that "*.rc" stuff
SoftStab,
Hey, there is really no way to make a rc template
cuz there is so many ways to make or design a
menu, or dialog, so what you could do is make some
folders like I do with names you can refer to.
and use a resource editor to make afew basic ones
then from those you can copy to your new project
and modify them to your new app.
Hope this helps you out....
Zcoder....
i'm not very weel versed with d technicals coz i'm n abzolut b-ginner so mr.ZCODER if it doesn't bother u please explain it further i mean how u copy that n how do u compile it w/ d masm code?
SoftStab:
To make an RC file the easyway, use a resource editor, it
comes with almost any winC++ package like Visual C++. A good
example of linking a dialog box from an RC file to asm is
Iczelion's tutorial number 10. I suggest you play with the
source that comes with that turtorial (modify the RC with a
resource editor and see what happens).
Happy coding,
clip
_____________________
["o1 CHOnG p2P t4Y0!"]
p2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2pp2p
how do u 'embed it 2 the mizmong source code?