Quantcast
Channel: MicroStation Programming - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1677

Re: [V8i C++] CReating a PopunMenu using IPopupMenuManager

$
0
0

Bruce Reeves SRNS:

class CMyPopupMenu : IPopupMenuProvider
{ };

The default class inheritance in C++ is private.  The compiler message is correct.  Try...

class CMyPopupMenu : public IPopupMenuProvider
{ };

That makes more sense: if you're implementing an interface, presumably that interface needs to be public.


Viewing all articles
Browse latest Browse all 1677

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>