[Quickfix-users] QuickFIX and Delphi
Brought to you by:
orenmnero
From: Mark P. <mar...@md...> - 2004-01-07 03:34:34
|
I dont suppose many people (if any) have tried this but our plan was to build our QuickFIX application in Delphi 8.0 (which is Delphi for the .NET framework) which in theory should work. I can add the quickfix_net.dll to the references but when I build the project or reference quickfix, two error messages are displayed "File not found: 'QuickFix.dcuil'" and "Required Package 'quickfix_net' not found". A .dcuil file is a Delphi compiled unit, so for some reason its looking for this but I dont understand why. I can reference other assemblies (created in C# etc..) without any problems. I dont really think this is a QuickFIX issue, more something to do with Delphi, i'm just interested if anyone else has tried this or would have any suggestions off hand. Regards, Mark |