VoxForge
--- (Edited on 5/19/2013 8:43 am [GMT-0500] by ) ---
this variable is set in makefile which in turn is generated by configure script. (configure: 5507 and below). The value is taken from the $host_cpu variable of Autoconf. I'm building my project under linux in QTCreator so I just run the script and looked through the generated Makefile in HTKLib directory. There I found the value x86_64 for my architecture. It was sufficient for successful build. You may want to launch autoconf under Windows (I've never done it) or try one of the options enumerated in configuration script if you're feeling lucky.
P.S. Don't forget to add esig_*.c files to the project or you get linker error.
Good luck!
--- (Edited on 7/30/2013 4:19 pm [GMT-0500] by Visitor) ---
sorry to reply you so late ,recently I haven't come here. I am very glad for your answer.
If I want to run the resource code of HTK 3.3 in VC2008, How should I do? How many files should I add? and How can I finish recognition in VC2008? just give me some basic procedures.
I look forward to your answer.
--- (Edited on 8/27/2013 9:03 am [GMT-0500] by hezhourongro) ---