D
d g via .NET 247
(Type your message here)
--------------------------------
From: d g
Hi
I was wondering if it was possible to inherit in c++ from c#
I have:
public interface IRxMarketFeedCallback
{
and
__gc class rox_callback : public IRxMarketFeedCallback
{
But the compiler complains it cannot instantiate the abstract base class. However all the functions are implemented:
//virtual ??
void onExit() {}
What am I doing wrong?
Cheers Dirk
--------------------------------
From: d g
Hi
I was wondering if it was possible to inherit in c++ from c#
I have:
public interface IRxMarketFeedCallback
{
and
__gc class rox_callback : public IRxMarketFeedCallback
{
But the compiler complains it cannot instantiate the abstract base class. However all the functions are implemented:
//virtual ??
void onExit() {}
What am I doing wrong?
Cheers Dirk