"Dmytro Lapshyn [MVP]" wrote:
> Hi,
>
> Can you try the following suggestion (mind the line wraps):
>
>
http://groups.google.com/group/microsoft.public.dotnet.framework.interop/browse_thread/thread/b2bf53b278e9af7/51daf01246be8291?lnk=st&q=aximp+%22%2Frcw%22+group%3Amicrosoft.public.dotnet*&rnum=1&hl=en#51daf01246be8291
>
> "NorthSky" <NorthSky@discussions.microsoft.com> wrote in message
> news:1CDE62A2-81B1-4EA2-BDD2-2359121EAEEB@microsoft.com...
> > Hi, I try to encapsulate an ActiveX Control to output the specified
> > fileName.
> > Such as :
> >
> > I have an ActiveX control :U8RefEdit.ocx and wanto get two file:
> > COM Interface file :Interop.U8Ref.dll and Activex
> > File:Axinterop.U8RefEdit.dll
> >
> > copy %InteropPath%\Interop.MSXML2.dll %VBDllPath%\
> > copy %InteropPath%\Interop.EDITLib.dll %VBDllPath%\
> > copy %InteropPath%\Interop.ADODB.dll %VBDllPath%\
> > copy %InteropPath%\Interop.VBA.dll %VBDllPath%\
> > tlbimp.exe /reference:Interop.EDITLib.dll /reference:Interop.MSXML2.dll
> > /out:%VBDllPath%\Interop.U8Ref.dll U8RefEdit.ocx
> > aximp.exe /out:AxInterop.U8RefEdit.dll /rcw:stdole.dll
> > /rcw:Interop.ADODB.dll /rcw:Interop.VBA.dll /rcw:Interop.MSXML2.dll
> > /rcw:Interop.VBA.dll /rcw: Interop.EDITLib.dll /rcw:Interop.U8Ref.dll
> > %VBDllPath%\U8RefEdit.ocx
> >
> > But aximp occure error: can't find assembly Interop.EDITLib.dll
> >
> > If I using vs2003 ,IDE can product Two files,How can I Do?
> >
> > Thanks
> >
> >
>