Re: Place Reports In A DLL

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Fred Taylor (ftaylor_at_mvps.org!REMOVE)
Date: 02/23/05


Date: Wed, 23 Feb 2005 08:16:01 -0700

No, you can't use a .DLL, that's still not supported (reports have a user
interface and you cant have any UI in a .DLL). You can build them into your
.EXE if you don't want the users changing them, or you can build them into a
separate .EXE if you want to distribute them separately (as a whole) and
still be protected from being changed or deleted.

-- 
Fred
Microsoft Visual FoxPro MVP
"Microsoft" <andy@work.com> wrote in message 
news:eTg3XtaGFHA.1528@TK2MSFTNGP09.phx.gbl...
> Hi
>
> I have a number of reports I would like to distribute with my application 
> but instead of 1) compiling them into my EXE or b) distributing them 
> separately I wondered if I could in some way complile them in to a DLL 
> that I could then call from my main EXE. This would make it a lot easier 
> and tidier and there would be less of a risk of users deleting reports by 
> mistake.
> 


Relevant Pages

  • Re: How to get a reference to main form in a Windows Form 2.0 Application?
    ... But what control would a library (dll) have access to? ... It is separate from ... the exe. ...
    (microsoft.public.dotnet.general)
  • Re: Multiple DLL exists after installation
    ... Your application won't work if the exe is in some folder and all the ... setups, both with a.dll, so both will install a config file for the logging ... If you have two separate apps surely they need their ... logging Dll so that each logs to an app-specific location. ...
    (microsoft.public.dotnet.framework)
  • Re: Why use DLLs?
    ... applications and you'll reap the benefits in the long run. ... > EXE would contain minimal logic. ... >>>> into a DLL. ... >> develop and test them separately ...
    (microsoft.public.dotnet.general)
  • Re: Place Reports In A DLL
    ... Nothing is preventing you from building a separate .APP file that contains ... separate application component, which is I think what you are asking about. ... Your EXE calls the APP with appropriate parameters and the reports will be ...
    (microsoft.public.fox.vfp.reports.printing)
  • Re: DLL problem - Very important please!
    ... > create DLL to maintain the Reports. ... One DLL to each report. ... > QuickReport. ... This should reduce the size of the exe without the ...
    (borland.public.delphi.thirdpartytools.general)