Results 1 to 5 of 5

Thread: [RESOLVED] [2005] Referencing C++ DLL

Hybrid View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    394

    Re: [2005] Referencing C++ DLL

    you need to declare the function for the c++ dll. Just like declaring for API
    I tried that and it didn't work. I had to install the redistribtion application and everything is fine. I'mreading MSDN now about dll Manifests

    http://msdn2.microsoft.com/en-us/lib...42(vs.80).aspx

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    394

    Re: [2005] Referencing C++ DLL

    Found the problem. Some of the other libraries that were being included in the main application was built as debug versus release. The dll could not resolve the debug functions and was crashing. Until we get release versions of the libraries we had to put debug versions of the CRT (msvcm80d,msvcp80d and msvcr80d) in the directory with our DLL.

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