Getting Python to show ATL & MFC Dialogs

2006-03-27 Thread solid . snake . 84
In my ATL Class, I have a function with the body STDMETHODIMP CSimpleObj::Show() { AFX_MANAGE_STATE(AfxGetStaticModuleState()) // TODO: Add your implementation code here CSimpleDialog myDialog; int result = myDialog.DoModal(); MessageBox(NULL,TEXT("Live From Python"),

win32com on Windows CE

2006-03-20 Thread solid . snake . 84
Hi, I was able to build both python and its win32 extensions on windows ce. Unfortunately, I haven't had much success with the win32com module. Does anyone have experience building the win32com module on CE or know where I can find a makefile? Thanks -- http://mail.python.org/mailman/listinfo/p

win32com on Windows CE

2006-03-20 Thread solid . snake . 84
Hi, I was able to build both python and its win32 extensions on windows ce. Unfortunately, I haven't had much success with the win32com module. Does anyone have experience building the win32com module on CE or know where I can find a makefile? Thanks -- http://mail.python.org/mailman/listinfo/p