While trying to rebuild pywin32 using VC8 (after a couple of distutils 
patches...), I have reached my C++ limit.  I got all the way to building 
pythonwin and ...


I am getting an error as follows:

d:\python25\pywin32-210\pythonwin\win32uiExt.h(393) : error C2653: 
'ThisClass' : is not a class or namespace name
        d:\python25\pywin32-210\pythonwin\win32uiExt.h(392) : while compiling 
class template static data member 'const AFX_MSGMAP_ENTRY 
CPythonWndFramework<T>
_messageEntries[]'
        with
        [
            T=CFrameWnd
        ]
        d:\python25\pywin32-210\pythonwin\win32uiExt.h(387) : while compiling 
class template static data member 'const AFX_MSGMAP 
CPythonWndFramework<T>::mess
eMap'
        with
        [
            T=CFrameWnd
        ]
        d:\python25\pywin32-210\pythonwin\pythonframe.h(9) : see reference 
to class template instantiation 'CPythonWndFramework<T>' being compiled
        with
        [
            T=CFrameWnd
        ]
d:\python25\pywin32-210\pythonwin\win32uiExt.h(394) : error C2653: 
'ThisClass' : is not a class or namespace name

????  I am not sure what this means.....  I *assume* it must be some 
difference with using VC8 (part of Visual Studio 8) as the compiler.

I will submit changes for the  minor errors/issues I had to fix to get to this 
point but they were all scope or explicit cast issues.  I am stumped here.  Any 
help would be appreciated.


_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to