Re: TclApp | DLL | CGI - permissions?



Jeff Godfrey wrote:
"Jeff Godfrey" <jeff_godfrey@xxxxxxxxx> wrote in message news:j0Tgi.1869$tj6.912@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Can I somehow provide a constant file name for the temp copy?


Continuing to reply to my own thread...

Maybe the simple solution is to not package the DLL within the application at all. I'd guess I could just land the DLL next to the application in the cgi-bin folder of the webserver, then just load it manually in my application code.

That seems simple enough, and likely the direction I'll head, though I'm still interested in any additional input. It'd be nice if the temporary storage location and filename of a wrapped DLL could be specified from within the application's code.

Thanks,

Jeff

Hi Jeff,
you are not alone ;-)

The way I understand this is that the dll needs to be copied out
to an OS visible part of the FS.
To change the path with random elements used over to a fixed path
you would have to change this in the the wrapping tool you use.

One reason this might be done ( unique path name ) could be
to manage concurrent multiple invocations of your wrappend app.

If you change over to a fixed path you will have to be carefull
with cleanup at exit.

uwe
.



Relevant Pages

  • Re: Win 2k3 boots to blank desktop
    ... it was back when I checked the dir. So I deleted the dll and rebooted. ... Jeff ... >>> from windows update I booted my machine into a blank desktop, ... >>> Faulting application explorer.exe, version 6.0.3790.0, faulting module ...
    (microsoft.public.windows.server.general)
  • Re: Has ANYONE gotten C++ .NET libraries to work?
    ... Jeff, you are absolutely right; moving includes before the stdafx.h will ... This is the "Mixed DLL Loading Problem" and is apparently related to ... got all my code compiling yet, ... This is the part of programming that I hate. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: more on DIBAPI32 and Window Printing
    ... That works great for capturing the bitmap, How do you use a report to print ... > Hi Jeff, ... I use a VFP report to print the BMP. ... > a copy of the DLL here: http://www.foxite.com/downloads/foxform.zip. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Win 2k3 boots to blank desktop
    ... without the dll. ... Jeff ... >> from windows update I booted my machine into a blank desktop, ... >> Faulting application explorer.exe, version 6.0.3790.0, faulting module ...
    (microsoft.public.windows.server.general)
  • Re: Using a DLL in VB 6.0
    ... "Jeff A" wrote in message ... > It does not show up in the references, is there a way to register it? ... that dll and see if it complains. ...
    (microsoft.public.vb.general.discussion)