digitalw0lf / hextor

Hextor - Hexadecimal editor and binary data analyzing toolkit
Other
100 stars 15 forks source link

D10.2.3 errors #36

Closed limelect closed 2 years ago

limelect commented 2 years ago

D10.2.3 Could not find uActiveScript; ctx.NotWriteEmptyField := ANotWriteEmptyField; no such thing NotWriteEmptyField may be more?

digitalw0lf commented 2 years ago

uActiveScript.pas is in https://github.com/digitalw0lf/dwfunits repo

ctx.NotWriteEmptyField: you should use https://github.com/fainspace/superobject.git fork instead of original superobject.

But, currently Hextor is not prepared to be compiled by everyone. It has some non-opensource dependencies from my commercial projects. So I don't think you will be able to build it, sorry.

limelect commented 2 years ago

Ok, thanks. Can you plz then make a portable version (only exe no installation)?

digitalw0lf commented 2 years ago

HextorExe.zip These are the same files that are created by installer. Is it ok or do you need a true "portable" version that does not creates any settings files when run on user machine? I'm planning to implement it in next version

limelect commented 2 years ago

Thanks