Error After Compiling: please help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nabil035
    New Member
    • Mar 2008
    • 34

    Error After Compiling: please help

    I have a C++ solution in Visual Studio 2008

    This solution contains two projects:
    1- Native DLL that communicate with others delegates and provides interfaces to the second project
    2-Managed C++ that use the functions of the first project (exe) that represent the interface of a server.

    I compile the solution and there's no problem.

    When I connect a client all thing are alright. But when I close Visual and execute the same file from its original path. The connection of the client results an error wich is "Cannot read memory"

    Can anyone help me or give me any idea about sucha problem.
    Thx in advance.
Working...