Use a Datamodule in a Service Application
Posted
by O Engenheiro
on Stack Overflow
See other posts from Stack Overflow
or by O Engenheiro
Published on 2010-05-24T16:37:40Z
Indexed on
2010/05/24
16:41 UTC
Read the original article
Hit count: 234
I wrote my Win32 App to test and debug. I've created a datamodule with all functionality needed to run the TCP sockets and IBDatabase components.
After successfully testing the Datamodule in the Win32 application environment I am trying to hook the Datamodule into a Service Application template that I created, I can get nowhere in getting it to run.
Could someone indicate whether this strategy of using a Datamodule with Component functionality encapsulating the primary service functions is workable and give a simple template example of how to hook it up if it is??
© Stack Overflow or respective owner