|

Q- I had VBCE Icons Tool for many months working OK. But
since yesterday the application just doesn't works properly.
A- It is a problem of access rights. I found that if I generate
the installation from VBCE using one user account, and after that
logged on as a different user under Windows 2000 professional, I
get this problem.
Q- Keep getting an “Run-time error ‘6’: Overflow”
when trying to add a 16 x 16 and 32 x 32 icon to an existing “Application
Install Wizard” location...
A- Please confirm you are using a 16 color icon (load
it in Microangelo, for example). If you also get the same error
when building just a DLL that is most certainly the problem. Other
reasons may be related to the directory path you are using (too
big, not enough privileges or with strange characters in its name).
NOTE: This is a known problem that will be fixed in the next version.
Q- What is ATL?
A- ATL is the Active Template Library, a set of template-based
C++ classes with which you can easily create small, fast Component
Object Model (COM) objects. It has special support for key COM features
including: stock implementations of IUnknown, IClassFactory, IClassFactory2
and IDispatch; dual interfaces; standard COM enumerator interfaces;
connection points; tear-off interfaces; and ActiveX controls.
|