Click here to Skip to main content
15,921,841 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What exception is thrown that I catch with a catch(..)? Pin
Steve S7-Dec-04 23:45
Steve S7-Dec-04 23:45 
AnswerRe: What exception is thrown that I catch with a catch(..)? Pin
Andrew Walker8-Dec-04 2:33
Andrew Walker8-Dec-04 2:33 
GeneralShowing image Pin
arus20047-Dec-04 20:28
arus20047-Dec-04 20:28 
GeneralRe: Showing image Pin
ssing7-Dec-04 21:06
ssing7-Dec-04 21:06 
GeneralRe: Showing image Pin
namaskaaram7-Dec-04 21:11
namaskaaram7-Dec-04 21:11 
GeneralRe: Showing image Pin
John R. Shaw7-Dec-04 21:23
John R. Shaw7-Dec-04 21:23 
Generaltemplate syntax help Pin
Tariq8787-Dec-04 20:14
Tariq8787-Dec-04 20:14 
GeneralRe: template syntax help Pin
John R. Shaw7-Dec-04 20:42
John R. Shaw7-Dec-04 20:42 
GeneralRe: template syntax help Pin
Michael Dunn7-Dec-04 21:18
sitebuilderMichael Dunn7-Dec-04 21:18 
GeneralFriend Function Pin
Abuamr7-Dec-04 19:54
Abuamr7-Dec-04 19:54 
GeneralRe: Friend Function Pin
John R. Shaw7-Dec-04 20:20
John R. Shaw7-Dec-04 20:20 
Generala prb. related to DirectShow using VC++ Pin
mirhamzah7-Dec-04 19:34
mirhamzah7-Dec-04 19:34 
GeneralRe: a prb. related to DirectShow using VC++ Pin
ssing7-Dec-04 20:55
ssing7-Dec-04 20:55 
GeneralRe: a prb. related to DirectShow using VC++ Pin
ssing7-Dec-04 20:59
ssing7-Dec-04 20:59 
Generalmfc Pin
sreeja777-Dec-04 19:15
sreeja777-Dec-04 19:15 
GeneralRe: mfc Pin
namaskaaram7-Dec-04 21:25
namaskaaram7-Dec-04 21:25 
GeneralDownloading a file with https URL Pin
ssing7-Dec-04 19:08
ssing7-Dec-04 19:08 
GeneralRe: Downloading a file with https URL Pin
ThatsAlok7-Dec-04 19:58
ThatsAlok7-Dec-04 19:58 
GeneralRe: Downloading a file with https URL Pin
ssing7-Dec-04 21:02
ssing7-Dec-04 21:02 
GeneralTAPI Pin
John R. Shaw7-Dec-04 16:51
John R. Shaw7-Dec-04 16:51 
GeneralRe: TAPI Pin
ThatsAlok7-Dec-04 17:13
ThatsAlok7-Dec-04 17:13 
GeneralRe: TAPI Pin
John R. Shaw7-Dec-04 18:00
John R. Shaw7-Dec-04 18:00 
ThatsAlok wrote:
Where you customer Entering the Number

No (and Yes), I am the developer!
The number entered into the EditBox is correct (in test program as well as final program). The number dialed is correct. Given that, TAPI via provider (the system, whatever) is supposted to figure out the rest. If I was to type 9876541 then the system is supposted to know that it is an outside line and convert it to T9,987-6543, but it does not. If I dialed T217, then it would take that litteraly and call an inhouse number (internal phone/station). The information for accessing outside lines is setup via the Windows control panel and Windows tapi32 should be using that information, to determine how to dial the number. I should not have to know what register keys to look at, or any thing like that.

Oh, by the way ",-" are legal characters, I have not check if '#' is illegal or not. The spaces you put between them (for seperators) may also be legal, I may check to find out.

"," -> pause (provider-difined deration)
"-" -> not sure, but may cause a pause also.

At the very least, even if the control panel is not set up to dial an outside line, I was expecting lineTranslateAddress(...) to conver the number to T987-6541 instead of T9876541.


INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralRe: TAPI Pin
ThatsAlok7-Dec-04 22:15
ThatsAlok7-Dec-04 22:15 
GeneralLoadLibrary fails, getlasterror = 6. DLL Loaded made in VC++ .net Pin
SteQve7-Dec-04 16:50
SteQve7-Dec-04 16:50 
GeneralRe: LoadLibrary fails, getlasterror = 6. DLL Loaded made in VC++ .net Pin
Steve S7-Dec-04 23:35
Steve S7-Dec-04 23:35 

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.