Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncan i compile the c programs using commands in coomand prompt undr windows,if possible plz post the procedure Pin
raghava.thummapudi19-Sep-09 7:28
raghava.thummapudi19-Sep-09 7:28 
AnswerRe: can i compile the c programs using commands in coomand prompt undr windows,if possible plz post the procedure Pin
Chris Losinger19-Sep-09 7:50
professionalChris Losinger19-Sep-09 7:50 
AnswerRe: can i compile the c programs using commands in coomand prompt undr windows,if possible plz post the procedure Pin
Saurabh.Garg19-Sep-09 12:58
Saurabh.Garg19-Sep-09 12:58 
QuestionProblem with SAPI and Windows Vista [modified] Pin
FredBrina19-Sep-09 5:53
FredBrina19-Sep-09 5:53 
AnswerRe: Problem with SAPI and Windows Vista Pin
Richard MacCutchan20-Sep-09 2:20
mveRichard MacCutchan20-Sep-09 2:20 
GeneralRe: Problem with SAPI and Windows Vista Pin
FredBrina20-Sep-09 7:10
FredBrina20-Sep-09 7:10 
GeneralRe: Problem with SAPI and Windows Vista Pin
Richard MacCutchan20-Sep-09 10:14
mveRichard MacCutchan20-Sep-09 10:14 
GeneralRe: Problem with SAPI and Windows Vista Pin
FredBrina20-Sep-09 16:43
FredBrina20-Sep-09 16:43 
Yes, Sapi is recognising the word. The problem is: Windows XP -> my program recognize. Windows Vista -> Windows Vista recognize. See the problem:

The program now:
ListBox1 = "Blue", "White" ...
ListBox2 = Empty
Grammar file = "Blue", "White" ...
When i talk "Blue", Windows Vista recognize the word and select the item. My program not recognize!

The program fixed:
ListBox1 = "B.l.u.e", "W.h.i.t.e" ...
ListBox2 = Empty
Grammar file = "Blue", "White" ...
When i talk "Blue", Windows Vista didnt recognize (ListBox1 now have "B.l.u.e"). My program recognize!
GeneralRe: Problem with SAPI and Windows Vista Pin
Richard MacCutchan20-Sep-09 21:29
mveRichard MacCutchan20-Sep-09 21:29 
GeneralRe: Problem with SAPI and Windows Vista Pin
FredBrina5-Oct-09 21:56
FredBrina5-Oct-09 21:56 
GeneralRe: Problem with SAPI and Windows Vista Pin
FredBrina5-Oct-09 22:03
FredBrina5-Oct-09 22:03 
QuestionHow to read a directory/folder? Pin
Anthony Appleyard19-Sep-09 5:04
Anthony Appleyard19-Sep-09 5:04 
AnswerRe: How to read a directory/folder? Pin
Richard MacCutchan19-Sep-09 5:17
mveRichard MacCutchan19-Sep-09 5:17 
AnswerRe: How to read a directory/folder? Pin
Code-o-mat19-Sep-09 5:17
Code-o-mat19-Sep-09 5:17 
QuestionHow to call 1-byte character functions? [modified] Pin
Anthony Appleyard19-Sep-09 3:48
Anthony Appleyard19-Sep-09 3:48 
AnswerRe: How to call 1-byte character functions? Pin
CPallini19-Sep-09 4:13
mveCPallini19-Sep-09 4:13 
GeneralRe: How to call 1-byte character functions? Pin
Anthony Appleyard19-Sep-09 5:00
Anthony Appleyard19-Sep-09 5:00 
QuestionConvert CString to std::string Pin
kumar sanghvi19-Sep-09 2:31
kumar sanghvi19-Sep-09 2:31 
AnswerRe: Convert CString to std::string Pin
Richard MacCutchan19-Sep-09 3:09
mveRichard MacCutchan19-Sep-09 3:09 
AnswerRe: Convert CString to std::string Pin
CPallini19-Sep-09 3:18
mveCPallini19-Sep-09 3:18 
QuestionAbout Window 7 theme and MFC Pin
hyrahul6419-Sep-09 2:16
hyrahul6419-Sep-09 2:16 
AnswerRe: About Window 7 theme and MFC Pin
Stuart Dootson19-Sep-09 21:52
professionalStuart Dootson19-Sep-09 21:52 
GeneralRe: About Window 7 theme and MFC Pin
caroparo14-Jan-10 21:41
caroparo14-Jan-10 21:41 
GeneralRe: About Window 7 theme and MFC Pin
Stuart Dootson14-Jan-10 22:01
professionalStuart Dootson14-Jan-10 22:01 
QuestionMatrix multiplication in C Pin
Shivam Singh19-Sep-09 2:04
Shivam Singh19-Sep-09 2:04 

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.