Re: Tiburón and FastCode



Q Correll wrote:

Rudy,

Actually, no it won't.

Why doesn't that surprise me?

See my replies.

Thanks. I have been reading your comments. And they make sense to
me. And they also make me even more concerned about what Nick typed
those few months ago. <sigh>

I'm not very concerned. Problems can arise if you mix and convert
between Ansi and Unicode strings, but most people don't do that, and if
they do, they already have safeguards in place.

Like I said: it is much safer to use the general string type than to
explicitly declare every string as AnsiString.

--
Rudy Velthuis [TeamB] http://www.teamb.com

"I think it would be a good idea."
-- Mahatma Gandhi (1869-1948), when asked what he thought of
Western civilization
.



Relevant Pages

  • Re: Learning the fretboard..
    ... Sight reading at a higher level entails recognition of musical ... is your default handling of two whole steps along a string, ... -Start with a major triad, in root position, with the root on the ... There is only one way to play this triad. ...
    (rec.music.classical.guitar)
  • Re: Program slow. Garbage Collection
    ... the larger string I only had to build one string and call ToLoweron ... The three different possible approaches discussed so far -- "read the whole file", "read a line at a time as separate strings", "read a line at a time into a pre-allocated buffer" -- all have the bulk of their cost in the same thing: ... Reading a line at a time into separate strings does wind up creating a large number of individual strings. ... Also, these objects may survive long enough to wind up in the older generations of the heap; on the one hand, that alleviates the cost those objects cause for GC operations, but on the other hand you know for sure those objects are still going to get destroyed soon, so it'd be better for them to not wind up in the older generation where they may remain and cause increased memory pressure for a longer time. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Cross domain iframe access
    ... and WebKit do not allow to read back the `location' string value ... Such that any attempt to read the - toString - property, or if it can be read then to execute its value, may be the point at which a security exception is thrown. ... Other forms of direct access to the - location - object certainly can stand as a demonstration that reading its value is not subject to any security restrictions. ...
    (comp.lang.javascript)
  • Re: A Modern Method for Guitar
    ... as part of my new practice schedule, i'm reading for 30 minutes every ... Open position is actually much harder to play in than the upper positions because you have to deal with open strings ringing out when they're not supposed to be. ... I generally try to sight read in one of those positions and simply walk down the low E string for any notes below the position's range or up the high E string for nay notes above the position's range. ...
    (rec.music.makers.guitar.jazz)
  • Re: strange problem with serial communication
    ... Each time I send a string, ... > Your code is written to stop reading whenever ReadFile gets a timeout, ... > but you have set the timeout to zero. ... > only one byte for each ReadFile call. ...
    (microsoft.public.windowsce.embedded.vc)