Re: SpyBot S&D written in Delphi



Craig Stuntz [TeamB] wrote:
	There are two things the license prevents which are relevant here:

o Republishing source code *written by Borland.*
o Distributing a package with the same name as a VCL/RTL package but a
different binary (to prevent DLL hell).

	You can modify the VCL, distribute your changes only (as diffs) and
distribute your own VCL packages if you call them by a different
filename than the Borland packages (or statically link the VCL into
your app).

Thanks for the clarification! Just what I was looking for. :-)

Cheers,
Kevin.
.



Relevant Pages

  • Re: How to uninstall packages
    ... for a package what its dependency needs are -- linux version of DLL ... hell. ... their own package-management systems which invariably quarell with the ...
    (comp.lang.python)
  • Re: Question about loading a DLL
    ... tells the package loader how to find/load the package, ... Then you can load/initialize the dll via: ... - load has no path to search ... initialization procedure will have the form pkg_Init, where pkg is the same as ...
    (comp.lang.tcl)
  • RE: Executing a DTS Package from VB.NET forms
    ... Use TlbImp.exe to import the main DTS DLL file into ... Reference this file in your .NET code. ... I am trying to execute a package from a remote SQL Server. ... SQL Server authentication. ...
    (microsoft.public.sqlserver.dts)
  • Re: System.load() problem
    ... JVM cannot find the required symbol in the DLL. ... package name, so essentially your native methods no longer belong to ... mapping from the java-names of your native methods to the actual names ... you don't need to re-run javah and you don't need to rename anything. ...
    (comp.lang.java.programmer)
  • Re: Linking or Compiling Dependencies into a .Net Assembly
    ... When I include the dll in another project, ... When I package Project B and deploy it on ... failed to start because the application configuration is incorrect. ... Reinstalling the application may fix this problem. ...
    (microsoft.public.dotnet.languages.vc)