jevey / idapython

Automatically exported from code.google.com/p/idapython
Other
1 stars 0 forks source link

Mac/Linux broken #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The custom viewer feature seems to have broken the non-Windows builds:

idaapi.cpp: In member function ‘bool customviewer_t::create(const char*, int, 
custviewer_data_t*)’:
idaapi.cpp:6615: error: ‘HWND’ was not declared in this scope

I assume this is a Windows-only feature so it would be nice to disable it
on the other platfoms.

Original issue reported on code.google.com by gergely.erdelyi on 24 Apr 2010 at 8:55

GoogleCodeExporter commented 9 years ago
It seems we forgot to conditionally compile the code for the customviewer.

Please try now.

Original comment by elias.ba...@gmail.com on 26 Apr 2010 at 8:03

GoogleCodeExporter commented 9 years ago
It works now. For completeness sake I also removed the wrapper class from 
non-Windows builds:

http://code.google.com/p/idapython/source/detail?r=297

Original comment by gergely.erdelyi on 26 Apr 2010 at 8:15