datajake1999 / SAPI5IBMTTS

SAPI5 interface for the IBM TTS engine.
17 stars 3 forks source link

need a documentation for building the driver/library on our own #3

Closed bhanuponguru closed 2 years ago

bhanuponguru commented 3 years ago

hey jake and other devs/contributers, please update the readme with the documentation for building the driver on our own. hohw please tell or reply me how to build. of course, i have visual studio with desktop development with c++. i tryed to open the dsp file with visual studio2019 and try to batch build and selecting debug and release optoins and bulding. but i notice errors. can you tell me the corect way or update the read me wit correct way for building? thanks

datajake1999 commented 3 years ago

I used Visual studio 6 to build this. You can get a copy of Visual Studio 6 with Included Microsoft Platform 2003 SDK from http://grossgang.com/utilities/vc6.7z Extract the archive to the root of your C drive, and open a command prompt. Next, type c:\vc6\vcvars32 followed by msdev. If you get any messages about program compatibility, you can just ignore them.

bhanuponguru commented 3 years ago

so, opening the dsp file with vc6 and building does the job, right?

datajake1999 commented 3 years ago

Yes, that is correct. The needed speech SDK files are already included in the repo, so you shouldn't need to get anything else.

bhanuponguru commented 3 years ago

hey @datajake1999 i did the same way as you told. but it just said setting up to use microsoft c++ build tools. and how to openit with vs6? and one more thing, i don't wan't to switch back to vc6 just for compilation :D. so, will vc6 use seperately while keeping my latest vc buildtools came with vs2019? or will they bee replaced by vc6? and, can you please tell me how to open that dsp file wiht vc6? when i open, it's opening with vs2019 and i cannot compile it.

datajake1999 commented 3 years ago

after running the batch file, type msdev to launch the IDE, and then you can open the project file from their. Please let me know If you run into any further problems, and I will do my best to help you out.

bhanuponguru commented 3 years ago

hey @datajake1999 i have one more question. will it replace my vc14 buildtools which i get from vs2019? or they both run parelelly?

datajake1999 commented 3 years ago

It won't replace your newer build tools, as the batch file only sets up the old tools for that command prompt session.

On 8/29/21, bhanuponguru @.***> wrote:

hey @datajake1999 i have one more question. will it replace my vc14 buildtools which i get from vs2019? or they both run parelelly?

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/datajake1999/SAPI5IBMTTS/issues/3#issuecomment-907748899

bhanuponguru commented 3 years ago

vo i din't know that. :D

TheQuinbox commented 2 years ago

We build with VC++6. Opening the dsp file in there should work.

TheQuinbox commented 2 years ago

oh I didn't notice it got resolved, because this issue was still open. Can you close it?