Fax Software

Community Forums

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2483
    kbsanders
    Member

    When using the following code for ‘early binding’ in VBA for MS Access:

    Dim objWinFaxLog as CSDKLog
    Set objWinFaxLog = New CSDKLog

    I receive the following error:

    Class doesn’t support Automation (Error 430)

    However, the following code for ‘late binding’ works fine:

    Dim objWinFaxLog as Object
    Set objWinFaxLog = CreateObject (“WinFax.SDKLog”)

    This only applies to the Log Object. I have not experienced this problem with other objects in wfxctl32.exe.

    Does anyone know what could be wrong?

    #4191
    Anonymous
    Member

    My guess is you’ve found another bug (or undocumented feature) with the SDK

    ???

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.