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

Thread: dll problem?

  1. #1
    Join Date
    Jun 2009
    Posts
    9

    dll problem?

    I'm getting this error when trying to build a project and don't know what it means:
    Code:
    The program '[5168] regsvr32.exe: Native' has exited with code 1 (0x1).
    *edit* I guess I'm getting an error before that saying:
    "Debugging information for 'regsvr32.exe' cannot be found or does not match. Symbols not loaded"
    Last edited by vassago; July 10th, 2009 at 04:48 PM.

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: dll problem?

    None of them looks like an error but just like informational message.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

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