exported / paimei

Automatically exported from code.google.com/p/paimei
GNU General Public License v2.0
1 stars 0 forks source link

Mac revision is out of date #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Mac codebase is out of sync with the rest of the code. The attached diff 
should address this:

+ all references to Kernel32.dll now use libmacdll.dylib on Mac
+ setup.py will now copy libmacdll.dylib for utils and pydbg
+ fixed a build error in macdll
+ removed the "Copy Files" build phase in macdll
+ removed the test target and related files from macdll
+ removed Xcode-created user files
+ started a shell script to set up the environment for Mac users

Things that are not complete:

- GetModuleHandleA and CreateRemoteThread are not implemented in macdll
- right clicking does not work in wxPython on Mac (!!)

After checking in, I suggest making an additional commit to clean things up:

$ svn delete MacOSX/PaiMei-1.1-REV122
$ svn rename macdll/ExceptionTest.xcodeproj macdll/macdll.xcodeproj
$ svn ci

Original issue reported on code.google.com by rgovostes on 28 Mar 2009 at 9:23

Attachments:

GoogleCodeExporter commented 9 years ago
This second patch should address the right clicking issue. The problem arose 
whenever the Targets list 
contained only one item (the root "Available Targets"). The item would start 
selected when you opened the 
window, without firing an EVT_TREE_SEL_CHANGED event and thereby the 
"selection" ivar is empty. This 
prevented a productive right click.

The patch addresses this by not selecting anything in the Targets list.

Other Mac deficiencies noted:

- crash when selecting a tag for stalking
- fonts "MS Shell Dlg 2", "Terminal", and "Lucida Console" are not available

Original comment by rgovostes on 28 Mar 2009 at 11:33

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Seems not to be merged yet. 

Original comment by streetde...@gmail.com on 9 Mar 2012 at 12:52

GoogleCodeExporter commented 9 years ago
Although something has been done since:

http://code.google.com/p/paimei/source/detail?r=240

Original comment by streetde...@gmail.com on 9 Mar 2012 at 12:55

GoogleCodeExporter commented 9 years ago
No this should have been fixed in r238 and r241. I guess i just never closed it.

Original comment by rgovostes on 10 Mar 2012 at 11:26