Re: Multiple DLL, multiple THREADS, multiple applications or something else?
From: Kresimir Majdenic (kresimir.majdenic_at_os.hinet.hr)
Date: 12/02/03
- Next message: Martin James: "Re: Multiple DLL, multiple THREADS, multiple applications or something else?"
- Previous message: Gert Kello: "Re: Application not run under Win9x"
- In reply to: Martin James: "Re: Multiple DLL, multiple THREADS, multiple applications or something else?"
- Next in thread: Martin James: "Re: Multiple DLL, multiple THREADS, multiple applications or something else?"
- Reply: Martin James: "Re: Multiple DLL, multiple THREADS, multiple applications or something else?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 2 Dec 2003 12:14:13 +0100
Thank you very much
... I guess I will go for DLLs ... currently I am trying to figure out how
to utilize TComPort without having multiple Forms visible on Desktop and
also how to solve a problem with:
1. Once DLL is loaded and serial port opened and DLL left in its own thread
to wait for Rx event on designated serial port ... how to deliver data to
main application once the Data arrives on serial port?
2. How to deliver data to DLL (data required from database in order to
respond to query from devices on serial port) on a notify base ... which
means ... store data into DLL local record, notify DLL and return back to
main thread - leaving DLL to deal with that data in its own thread?
Any suggestion on that?
Best regards, Kresimir
- Next message: Martin James: "Re: Multiple DLL, multiple THREADS, multiple applications or something else?"
- Previous message: Gert Kello: "Re: Application not run under Win9x"
- In reply to: Martin James: "Re: Multiple DLL, multiple THREADS, multiple applications or something else?"
- Next in thread: Martin James: "Re: Multiple DLL, multiple THREADS, multiple applications or something else?"
- Reply: Martin James: "Re: Multiple DLL, multiple THREADS, multiple applications or something else?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|