[omniORB] abstract class
Martin Trappel
0xCDCDCDCD at gmx.at
Fri Mar 6 08:43:26 GMT 2009
Marek Cichy wrote:
> Hi list
> My problem: I have succesfully compiled my idl file, included .hh and
> .cc files into project and defined interface functions. When I compile
> the project I get an error " C2259: 'Simple_impl' : cannot instantiate
> abstract class". I compared my project with few examples and everything
> ...
Since you appear to be using Visual Studio you should look at the error
output. It not only will tell you that it cannot instantiate the
abstract class, but also which function(s) are causing it. (Switch from
the error window to the output window)
br,
Martin
More information about the omniORB-list
mailing list