octareenroon91 / analog-box

Automatically exported from code.google.com/p/analog-box
0 stars 0 forks source link

H2INC tool is no longer available. #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Problem: ABox relies on the H2INC tool to convert 
some C header files into assembler include files. 
H2INC is no longer shipped with Visual Studio.

Discussion: The resource workshop, used to layout the 
dialog panels in ABox, stores numerous values in .h files. 
The values need to be converted to assembler in order for 
the user intereface to operate correctly. Without H2INC, 
the corresponding .inc files must be maintained by hand.

Original issue reported on code.google.com by andyt7...@gmail.com on 1 Jul 2011 at 7:42

GoogleCodeExporter commented 8 years ago
Am building a simple replacement for H2INC.
Will be just barely enough to work with ABox.

Original comment by andyt7...@gmail.com on 8 Jul 2011 at 8:19

GoogleCodeExporter commented 8 years ago
Have completed MYH2INC and added to build.
See 
[http://code.google.com/p/analog-box/source/browse/abox/trunk#trunk%2Futilities%
2Fmyh2inc]

3rd-party verification of build is needed before this issue can be closed.

Original comment by andyt7...@gmail.com on 9 Jul 2011 at 7:10