override file extention in user's machine while calling DLL in VB6 program
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
I have a vb6 program that uses dll that zip and extract ZIP file in the user's machine.
Sometimes the user gets run time error 429 - activex can't create object,
probably because zip file extension is related to another program in the user's machine that create
the same kind of file (.ZIP) and block my dll to run correctly.
Is anyone has a solution to this kind of problem?
'==================
Avi
adv@xxxxxxxxxxxx
'=================
Relevant Pages
- Re: Program protection - can not be copied
... The reason I cannot retrieve a dll from the image, ... That kind of thing might involve a filter driver or something ... I am trying to extract a DLL from an existing build. ... It seems that there is no any direct method to protect the program from ... (microsoft.public.windowsce.platbuilder) - Re: Program protection - can not be copied
... The code in the DLL has been extracted and inserted directly into the OS image. ... That kind of thing might involve a filter driver or something similar. ... I am trying to extract a DLL from an existing build. ... > It seems that there is no any direct method to protect the program from ... (microsoft.public.windowsce.platbuilder) - Re: HELP! XP STOP error !
... If you want to extract that .dll and copy it to Windows/System32 on ... Tried extracting the .dll win said might be corrupt but no change - still ... A few errors came up during install, ... message saying I need to re-install status.msi but it can't find the ... (microsoft.public.windowsxp.general) - Re: using c++ 6.0 DLL in VB.Net program, passing user defined Type
... Previously I had a VB6 program that would pass a Type to a DLL ... Public Structure ListInfo ' structure to hold information about ... Dim FileIndex As Short ... (microsoft.public.dotnet.languages.vb) - using c++ 6.0 DLL in VB.Net program, passing user defined Type
... I have an old C++ DLL that I am wishing to use in a VB.NET program. ... Previously I had a VB6 program that would pass a Type to a DLL ... Dim FileIndex As Short ... My DLL does not like the new data type. ... (microsoft.public.dotnet.languages.vb) |
|