hai, Can anyone tell me how to enable a VPN server/client connection in windows 2000 Professional. I dont know what are the reqirements for its make it have a VPN connection. Please let me know Thanks in advance Harshadha
harshadha
Posts
-
About VPN -
Error in FPMhai, but i didnt add any header file .. only i added the macro definition alone. then why it is coming..any suggestions to rectify it.
-
Error in FPMHai, Iam working in EVC++ in a project,i got a error as follows: Error : No FPM Selected. To rectify it i gave the corresponding line: # define FPM_ARM in the header file. after that for all the files it showing this errors: error C2143: syntax error : missing ')' before '{' error C2059: syntax error : ')' error C2143: syntax error : missing ';' before '{' error C2143: syntax error : missing ')' before ':' error C2290: C++ 'asm' syntax ignored. Use __asm. can anyone please suggest me how to overcome this error.. Thanks in advance Harshadha :rolleyes:
-
Error in socket program .Hai, Iam getting this errors when i compile it. error C2065: 'WSAAsyncGetHostByName' : undeclared identifier error C2065: 'WSACancelAsyncRequest' : undeclared identifier Note: I got this error previosly before some days and posted it here some them are replied to include winsock.h,winsock2.h.But it doesnt rectified, iam working in another project in that iam getting the same error.Can anyone please suggest me how to rectify it. Thanks in Advance Harshadha
-
WSAAsyncGetHostByName - undeclared identifierhai, but still the error is there.... harshadha
-
WSAAsyncGetHostByName - undeclared identifierhai, i added it still it has the same error.... thanks Harshadha
-
WSAAsyncGetHostByName - undeclared identifierhai, I am working in EVC for socket and am getting the follwoing errors . I have included Ws2_32.lib and Winsock2.h . error C2065: 'WSAAsyncGetHostByName' : undeclared identifier error C2065: 'WSAAsyncSelect' : undeclared identifier error C2065: 'WSACancelAsyncRequest' : undeclared identifier. Thanks in advance.. Harshadha
-
Error : CommandLineToArgvW is not a member of '`global namespace''Hai, Do you have any idea how to use that in EVC Thanks Harshadha
-
Error : CommandLineToArgvW is not a member of '`global namespace''Hai Steve, I have included the needed header files and Lib file(Shell32.lib).Actually my code is working in VC++ but the same code is not working in EVC. Thanks For Spending Your Precious Time by Replying... Thanks & Regards Harshadha.
-
Error : CommandLineToArgvW is not a member of '`global namespace''Hai, Iam using this line for getting the commandline argument. The error iam getting is: wchar_t** szArglist = ::CommandLineToArgvW( ::GetCommandLineW(), &numArgs ); error C2039: 'CommandLineToArgvW' : is not a member of '`global namespace'' error C2065: 'CommandLineToArgvW' : undeclared identifier error C2440: 'initializing' : cannot convert from 'int' to 'unsigned short ** ' Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast. Can anyone suggest how to rectify this error.. Thanks & Regards, Harshadha
-
Error ::implicit cast of pointer to non-equal pointerHai, can anyone let me know why this error is coming.... Code: pHandle=PCM_Strm_Open(test_event_callback,&test_param); Error: C3028E: : implicit cast of pointer to non-equal pointer Error: C3028E: '=': implicit cast of pointer to non-equal pointer Thanks in advance Harshadha
-
No SubjectHai, can anyone let me know why this error is coming.... Thanks in advance Harshadha
-
doubt in textbox controls used in MFCThanks i got it..
-
doubt in textbox controls used in MFCHai, Thanks a lot to all... i got the output.... Harshadha
-
doubt in textbox controls used in MFCNO
-
doubt in textbox controls used in MFCHai, Iam sorry for troubling you again but iam getting memory error like asking whether to retry or abort... If i click ignore its displaying msgbox with 0 in it.. Thanks Harshadha
-
doubt in textbox controls used in MFCHai,, I cant really understand i brief my question.. Iam entering the values in edit box during runtime and displaying it... CEdit m_ce; m_ce.GetWindowText(); TCHAR szMsg[256]; wsprintf(szMsg,_T("hEIGHT: %ld "),m_ce); MessageBox(szMsg,NULL,MB_OK); error C2661: 'GetWindowTextA' : no overloaded function takes 0 parameters Thanks For Spending Your Precious Time Harshadha
-
doubt in textbox controls used in MFChai, i cant understand .. Iam passing values to the editbox in run time ,then if i click a command button iam displaying a messagebox,where i want these value to be shown... Harshadha
-
doubt in textbox controls used in MFCHai, Good Evening.... I was working with the controls of textbox i have a doubt in that can anyone clear it.... I created a form in MFC by having various controls. 1.In that i have a textbox in which iam entering some values. 2.I want that value to be printed in the message box... Can anyone please tell me how to do.... Thanks Harshadha
-
Iam getting memory access violation error in VCthe bmpsize value is taken equal to the data type value(U32 bmpsize that is),it is taken as 2bytes. My real problem is i want to create a buffer to draw a bmp file... for that i have to use malloc then i need bmpsrc that is the memory allocated area and the size.....