Delphi 2007 assertThe assertion message from Delphi 2007 is...
"(!"SetThreadContext failed")" in ..\win32src\thread32.cpp at line 412
Any way I can patch this out?
CodeGear™ Delphi® 2007 for Win32® Version 11.0.2902.10471
El 18/01/2014 21:48, Michael Leahy escribió:
> The assertion message from Delphi 2007 is...
>
> "(!"SetThreadContext failed")" in ..\win32src\thread32.cpp at line 412
>
> Any way I can patch this out?
>
> CodeGear™ Delphi® 2007 for Win32® Version 11.0.2902.10471
>
An unofficial fix fo...
Delphi 2010 IDE throws error on "find" and "find in files"I will greatly appreciate any advice how to cure the suddenly appeared misbehaviour:
I just loaded the main project file and then tried to find code snippets fore re-use with "find" and "find in files"
the Eurekalog extract is:
2.2 Address : 20EB30B6
2.3 Module Name : vclide140.bpl - (Integrated Development Environment Specific Components)
2.4 Module Version: 14.0.3593.25826
2.5 Type : EOutOfResources
2.6 Message : Unable to insert a line.
2.7 ID : 61FB
2.8 Count : 1
2.9 Status ...
First use of XE7, "Delphi Package Output Directory", "path is too long"I have been using Delphi 2010, and also had XE2 installed (but never used it). Yesterday I purchased the Delphi XE7 update, and installed it. Upon first launch, I got this dialog:
{code}
Warning [window title]
Your current Delphi Package Output Directory is not part of your system path. In order to use runtime packages that are built into this directory, this directory needs to be on your path. However, it appears that your current system path is too long. Please manually edit your system path to remove unnecessary items and/or include this directory.
Directory to be added: c:\User...
"Build All" equivalent in Delphi 2007Hello,
I have been using D2007 for several years and something is very different
from Delphi 5 which was my previous version.
In D5, Build All from the menu recompiled every unit in my project whether
it had changed or not.
Delphi 2007 does not do this :-( I know I have many compiler items that I
should attend to but Shift_F9 on the Project menu
does not rebuild all units. Every once in a great while it does in response
to *something* I have changed but for the life
of me I cannot figure out what I did to cause it to rebuild everything and
display the long list of warnin...
Is "Bug Changes" multi-select an "and" or an "or"?Either I'm confused, or there is a defect with the way that advanced
searching in the "Bug Changes" box works (perhaps both).
I created 2 new Bugs
http://landfill.bugzilla.org/bugzilla-2.20-branch/show_bug.cgi?id=2841
and
http://landfill.bugzilla.org/bugzilla-2.20-branch/show_bug.cgi?id=2842
2841 is just new. No PCR chagnes of any form. 2842 is new, but with
the status changed (I accepted the bug).
Then I ran two queries. First I unselected everything, then in the
"Bug Changes" box I selected:
Only bugs changed in 2d with "[Bug creation]" ...
[XE2] "Delphi.Personality" and platform "Win32" missing or unavailableToday I reinstall XE2 with update 1, when I try to run the application, I got following error message, I am sure it used to works fine before rebuilding my PC.
[DCC Fatal Error] Exception Exception: Compiler for personality "Delphi.Personality" and platform "Win32" missing or unavailable.
[DCC Error] Compiler for personality "Delphi.Personality" and platform "Win32" missing or unavailable.
so what I can do now to work around it?
solved, I removed the environment varible platform(platform=win32) and not get this error message again.
> {qu...
NOT SOLVED "Delphi.Personality" and platform "win32" missing or unavailableHello,
Just installed (21st February 2012) Delphi XE2 Starter.
Build 16.0.4276.44006
*Installed Updates* (RAD Studio XE2 Delphi and C++ Builder Update 1)
(BTW why can't this info be copied instead of typing from Help>About)
Got:
*[DCC Error] Compiler for personality "Delphi.Personality" and platform "win32" missing or unavailable*
when trying to run 1st Sample VBlock
(BTW why there is no standard Hello World to show that IDE works?)
*In spite of CASE SOLVED:*
Report #: 98901 Status: Closed
"Delphi.Personality" and platform "Win32...
[XE2] "Delphi.Personality" and platform "Win32" missing or unavailableI'm using Windows Vista Business 32-bit and C++ Builder XE2. When I create a new VCL project, add some Delphi files (.pas) to the project and try to compile, I receive the following error messages:
{code}
[DCC Fatal Error] Exception Exception: Compiler for personality "Delphi.Personality" and platform "Win32" missing or unavailable.
[DCC Error] Compiler for personality "Delphi.Personality" and platform "Win32" missing or unavailable.
{code}
Normally, in C++ Builder XE, when I add some Delphi files to my projects, it compiles without any prob...
[Delphi 2007] "Jpeg.pas" is need.Hi
I have an error,to solving it i need "jpeg.pas".
Maybe you want know what is the error that i need this unit source:
Im using a captureScreen function to capture a screenshot from screen.im
converting my captured bitmap to jpeg, and the i will save it to a
stream(first paramater of the function).
procedure
captureScreen(mem:TMemoryStream;Quality:integer;scale:integer=100);
begin
...
jp.SaveToStream(mem); //Here i have "Out of Resources" error ! i need
"jpeg.pas" to find the problem origin.
...
end;
Don't forget the error oc...
"Sneak Preview: Delphi 2011 is Delphi XE"Today, Delphi's Welcome page showed this:
Sneak Preview: Delphi 2011 is Delphi XE
http://www.embarcadero.com/rad-studio-xe-preview
When trying to watch the video, it gives an error message:
Server not found:
rtmp://etnastream01.embarcadero.com/vod/
How nice :-(
Achim
Achim Kalwa wrote:
> Sneak Preview: Delphi 2011 is Delphi XE
> http://www.embarcadero.com/rad-studio-xe-preview
>
> When trying to watch the video, it gives an error message:
>
> Server not found:
> rtmp://etnastream01.embarcadero.com/vod/
Works for me on second try (first ...
Precedence of "where" ("of", "is", "will")?Nobody on #perl6 today could answer this one. Is:
Str | Int where { $_ }
the same as:
(Str | Int) where { $_ }
or:
Str | (Int where { $_ })
?
Followup questions, Mr. President:
What kind of operators are "where", "of", "is", and "will"?
Is there a reason that S03 doesn't list them?
What are their precedence(s)?
--
Chip Salzenberg - a.k.a. - <chip@pobox.com>
Open Source is not an excuse to write fun code
then leave the actual work to others.
Chip Salzenberg writes:
&...
.ALLCOL("%COLUMN%", " ", ", ", ", ")Do you know anyway for me to exclude a subset of columns returned by this
function. We have two columns (rec_user and rec_datetime) which are in all
of our tables, but when generating triggers I want automatically generate a
script which does not include those two columns but does include all other
columns in that table.
Bruce
I should add that I am using PD 9.0.0.580.
Bruce
"Bruce Lamb" <lamb.bruce@mayo.edu> wrote in message
news:6HgI315nCHA.155@forums.sybase.com...
> Do you know anyway for me to exclude a subset of columns returned by this
> function. ...
Best "fit" selection rules for Delphi overloads?Is there somewhere a document explaining the strategy the Delphi
compiler uses to select which overload to use and when to report an
ambiguity when dealing with class parameters?
For instance, suppose you have two classes:
TSuper = class end;
TSub = class(TSuper) end;
Now if you define:
procedure Ambiguous(a : TObject; b : TSub); overload;
procedure Ambiguous(a : TSuper; b : TObject); overload;
and later try to use them with:
var super : TSuper
...
Ambiguous(super, super)
The compiler will accept that (and will use the 2nd overload).
Bu...
quotes, quotes, quotes...I am getting this error and I know what is causing it, but I have no idea
how to fix it, any help would be great. The script steps through the
/var/log/messages file on a linux server and puts
The entries into a mysql database. However when it gets to the 'hlt' line in
the messages file it just barfs. The single quotes are freaking it out. I
know about quotes but not how to use in
this situation.
Thanks,
Paul
Error:
May 27 17:53:00 localhost kernel: Checking 'hlt' instruction... OK.
<----- doesn't like this in the messages file
DBD::mysql::st exec...