Click here to Skip to main content
16,007,443 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CSocket.h Pin
Shaareable19-Feb-03 10:17
Shaareable19-Feb-03 10:17 
GeneralRe: CSocket.h Pin
Abbas_Riazi1-Feb-03 3:18
professionalAbbas_Riazi1-Feb-03 3:18 
GeneralRasapi32.lib Pin
BlackSmith1-Feb-03 1:51
BlackSmith1-Feb-03 1:51 
GeneralRe: Rasapi32.lib Pin
Abbas_Riazi1-Feb-03 1:59
professionalAbbas_Riazi1-Feb-03 1:59 
GeneralRe: Rasapi32.lib Pin
BlackSmith1-Feb-03 21:57
BlackSmith1-Feb-03 21:57 
GeneralRe: Rasapi32.lib Pin
Ted Ferenc1-Feb-03 3:05
Ted Ferenc1-Feb-03 3:05 
GeneralRe: Rasapi32.lib Pin
BlackSmith1-Feb-03 21:53
BlackSmith1-Feb-03 21:53 
GeneralGood news bad news Pin
Ted Ferenc1-Feb-03 22:07
Ted Ferenc1-Feb-03 22:07 
Just created a simple console app on my PC NT4 Visual C++ 6.0

#include "Windows.h"<br />
#include "Ras.h"<br />
<br />
int main(int argc, char* argv[])<br />
{<br />
  HRASCONN hrasconn	= NULL;  // handle to a RAS connection<br />
  HANDLE hEvent		= NULL;      // handle to an event object<br />
  DWORD dwFlags		= RASCN_Connection;      // type of event to receive notifications for<br />
<br />
	RasConnectionNotification(hrasconn,  hEvent, dwFlags);<br />
	return 0;<br />
}


Compiles and links OK I think I am using November 2001 SDK as well, so it looks like your settings!



If I have seen further it is by standing on the shoulders of Giants. - Isaac Newton 1676
Questionshellexecute() problem?? Pin
xxhimanshu1-Feb-03 0:54
xxhimanshu1-Feb-03 0:54 
AnswerRe: shellexecute() problem?? Pin
Abbas_Riazi1-Feb-03 2:01
professionalAbbas_Riazi1-Feb-03 2:01 
GeneralRe: shellexecute() problem?? Pin
xxhimanshu2-Feb-03 17:05
xxhimanshu2-Feb-03 17:05 
AnswerRe: shellexecute() problem?? Pin
Stephane Rodriguez.1-Feb-03 3:45
Stephane Rodriguez.1-Feb-03 3:45 
GeneralRe: shellexecute() problem?? Pin
xxhimanshu2-Feb-03 17:39
xxhimanshu2-Feb-03 17:39 
GeneralVC++ issue Pin
ananymous31-Jan-03 23:02
ananymous31-Jan-03 23:02 
GeneralRe: VC++ issue Pin
Christian Graus1-Feb-03 0:39
protectorChristian Graus1-Feb-03 0:39 
GeneralRe: VC++ issue Pin
Stephane Rodriguez.1-Feb-03 3:39
Stephane Rodriguez.1-Feb-03 3:39 
GeneralRe: VC++ issue Pin
Anonymous1-Feb-03 5:08
Anonymous1-Feb-03 5:08 
GeneralSymmetric encryption Pin
Mahesh Varma31-Jan-03 22:57
Mahesh Varma31-Jan-03 22:57 
GeneralRe: Symmetric encryption Pin
karl_w1-Feb-03 10:01
karl_w1-Feb-03 10:01 
GeneralRe: Symmetric encryption Pin
Mahesh Varma2-Feb-03 17:11
Mahesh Varma2-Feb-03 17:11 
GeneralRe: Symmetric encryption Pin
karl_w2-Feb-03 20:18
karl_w2-Feb-03 20:18 
GeneralWindows programming related Pin
PeterA31-Jan-03 22:26
professionalPeterA31-Jan-03 22:26 
GeneralRe: Windows programming related Pin
Abbas_Riazi31-Jan-03 23:19
professionalAbbas_Riazi31-Jan-03 23:19 
QuestionOutput to a text file? Pin
DuFF31-Jan-03 18:30
DuFF31-Jan-03 18:30 
AnswerRe: Output to a text file? Pin
Nick Parker31-Jan-03 18:53
protectorNick Parker31-Jan-03 18:53 

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.