Re: Project Options



Hi john,
What you want to do is, you want to register the DLL automatically.. and
what you are doing is trying to debug your DLL with regsvr32.exe which is
using only four of your DLL functions like DLLRegister or like that.. You
have to give the name of EXE over here which uses your DLL functions and
performs some tasks...

And for your first question, i would say i am also facing the same
problem.. So, if anybody else knows it please let us know...

--Jigar Mehta
Software Developer
+91 98258 69961

"John.S." <invalid@xxxxxxxxxxx> wrote in message
news:eQ1yToVVFHA.2560@xxxxxxxxxxxxxxxxxxxxxxx
> I've started an empty ATL project. When I execute
> Debug | Start the IDE requests Executable for Debugging
> Session. When I provide an executable file name,
> for example "regsvr32", i cannot change the executable
> later. I've looked up in Project | Properties but I could
> not found an option for changing the required executable
> from "regsvr32" to "Internet Explorer" or "ActiveX Test
> Container".
> 1)How can I change the executable?
> 2)After selecting "regsvr32" as executable, regsvr32 gives
> an error message indicating no DLL name is specified. How
> can I pass the DLL name to regsvr32?
> Thanks...
>
>


.



Relevant Pages

  • Re: regsvr32 error code 0x80004002
    ... I'm afraid some of code (regsrv, or any DLL) ... To see where it is generated you can debug you ATL dll by using regsvr32 ... Enter the complete path to regsvr32 into the Command field. ... I don't need to start executing the C# client ...
    (microsoft.public.vc.mfc)
  • Re: LogonUser / CreateProcessAsUser - Behaves differently from different calling applications
    ... >CreateProcessAsUser to execute the command. ... Calling the DLL from another win32 ... > * This object maintains data for the Authentication and Process ...
    (microsoft.public.win32.programmer.kernel)
  • Re: IIS and .dll file access problems
    ... IIS treats resources with the .DLL extension as "executable" ... like .ASP, as "scripts". ... .DLL extension is requested by the browser, IIS WILL attempt to execute the ...
    (microsoft.public.inetserver.iis)
  • Re: How can call a DLL function using GetProcAddress
    ... I think that I can use this method for calling my DLL method. ... The shim would load the library, get the address and call the ... Consider donating to support us! ... >>> all the necessary information but as I must execute the method that he is ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Calling VSTO Class/Procedure from an External Application
    ... We are thinking about moving from using Office Macros to VSTO DLLs in these ... However we can not find any specific way to execute these ... VSTO code from the external .NET application. ... > import the correct namespace for that dll to have the API available to you. ...
    (microsoft.public.vsnet.vstools.office)

Loading