Hello,
When I create SAPI.INC, I get errors in reference in reference to the TYPE tagSTATSTG. It has variables that are of the Tag__FILETIME type (defined later). When I copy the TYPE Tag__FILETIME and place it _above_ TagSTATSTG, this appears to fix the problem. I have to do this for a _lot_ of TYPEs to get it to compile.
I start the PowerBASIC COM Browser, find "Microsoft Speech Object Library 5.0" (sapi.dll), double-click on it, then immediately click on "Save As" and save it as SAPI.INC.
Am I doing something wrong?
Thanks!
-John
When I create SAPI.INC, I get errors in reference in reference to the TYPE tagSTATSTG. It has variables that are of the Tag__FILETIME type (defined later). When I copy the TYPE Tag__FILETIME and place it _above_ TagSTATSTG, this appears to fix the problem. I have to do this for a _lot_ of TYPEs to get it to compile.
I start the PowerBASIC COM Browser, find "Microsoft Speech Object Library 5.0" (sapi.dll), double-click on it, then immediately click on "Save As" and save it as SAPI.INC.
Am I doing something wrong?
Thanks!
-John
Comment