Progress64 error with IwodHttpNotify (wodHttpDLX)
Hello,
I am trying the sample code for HttpDLX in VB6. I am trying to implement IwodHttpNotify with this module and am running into this error:
----------------------------
Compile error:
Object module needs to implement 'Progress64' for interface 'IwodHttpNotify'
----------------------------
I have followed the directions to do this that were provided. As far as I can tell, my VB code ought to be fine:
---------------
Option Explicit
Dim PostControl2 As wodHttpDLXCom
' because we implement notification interface
Implements IwodHttpNotify '<-----this is where it chokes
----------------
The sample project that uses IwodHttpNotify works great. I can't tell what the difference is... any help would be greatly appreciated!
Thanks,
Eric
Complete thread:
- Progress64 error with IwodHttpNotify - Eric, 2009-03-16, 21:32
- Re: Progress64 error with IwodHttpNotify - woddrazen, 2009-03-16, 21:37
- Re: Progress64 error with IwodHttpNotify - Eric, 2009-03-16, 21:43
- Re: Progress64 error with IwodHttpNotify - woddrazen, 2009-03-16, 21:37