放到您的Application目录或者System目录吧

解决方案 »

  1.   

    我用regsvr32注册.结果失败,它说:
    "x:\xx.dll"is not an executable file and no registration .
    helper is registered for this  file type .
      

  2.   

    我用regsvr32注册.结果失败,它说:
    "x:\xx.dll"is not an executable file and no registration .
    helper is registered for this  file type .
      

  3.   

    xx.dll这个库有问题,你用Visual Studio的工具 DEPENDS.EXE 看一下动态库的输出有没有问题。肯定是个坏库!:)
      

  4.   

    Declare Function XXX Lib "XX" () As Integer
    然后把xx.dll方到system32下或system目录下
      

  5.   

    没有说找不到入口参数。按说明声明、调用后,运行的结果是:
    实时错误“48”
    找不到文件:“x:\xx.dll"
      

  6.   

    Declare Function XXX Lib "C:\XX.dll" () As Integer改为
    Declare Function XXX Lib "XX" () As Integer
    试一下
      

  7.   

    用Visual  Studio的工具  DEPENDS.EXE  查看XX.DLL 时,显示为:
        No PE signature found . This file is not a valid Win32 module .
      

  8.   

    用Visual  Studio的工具  DEPENDS.EXE  查看XX.DLL 时,显示为:
        No PE signature found . This file is not a valid Win32 module .
      

  9.   

    你的库是哪里来的?自己写的?可能忘了输出吧?改一下xxx.def