[Quickfix-developers] VB.net
Brought to you by:
orenmnero
From: Rob K. <ro...@ri...> - 2003-01-06 19:46:12
|
I am trying to Implement the Fix.Application interface in a VB.net class = file and the IDE keeps telling me that the "Fix.Application is not = accessible in this context because it is 'Private'". I looked at the = interface definition, and it is defiantly public. Has anyone = successfully implemented the application interface in VB.net? Any clue = how to do this in VB.net? Here is my class definition. Pretty simple. Public Class FixConnection : Implements Fix.Application End Class |