Help with PROCESS in EXE

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.
 
T

Tim_Mac

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top