Help with PROCESS in EXE

  • Thread starter Thread starter John Cosmas
  • Start date Start date
J

John Cosmas

I've successfully created an EXE, that starts a process. When it fires up
the THREAD, the EXE generates an error - PROCESS ID =0x1c44 (7236), THREAD
ID=0x191c (6428) and then terminates. The THREAD fires up fine on my local
box, but does not on the client side. Do I need to build the application
with a SETUP kit to get it to work correctly? Or should I continue to
simply install the application with the BIN and resources (bitmaps), like
I've been doing? When I remove the THREAD code, the EXE works absolutely
FINE.
 
hi john,
i presume you created a windows forms executable file. please post the code
you are using to create the thread. what error are you getting? please
give a full exception message + stacktrace.
building a setup MSI installer won't solve the problem in my opinion, you
will end up with the same file(s) to execute.

tim
 
Back
Top