◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2263 function returns pointer based on __self A function attempted to return a pointer based on the __self segment. Since __self refers to the code segment of the function, it is impossible to return this base to another function. Modify the return statement so that it returns a different type, such as a far pointer or a pointer based on void. -♦-