CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    Mar 2013
    Posts
    30

    unresolved external symbol error

    I have tried following this tutorial to create an RPC server and client:
    http://www.codeproject.com/Articles/...-to-RPC-Part-2

    but i got this error:
    error LNK2001: unresolved external symbol _Open

    i'm not missing any files so i really don't know where the problem is


    i attached the project so could someone please check them out and see why its causing this error?
    Attached Files Attached Files
    Last edited by kw1991; April 16th, 2013 at 04:36 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured