Re: Hex Edit controls
Re: Hex Edit controls
- Subject: Re: Hex Edit controls
- From: Greg <email@hidden>
- Date: Tue, 30 Nov 2004 12:18:46 +1000
There is a cocoa Hex Editor application written by Raephael at
www.ex-cinder.com
I don't know whether the code is available, but it worth a look see.
Greg
On 30/11/2004, at 12:11 PM, Andrew Merenbach wrote:
Rather than converting the HexEditor code to normal Objective-C/Cocoa,
you could employ it in an Objective-C++ project, of which Apple
provides some examples. Apologies that I can't be of more assistance,
but I know little of C++ or Objective-C++.
It seems possible, though, that if you wish to create a hex editor,
you could do something with the Cocoa NSData class to read in a file
and convert the bytes to raw hex.
Cheers,
Andrew
On 29 Nov 2004, at 16:56, Jeff Laing wrote:
Before I start building my own from scratch (yuk), does anyone have an
implementation of a hex-editor control that they would like to share?
In essence, something like this
http://developer.apple.com/samplecode/HexEditorView/
HexEditorView.html but
in the language that Apple wants us to actually *use* for our user
interfaces (ie, Obj-C rather than C++)
Failing that, can someone show me how you'd use the C++ sample code
in a
Cocoa/IB app?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden