There already exists a Visual Studio project for building this. It compiles pretty cleanly, however the rint function used in the new front end under LINUX is not available under Visual Studio. A new version of the front end has been updated and will be relesed with the new models.
The visual studio build includes the OCX as a project within the workspace so you can build both together or seperately.
Ricky
btw, we plan to release the MSVisual Studio version next week, probably Monday.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm sorry, the MS Visual Studio project is compiled under the old directory structure. It is not compiled yet for the new CVS structure. Can you send me workspace when you are done? (Did you create a workspace or project?)
Thanks,
Ricky
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Project Workspace?
Honestly, it takes about 5 minutes to build this, and I'm not positive that I did it in a "standard" way. In some sense I desire building nmake-compatible make files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Some folks had some interest in making ./configure work under the cygwin tools, so that _a_ version on NT could be built under the same process and have exactly the same behaviour on both platforms. I'll push on this a little and see what we'll have to do for it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm constructing a Visual Studio project to have this run under win32-NT and found that I had to declare the include files in the proper order.
src/libsphinx2/include;include/.
For example, new_fh.h is in both places and the latter one is missing a declaration that the former contains. Let's merge these?
There already exists a Visual Studio project for building this. It compiles pretty cleanly, however the rint function used in the new front end under LINUX is not available under Visual Studio. A new version of the front end has been updated and will be relesed with the new models.
The visual studio build includes the OCX as a project within the workspace so you can build both together or seperately.
Ricky
btw, we plan to release the MSVisual Studio version next week, probably Monday.
I'm sorry, the MS Visual Studio project is compiled under the old directory structure. It is not compiled yet for the new CVS structure. Can you send me workspace when you are done? (Did you create a workspace or project?)
Thanks,
Ricky
Project Workspace?
Honestly, it takes about 5 minutes to build this, and I'm not positive that I did it in a "standard" way. In some sense I desire building nmake-compatible make files.
Some folks had some interest in making ./configure work under the cygwin tools, so that _a_ version on NT could be built under the same process and have exactly the same behaviour on both platforms. I'll push on this a little and see what we'll have to do for it.