Click here to Skip to main content
15,917,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Ordianl error in MFC dll Pin
Mike Dimmick11-Jul-03 12:51
Mike Dimmick11-Jul-03 12:51 
GeneralRe: Ordianl error in MFC dll Pin
Toni7811-Jul-03 13:27
Toni7811-Jul-03 13:27 
GeneralRe: Ordianl error in MFC dll Pin
Apollo102411-Jul-03 14:19
Apollo102411-Jul-03 14:19 
GeneralRe: Ordianl error in MFC dll Pin
KaЯl11-Jul-03 12:17
KaЯl11-Jul-03 12:17 
GeneralRe: Ordianl error in MFC dll Pin
Toni7811-Jul-03 12:41
Toni7811-Jul-03 12:41 
GeneralRe: Ordianl error in MFC dll Pin
John M. Drescher11-Jul-03 17:45
John M. Drescher11-Jul-03 17:45 
GeneralRe: Ordianl error in MFC dll Pin
hongge11-Jul-03 20:36
hongge11-Jul-03 20:36 
GeneralDynamically change SAPI grammar file Pin
clmckinley11-Jul-03 10:30
clmckinley11-Jul-03 10:30 
I have a program that utilizes SAPI 5.0 to handle voice recognition to
execute a set list of commands. The grammar is currently being handled by a
static XML grammar file but I would like the user to be able to specify the
terminology to execute each command.
This is the current XML file
--------------------------------------------------------------
<GRAMMAR LANGID="409">
<DEFINE>
<ID NAME="VID_LDblClk" VAL="14"/>
<ID NAME="VID_LDrag" VAL="15"/>
<ID NAME="VID_LSglClk" VAL="16"/>
<ID NAME="VID_RDblClk" VAL="17"/>
<ID NAME="VID_RDrag" VAL="18"/>
<ID NAME="VID_RSglClk" VAL="19"/>
<ID NAME="VID_ReleaseDrag" VAL="20"/>
<ID NAME="VID_CmdType" VAL="255"/>
<ID NAME="VID_Commands" VAL="257"/>
</DEFINE>
<RULE ID="VID_Commands" TOPLEVEL="ACTIVE">
<O>Please</O>
<RULEREF REFID="VID_CmdType" />
</RULE>
<RULE ID="VID_CmdType" >
<L PROPID="VID_CmdType">
<P VAL="VID_LDblClk">left double <O>click</O></P>
<P VAL="VID_LSglClk">left <O>single</O> click</P>
<P VAL="VID_LDrag">left drag</P>
<P VAL="VID_RDblClk">right double <O>click</O></P>
<P VAL="VID_RSglClk">right single <O>click</O></P>
<P VAL="VID_RDrag">right drag</P>
<P VAL="VID_ReleaseDrag">release drag</P>
</L>
</RULE>
</GRAMMAR>
--------------------------------------------------------------
Right now to execute a left double click the user must say "left double
click" but they might want to say "double left click" or anything else, so I
want to give them the ability to change the grammar while using the program.
Is this possible?
Thanks in advance,




~Logan
General:-D VST hosting Pin
Mad Docs Hairy Belly11-Jul-03 10:06
Mad Docs Hairy Belly11-Jul-03 10:06 
QuestionLimiting display of decimal places? Pin
cbruno11-Jul-03 9:44
cbruno11-Jul-03 9:44 
AnswerRe: Limiting display of decimal places? Pin
Mike Dimmick11-Jul-03 9:56
Mike Dimmick11-Jul-03 9:56 
AnswerRe: Limiting display of decimal places? Pin
David Crow11-Jul-03 10:34
David Crow11-Jul-03 10:34 
GeneralCustomizing CColorDialog Pin
mcguile25711-Jul-03 9:21
mcguile25711-Jul-03 9:21 
GeneralStrange Behaviour of GetAdaptersInfo() Pin
Hashim Saleem11-Jul-03 9:01
Hashim Saleem11-Jul-03 9:01 
GeneralProblem accessing remote datasource Pin
Terry O'Nolley11-Jul-03 7:51
Terry O'Nolley11-Jul-03 7:51 
Questionwhat function will convert a char to its number value Pin
johnstonsk11-Jul-03 7:39
johnstonsk11-Jul-03 7:39 
AnswerRe: what function will convert a char to its number value Pin
John M. Drescher11-Jul-03 7:43
John M. Drescher11-Jul-03 7:43 
GeneralRe: what function will convert a char to its number value Pin
johnstonsk11-Jul-03 7:56
johnstonsk11-Jul-03 7:56 
GeneralRe: what function will convert a char to its number value Pin
John M. Drescher11-Jul-03 7:59
John M. Drescher11-Jul-03 7:59 
AnswerRe: what function will convert a char to its number value Pin
Shay Harel11-Jul-03 7:45
Shay Harel11-Jul-03 7:45 
GeneralRe: what function will convert a char to its number value Pin
johnstonsk11-Jul-03 7:54
johnstonsk11-Jul-03 7:54 
GeneralRe: what function will convert a char to its number value Pin
John M. Drescher11-Jul-03 7:56
John M. Drescher11-Jul-03 7:56 
GeneralRe: what function will convert a char to its number value Pin
johnstonsk11-Jul-03 7:59
johnstonsk11-Jul-03 7:59 
GeneralRe: what function will convert a char to its number value Pin
John M. Drescher11-Jul-03 8:02
John M. Drescher11-Jul-03 8:02 
AnswerRe: what function will convert a char to its number value Pin
John R. Shaw11-Jul-03 9:21
John R. Shaw11-Jul-03 9:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.