C
cfps.Christian
I've got a nice little deadline here and have to deal with the dumbest
things possible to get it done. I had to create an application that
is spliced into another application via an event handler class. When
the original program sees the event handler is uses the handler's code
to execute my code (I code the handler as well). Anyway I've coded
all this and of course it works locally but I don't need it to work
locally I need it to work on another machine FROM a network share.
This gets better though...
The starting program (being spliced into) is on the user's machine and
I need to register the dll there and it refuses to with regasm,
regsvr32, or with the little program the manufacturer sent with.
I desperately need to register this dll so I can deal with what is
going to be the next problem of integrating the local event handler
with the networked program.
things possible to get it done. I had to create an application that
is spliced into another application via an event handler class. When
the original program sees the event handler is uses the handler's code
to execute my code (I code the handler as well). Anyway I've coded
all this and of course it works locally but I don't need it to work
locally I need it to work on another machine FROM a network share.
This gets better though...
The starting program (being spliced into) is on the user's machine and
I need to register the dll there and it refuses to with regasm,
regsvr32, or with the little program the manufacturer sent with.
I desperately need to register this dll so I can deal with what is
going to be the next problem of integrating the local event handler
with the networked program.
