Re: Odd error with g++
I do have a deconstructor in both classes.
I declared a method virtual in the parent, but not the descendant. I
tried to declare both as virtual and still received the same error.
Any other ideas?
.
Relevant Pages
- Re: Whats the use of making an event virtual?
... >>>class child: parent ... The only thing you should do is to declare one protected virtual>> OnXXX method that raises the event. ... >> When you override that event you override the accessors and declare again>> the member. ... (microsoft.public.dotnet.languages.csharp) - Re: Scope of Variant / Array
... Even though you declared the array "public" in the main (parent) form, ... a form code module is the same as a class module. ... Constants, fixed-length strings, arrays, user-defined types and Declare ... (microsoft.public.access.formscoding) - Re: Whats the use of making an event virtual?
... > public virtual event SomeDelegate SomeChanged; ... > class child: parent ... When you declare an event using the syntax above you declare three things. ... (microsoft.public.dotnet.languages.csharp) - Re: Cloning Records for Additional Building units
... sample data and show your required results so that we can ... If you haven't declared a natural key on your parent table (in addition to ... declare the correct keys in your tables. ... (microsoft.public.sqlserver.programming) - Update Inserted Record
... sequence key in the Parent View called V_InvItems - I need the view as ... Declare @Action INT ... Declare @TTNUM INT ... (microsoft.public.sqlserver.programming) |
|