CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nini18110

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    8,928

    how to CallNamedPipe

    Can any one tell me how can i make use of CallNamedPipe() and what the instances i have to create before using this funtion ...
    Do i need to intitiate anything in the other to connect through this...
  2. Replies
    4
    Views
    1,520

    Re: CArchive load gives null lines

    Thanks for thre Reply ,

    Since file existance would change for every hour i have to check for the file existance every time whenever i am running the application,
    It is an existing requirement to...
  3. Replies
    4
    Views
    1,520

    CArchive load gives null lines

    Hello all,

    I am trying to reuse some code from my Visual C++ 2005. I am using CArchive to ReadString the first line of a file into another string. However, I am seeing squares where there should...
  4. Re: CFILE::GetStatus failed??Whats wrong?

    Thanks for the reply ,that was a problem with file extension ..
  5. Replies
    8
    Views
    21,383

    Re: error LNK2001: unresolved external symbol

    it is in debug mode ,In release mode it working as well
  6. [RESOLVED] CFILE::GetStatus failed??Whats wrong?

    Hey guys ,

    I am trying to open a file from local Path by the follwing code

    CString csRegExtractFileRemote;
    CFileException ef;
    CFileStatus cfsStatus;
    CFile cfSAP;...
  7. Replies
    8
    Views
    21,383

    Re: error LNK2001: unresolved external symbol

    Thanks Bro ,
    For sharing the problem ,but that is not the case here it seems bcz initially Precompiled headers were turnedoff ,I am trying to Compile it in the Debug mode and mad necessary...
  8. Replies
    8
    Views
    21,383

    Re: error LNK2001: unresolved external symbol

    can you please let me know where can i mention these modules differenciasion .....
  9. Replies
    8
    Views
    21,383

    error LNK2001: unresolved external symbol

    I am getting this error while compiling my c++ project in Visual Studio2005,


    Error 3 error LNK2001: unresolved external symbol "class OdRxModule * __cdecl...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured