The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: rags on October 07, 2009, 10:14:43 AM

Title: a minor masm example issue
Post by: rags on October 07, 2009, 10:14:43 AM
The listview example in the exampl06 folder needs to have the resource file compiled, then
be re-built in order for the menu to work properly in the example.
Without doing so, the example still works, but without the menu.
Regards,
         Rags
Title: Re: a minor masm example issue
Post by: hutch-- on October 07, 2009, 11:22:16 AM
Mike, I went through all of the example coe and removed the obj and res files to keep the archive size down. A couple of hundred Ks means something when you have very large numbers of downloads.
Title: Re: a minor masm example issue
Post by: rags on October 07, 2009, 11:38:49 PM
That would make sense, in the larger scheme of things.
I was under the assumption that the EXE was built on your end, not during the install.
Thanks Hutch.