The MASM Forum

Miscellaneous => The Orphanage => Topic started by: MichaelK on January 03, 2013, 06:00:44 PM

Title: My project directory structure
Post by: MichaelK on January 03, 2013, 06:00:44 PM
As part of my "early post" commitment on this board, I'm sharing how I organize my project directory. I have 6 top-level folders
Aside the top-level folders, I have 6 other files in the root folder:
Ummm, what do you think of the layout. Is it OK or can I make it better.
Title: Re: My project directory structure
Post by: jj2007 on January 03, 2013, 06:34:15 PM
Hi Michael,

First of all: Welcome to the Forum :icon14:

As to your project structure, it looks logical but a bit "top-down". For the kind of projects you will typically create here, a single folder with an asm and rc file is probably enough. For your inspiration, have a look at how \Masm32\examples is organised. Tips & tricks (http://www.webalice.it/jj2006/Masm32_Tips_Tricks_and_Traps.htm) is also worth reading in this respect.

Have a nice day,
JJ
Title: Re: My project directory structure
Post by: Gunther on January 04, 2013, 02:06:13 AM
Hi Michael,

welcome to the forum.

Gunther
Title: Re: My project directory structure
Post by: MichaelK on January 04, 2013, 09:16:48 AM
JJ: Thank you very much for the link. It was highly invaluable as I'm just starting out with MASM.

Gunther: Thanks as well. I've enjoyed the content here so far.