On May 20, 2006, at 10:06 AM, Charles Yeomans wrote:
On May 20, 2006, at 12:20 AM, Kevin Windham wrote:
On May 19, 2006, at 3:50 PM, [EMAIL PROTECTED] wrote:
There is one way: create a "text" file containing this raw data,
using whatever hex editor (or other method) you prefer; then drag
this file into your project. It will be compiled as a constant.
However, I'm not sure whether you could use such a constant as a
property value using the # syntax.
HTH,
- Joe
That is an excellent suggestion. Unfortunately, I am building a
console app, and trying to compile in files like this produces a
failed assertion in console apps.
<http://support.realsoftware.com/feedback/viewreport.php?
reportid=pbbzvlux>
As you've found, there doesn't appear to be a way to set the
constant value. The Rb EditField converts CRLF to the end-of-line
symbol for the platform. Probably you should just write a function
CRLF() as String that returns the string and sign on to any feature
requests for compiler optimizations.
Yes, that is pretty much what I've got at this point. But don't you
want to sign on to my bug report? Being able to drag files into
projects is pretty handy, and if you ever want to convert a GUI app
to a console app you might very well run into this bug. I have
several GUI apps and I decided to convert a server app to console,
and this bug got me. Took me a while to figure out what it was too.
Kevin
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>