Re: static library in c# library control

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Thanks for the response :)

However, the reason I need to use a static library is because my end result
is a web application and if I were to use a .dll then the web application
expects the .dll on the users machine....

I'm now looking into an ActiveX control.

If anyone knows another way around it, then please let me know!
.



Relevant Pages

  • Re: Embedd DLL into executable
    ... I don't see actually the reason to implement this technique. ... If some product requires having DLL, let it be in product's directory, ... copied by MSI installer. ... OP tries to avoid. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: CVF DLL, problems reading binary file
    ... in Compaq Visual Fortran which I'm trying to convert to a DLL to be ... I don't see any reason why a .EXE program and a DLL, ... ones that check subscripts and subroutine argument matching. ...
    (comp.lang.fortran)
  • Re: D3 odbc and .Net, almost there!
    ... that he was passing values ByVal instead of ByRef in his VB.NET code, ... The DLL itself follows well known standards ... as the parameters are correct it will work because the standards for calling ... there is no reason that code shouldn't work properly. ...
    (comp.databases.pick)
  • Re: The DLLMain...
    ... When a process first loads a DLL, DllMain is called with this "dwReason" ... value...this gives the DLL a chance to globally initialise itself (e.g. ... globally initialise and uninitialise itself...so, if a DLL uses some global ... DllMain is called with this reason when the process starts up a new ...
    (alt.lang.asm)
  • Re: The DLLMain...
    ... DllMain (which may be named anything, in fact...it is the fact that it's ... When a process first loads a DLL, DllMain is called with this "dwReason" ... DllMain is called with this reason when the process starts up a new ... the procedure ends with a "RET" to return ...
    (alt.lang.asm)