Click here to Skip to main content
15,915,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: RasApi error Pin
Kannan Ramanathan28-Sep-03 17:53
Kannan Ramanathan28-Sep-03 17:53 
Thanks Mike. I am passing NULL for the first parameter. The problem is, this call succeeds to create the dialup entry randomly. And, the remaining times, it returns this 0x6f8. Here is my code segment..

	RASENTRY RasEntry;<br />
	memset(&RasEntry,0,sizeof(RASENTRY));<br />
	RasEntry.dwSize = sizeof(RASENTRY);<br />
<br />
	DWORD dwfOptions =<br />
		RASEO_RemoteDefaultGateway |<br />
		RASEO_DisableLcpExtensions |<br />
		RASEO_ModemLights;<br />
<br />
	RasEntry.dwfNetProtocols = RASNP_Ip;<br />
	RasEntry.dwFramingProtocol = RASFP_Ppp;<br />
<br />
	strcpy (RasEntry.szLocalPhoneNumber,CalledParty);<br />
	strcpy (RasEntry.szDeviceType,RASDT_Isdn);<br />
	strcpy (RasEntry.szDeviceName,DeviceName);<br />
	RasEntry.dwfOptions = dwfOptions;<br />
 <br />
	dwError = RasSetEntryProperties(<br />
		NULL,<br />
		PvcName,<br />
		&RasEntry,sizeof(RASENTRY),<br />
		NULL,0<br />
		);

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 
GeneralYes!! Pin
WREY26-Sep-03 20:10
WREY26-Sep-03 20:10 

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.