I am running into errors when I attempt to rebuild a project. To test,
download
and unzip this zip file (download DotNetEvents.zip to your PC from this
link:
https://developer.intuit.com/QuickBooksSDK/Resources/Samples.asp?id=96#DotNetEvents%20(VB.NET)%20(qbfc)%20(desktop)
to your machine (say to your Desktop) and add
the solution file to VS.NET 2003.
If you BUILD the solution, all works fine. But if you REBUILD the solution
at any time, the following errors are found in the WrapperCOMEXE.idl:
1) error MIDL2337 : unsatisfied forward declaration : IQBEventCallBack
[Coclass 'MyWrapper' ] --> This error occurs within the MyWrapper Coclass
definition at the line that reads: "[default] interface IQBEventCallBack;"
2) warning MIDL2015 : failed to load tlb in importlib: : sdkevent.dll -->
This warning occurs in the importlib statement that reads:
"importlib("sdkevent.dll");".
Any help would be greatly appreciated!
Thanks,
Mervin Williams