Hi All!
I was wondering if there was a way to load any kind of file (text or binary) into a string ( Delphi 2009 ), i've tried using the File2String function in ExeMod, however, Delphi 2009 doesn't seem to like it...
Reason: I'm trying to use the AddFile2Exe function in exemod, however, it doesn't seem to work. Ive found out it must be something to do with the File2String and delphi 2009's love of unicode :D...
Hope you can help!
Regards
SirStorm25
File - to - String!
Started by SirStorm25, Sep 14 2008 01:45 AM
3 replies to this topic
#1
Posted 14 September 2008 - 01:45 AM
|
|
|
#2
Posted 14 September 2008 - 10:37 AM
Does your target .exe support unicode? If not, you may need to translate your string into ansi before pushing it into the .exe.
#3
Posted 14 September 2008 - 11:55 AM
Thanks for the reply!!!
How would I do that? (convert string to ansistring)??
or
How would I add unicode support to my application?
Regards
SirStorm25.
How would I do that? (convert string to ansistring)??
or
How would I add unicode support to my application?
Regards
SirStorm25.
#4
Posted 15 September 2008 - 08:40 AM
I don't have access to Delphi 2009, but I know there are Delphi components to provide Unicode support.


Sign In
Create Account

Back to top









