The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: GeorgeA7299 on January 12, 2011, 12:55:35 AM

Title: hlaexamples
Post by: GeorgeA7299 on January 12, 2011, 12:55:35 AM
Please bear with me. This is going to be a long message. I am currently using HIDE 1.50.00, hla 2.14/stdlib 8.0. I saved my hlaexamples folder on my C:\ drive. When I attempt to use Run Project and Run on one of the examples (say, one of the win32\howl examples, I get the error message ' C:\hlaexamples\win32\howl\010x_radioSet2.exe ' is not recognized as an internal, external command, operable program or batch file.

I think this has something to do where the examples are stored, but I would appreciate any input you guys can give me.
Title: Re: hlaexamples
Post by: Sevag.K on January 12, 2011, 04:35:00 AM
that's because it didn't build properly.  you won't be able to compile the HOWL example code with HIDE straight out.  you'll have to setup a project and some changes to the code.  not recommended for those just starting out with hla.
the generic examples should compile and run without problems however, just make sure the "send console stdout to output window" in option->standard mode dialog is not selected.

next version of HIDE, i'll see about adding a straight out build with hla option.
Title: Re: hlaexamples
Post by: GeorgeA7299 on January 12, 2011, 03:36:44 PM
Could you tell me where I might find information on how I may implement your suggestions.
Title: Re: hlaexamples
Post by: Sevag.K on January 14, 2011, 04:07:23 AM

update to 1.51.02

http://www.masm32.com/board/index.php?topic=15878.0

i've added a new menu option Make -> HLA on Active Source
you can use this menu option to build the howl demos.  there may be a bug with "howlDemo.hla" but the others seem to work fine.

open the sources with File - Open
and build with Make -> HLA on Active Source
you can use Make -> Run to launch.

let me know if you encounter any problems, these changes are still experimental.