realbasic-plugins
[Top] [All Lists]

Questions I cannot answer

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Questions I cannot answer
From: Alfred Van Hoek <vanhoek at mac dot com>
Date: Fri, 31 Dec 2004 12:40:44 -0500
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
Got a c++ library that consists of a class hierarchy containing protected
member functions. If a define a myUserClass

myUserClass : winbase : base

are there any restrictions (cw-compiler complains) when using member
functions of base within myUserClass? I thought it shouldn't, unless
something else is defined in base?

base and winbase define constructors and operators that do not allow
copying; they define "instantiation" by assignment, which is fine with me,
yet I am in the dark when it comes to using memberfunctions of base.

I must be something trivial, I am overlooking...

Alfred 

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>