Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

harshadha

@harshadha
About
Posts
34
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • About VPN
    H harshadha

    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

    System Admin sysadmin tutorial

  • Error in FPM
    H harshadha

    hai, but i didnt add any header file .. only i added the macro definition alone. then why it is coming..any suggestions to rectify it.

    C / C++ / MFC c++ help tutorial

  • Error in FPM
    H harshadha

    Hai, 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:

    C / C++ / MFC c++ help tutorial

  • Error in socket program .
    H harshadha

    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

    C / C++ / MFC help tutorial

  • WSAAsyncGetHostByName - undeclared identifier
    H harshadha

    hai, but still the error is there.... harshadha

    C / C++ / MFC help

  • WSAAsyncGetHostByName - undeclared identifier
    H harshadha

    hai, i added it still it has the same error.... thanks Harshadha

    C / C++ / MFC help

  • WSAAsyncGetHostByName - undeclared identifier
    H harshadha

    hai, 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

    C / C++ / MFC help

  • Error : CommandLineToArgvW is not a member of '`global namespace''
    H harshadha

    Hai, Do you have any idea how to use that in EVC Thanks Harshadha

    C / C++ / MFC help tutorial

  • Error : CommandLineToArgvW is not a member of '`global namespace''
    H harshadha

    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.

    C / C++ / MFC help tutorial

  • Error : CommandLineToArgvW is not a member of '`global namespace''
    H harshadha

    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

    C / C++ / MFC help tutorial

  • Error ::implicit cast of pointer to non-equal pointer
    H harshadha

    Hai, 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

    C / C++ / MFC help

  • No Subject
    H harshadha

    Hai, can anyone let me know why this error is coming.... Thanks in advance Harshadha

    C / C++ / MFC help

  • doubt in textbox controls used in MFC
    H harshadha

    Thanks i got it..

    C / C++ / MFC c++ tutorial

  • doubt in textbox controls used in MFC
    H harshadha

    Hai, Thanks a lot to all... i got the output.... Harshadha

    C / C++ / MFC c++ tutorial

  • doubt in textbox controls used in MFC
    H harshadha

    NO

    C / C++ / MFC c++ tutorial

  • doubt in textbox controls used in MFC
    H harshadha

    Hai, 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

    C / C++ / MFC c++ tutorial

  • doubt in textbox controls used in MFC
    H harshadha

    Hai,, 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

    C / C++ / MFC c++ tutorial

  • doubt in textbox controls used in MFC
    H harshadha

    hai, 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

    C / C++ / MFC c++ tutorial

  • doubt in textbox controls used in MFC
    H harshadha

    Hai, 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

    C / C++ / MFC c++ tutorial

  • Iam getting memory access violation error in VC
    H harshadha

    the 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.....

    C / C++ / MFC help performance question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups