News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

help to create a .inc file

Started by shaikkareem, June 22, 2014, 01:40:14 PM

Previous topic - Next topic

jj2007

Quote from: nidud on June 23, 2014, 04:47:46 AM
All source code made by Microsoft are module based.
All programs made by Microsoft are module based.
All .DLL files in Windows are module based.

You are absolutely right - that is why we use include \masm32\include\masm32rt.inc on top of a source. Or, even better, include \masm32\MasmBasic\MasmBasic.inc

But libraries have nothing to do with the strange habit to post "projects" with a dozen tiny little include files that often consist of a single line with a PROTO. That is just silly. Why do I have to open a dozen files to understand where my fellow forum member has hidden the bug??

nidud

#16
deleted