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

Threaded View

  1. #1
    Join Date
    Mar 2006
    Posts
    4

    [RESOLVED] dll crashing issue

    Hi, I have designed a dll to run from excel which prices financial options. It all works fine when I reference the dll on my pc, but If I copy the dll to a shared directory so that others can use it, then it crashed excel all the time..

    Is there something I need to specify in the configuration properties in order for it to work on other pc's?

    [edit]Just to add this is a win32 app[/edit]
    Last edited by jrogers; January 24th, 2012 at 05:58 PM.

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