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

C / C++ / MFC

 
GeneralRe: analyze C++ source code(VC) and Java source code Pin
Mike Dimmick27-Sep-03 2:37
Mike Dimmick27-Sep-03 2:37 
GeneralRe: analyze C++ source code(VC) and Java source code Pin
Taka Muraoka27-Sep-03 14:41
Taka Muraoka27-Sep-03 14:41 
GeneralRe: analyze C++ source code(VC) and Java source code Pin
Mike Dimmick27-Sep-03 23:59
Mike Dimmick27-Sep-03 23:59 
GeneralRe: analyze C++ source code(VC) and Java source code Pin
Taka Muraoka28-Sep-03 22:14
Taka Muraoka28-Sep-03 22:14 
GeneralRe: analyze C++ source code(VC) and Java source code Pin
candan30-Sep-03 14:34
professionalcandan30-Sep-03 14:34 
GeneralRasApi error Pin
Kannan Ramanathan26-Sep-03 21:52
Kannan Ramanathan26-Sep-03 21:52 
GeneralRe: RasApi error Pin
Kannan Ramanathan26-Sep-03 21:55
Kannan Ramanathan26-Sep-03 21:55 
GeneralRe: RasApi error Pin
Mike Dimmick27-Sep-03 12:24
Mike Dimmick27-Sep-03 12:24 
I know number 87 - it's ERROR_INVALID_PARAMETER.

I think error 0x6f8 (decimal 1784) should be interpreted as a Windows error code. Looking it up in WinError.h gives
<font color="green">//
// MessageId: ERROR_INVALID_USER_BUFFER
//
// MessageText:
//
//  The supplied user buffer is not valid for the requested operation.
//</font>
<font color="blue">#define</font> ERROR_INVALID_USER_BUFFER        1784L
As for why this should happen: I don't know. Are you trying to pass a phonebook name? Windows 98 does not support multiple phonebooks - you must pass NULL for the first parameter.
GeneralRe: RasApi error Pin
Kannan Ramanathan28-Sep-03 17:53
Kannan Ramanathan28-Sep-03 17:53 
GeneralSending files via FTP from VC++ app. Pin
DAVE_ES26-Sep-03 21:45
DAVE_ES26-Sep-03 21:45 
GeneralRe: Sending files via FTP from VC++ app. Pin
Member 54428726-Sep-03 21:58
Member 54428726-Sep-03 21:58 
GeneralSending files using socket. Pin
Anthony_Yio26-Sep-03 21:30
Anthony_Yio26-Sep-03 21:30 
GeneralCompiling error with &quot;htmlhelp.h&quot;. Pin
George226-Sep-03 20:50
George226-Sep-03 20:50 
GeneralRe: Compiling error with &quot;htmlhelp.h&quot;. Pin
peterchen26-Sep-03 22:58
peterchen26-Sep-03 22:58 
GeneralRe: Compiling error with &quot;htmlhelp.h&quot;. Pin
George227-Sep-03 0:30
George227-Sep-03 0:30 
Generalcreate splitter using cpslitterwnd class Pin
murali_utr26-Sep-03 20:19
murali_utr26-Sep-03 20:19 
GeneralEmail viewer suggestions Pin
LukeV26-Sep-03 20:06
LukeV26-Sep-03 20:06 
GeneralRe: Email viewer suggestions Pin
Ian Darling26-Sep-03 21:23
Ian Darling26-Sep-03 21:23 
GeneralCSplitterWnd Pin
murali_utr26-Sep-03 20:05
murali_utr26-Sep-03 20:05 
GeneralRe: CSplitterWnd Pin
JWood27-Sep-03 11:51
JWood27-Sep-03 11:51 
GeneralCharacter macro. Pin
esepich26-Sep-03 19:55
esepich26-Sep-03 19:55 
GeneralRe: Character macro. Pin
Michael Dunn26-Sep-03 19:58
sitebuilderMichael Dunn26-Sep-03 19:58 
General&quot;unexpected end of file found&quot; compile error Pin
WREY26-Sep-03 19:40
WREY26-Sep-03 19:40 
GeneralRe: &quot;unexpected end of file found&quot; compile error Pin
Member 54428726-Sep-03 19:55
Member 54428726-Sep-03 19:55 
GeneralRe: &quot;unexpected end of file found&quot; compile error Pin
Michael Dunn26-Sep-03 19:59
sitebuilderMichael Dunn26-Sep-03 19:59 

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.