I am just getting started out with WEB Core...
I have a small project with a TWebClientConnection, TWebClientDataSet and TWebDataSource (all in aTWebDataModule) that is able to receive a dataset and populate a WebDBList.
I would like to use TMSFNCDataSet instead of the TWebClientDataSet, in order to make use of its richer feature set. However, adding a TMSFNCDataSet to the aTWebDataModule gives me a compile error in line 33 of unit TMS.TMSFNCDataSet.pas: identifier not found "pidWin32"
I thought that it should be straightforward to use FNC components in WebCore projects. What am I missing?