Jump to content

charlesw

Members
  • Posts

    1
  • Joined

  • Last visited

charlesw's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I saw VB or VB net can support , when in VBA ,I try to reference dwf.dll ,but always said can't find dwf.dll here is some code: Declare PtrSafe Function FDwfAnalogOutEnableSet Lib "c:\d\dwf.dll" Alias "FFDwfAnalogOutEnableSet" (ByVal hdwf As Long, ByVal idxChannel As Long, ByVal fEnable As Boolean) As Boolean I also try to regsvr32 C:\d\dwf.dll ,it failed. can anyone help me? Thanks.
×
×
  • Create New...