Alliegro
Joined: 26 Apr 2006 Posts: 62 Helped: 3
|
26 Mar 2009 15:14 Diab compier 68K |
|
|
|
|
Hi,
i am using a diab compiler 5.3. I have a problem with a section of code developed with sds 7.1.
A=newB (this,int,&C: ,char,int). the compiler throws an error
Warning :qualified name not allowed in member declaration,char *C:
Error:no instance of constructor "B::B" matches argument list for (this).
what could be the problem in assignment?
but the same code modified as under compiles,
A=newB (this,int, (char*(E::*)(UWORD))(&C: ), char,int) with warning, but no error.
Would the location pointed by C: available to A
The code was compiled sucessfully in sds 7.1
|
|