Alexander
|
Registered User
|
Usual Delphi programmer.
|
|
Oct 20 |
answered | Passing Static arrays as parameters for Dynamic arrays in Delphi |
|
Oct 9 |
comment |
Is the memory not reclaimed for Delphi apps running on Windows Server 2008 (sp1) ? That's probably depends on how do you define "memory". I didn't say it is a physical memory, right? |
|
Oct 7 |
comment |
Premature string destruction and how to avoid it? That's because you use Str inside anonymous method, so now string variable will be captured and not go out of scope ;) |
|
Oct 6 |
answered | Premature string destruction and how to avoid it? |
|
Sep 21 |
comment |
How can I make my form resize more smoothly? >>> "DoubleBuffered basically makes your app useless on Citrix and Terminal Server" Can you specify why? |
|
Sep 21 |
comment |
simple VirtualFilesystem for delphi - must be FREE! And it has tons of Delphi object wrappers too ;) |
|
Sep 17 |
answered | getwindowtext not retrieving text |
|
Sep 16 |
answered | Possible reasons for [ILINK32 Error] Error: Unresolved external ‘__fastcall System::TObject::NewInstance(System::TMetaClass *)’ referenced from XXX.obj? |
|
Sep 14 |
comment |
Possible reasons for [ILINK32 Error] Error: Unresolved external ‘__fastcall System::TObject::NewInstance(System::TMetaClass *)’ referenced from XXX.obj? System::TObject::NewInstance is part of standart RTL, which is always linked in (is part of) the application. I.e. it can not be unimplemented. Project is not a DLL nor package - just a usual VCL (i.e. Win32) GUI application. Of couse, there is no such thing as redefinition of build-in RTL functions in our code. |
|
Sep 14 |
revised |
Possible reasons for [ILINK32 Error] Error: Unresolved external ‘__fastcall System::TObject::NewInstance(System::TMetaClass *)’ referenced from XXX.obj? added 371 characters in body; added 110 characters in body |
|
Sep 14 |
asked | Possible reasons for [ILINK32 Error] Error: Unresolved external ‘__fastcall System::TObject::NewInstance(System::TMetaClass *)’ referenced from XXX.obj? |
|
Aug 31 |
answered | Cancel / abort creating a new form in Delphi / C++Builder? |
|
Aug 27 |
accepted | Application started by user or another application? |
|
Aug 27 |
comment |
Delphi: StringList Delimiter is always a space character even if Delimiter is set >>> has a problem if the original string contains a subsection like ' " " ' And how can user name contain '"' char? :) |
|
Aug 26 |
answered | Delphi: StringList Delimiter is always a space character even if Delimiter is set |
|
Aug 26 |
revised |
Delphi 2006 system.delete for widestrings? edited tags |
|
Aug 26 |
answered | Application started by user or another application? |
|
Aug 26 |
answered | Application started by user or another application? |
|
Aug 26 |
comment |
Delphi 2006 system.delete for widestrings? Yes, I'm pretty sure about it - just checked it right now in D2006. Delete for String (AnsiString) is converted into LStrDelete call and Delete for WideString is converted into WStrDelete call (see CPU view). |
|
Aug 26 |
answered | Delphi 2006 system.delete for widestrings? |
|
Aug 23 |
accepted | How can I sanitize a string for use as a filename? |
|
Aug 5 |
comment |
Is there programmatical way to get short day names in windows? The examples are actual output on my Vista. Sadly, on XP the first line will be empty. |
|
Aug 4 |
comment |
Is there programmatical way to get short day names in windows? Atlas, I've edited my answer to look more appropriable. See, if that is what you need. |
|
Aug 4 |
revised |
Is there programmatical way to get short day names in windows? added 523 characters in body |
|
Aug 4 |
revised |
Is there programmatical way to get short day names in windows? added 304 characters in body |
|
Aug 4 |
comment |
Is there programmatical way to get short day names in windows? Thanks, I've corrected my answer. Probably my English isn't good ;) |
|
Aug 4 |
revised |
Is there programmatical way to get short day names in windows? added 8 characters in body |
|
Jul 31 |
revised |
How can I sanitize a string for use as a filename? edited tags |
|
Jul 31 |
awarded | ● Organizer |
|
Jul 31 |
answered | Is there programmatical way to get short day names in windows? |
|
Jul 28 |
comment |
How can I find the location of a “List index out of bounds” error in Delphi "Hopefully, "Behold" will soon be a standard" - actually, I just mean that you can try to locate this string in your sources and may be there will be some hint. That's all :D |
|
Jul 28 |
answered | Plugins system for Delphi application - bpl vs dll? |
|
Jul 28 |
comment |
How can I find the location of a “List index out of bounds” error in Delphi I also see a strange non-standard word in caption: "Behold" ;) |
|
Jul 28 |
answered | How can I find the location of a “List index out of bounds” error in Delphi |
|
Jul 27 |
comment |
Adding pointers No, you don't. You can use pointermath to enable pointer math on new type or on block of code. Build-in PByte type already have pointer math enabled, so you don't need any additional directives. |
|
Jul 27 |
answered | Adding pointers |
|
Jul 23 |
answered | Does “Long running method is done” have a design pattern? |
|
Jul 20 |
comment |
Allocating memory for dynamic array - The block header has been corrupted (FastMM4) Are you sure, that problem really disappear? May be you just hide it by suble code changes. That happens a lot. |
|
Jul 19 |
comment |
Allocating memory for dynamic array - The block header has been corrupted (FastMM4) BTW, it would be nice to add a link to this question for old one and visa versa. |
|
Jul 19 |
answered | Allocating memory for dynamic array - The block header has been corrupted (FastMM4) |
|
Jul 19 |
comment |
Allocating memory for dynamic array - The block header has been corrupted (FastMM4) "An old pointer is being used somewhere" No, it is not nessesary so. I can use a very valid pointer, but just overflow it's memory buffer, so I'll end writing into other locations, namely - into block, which was occupied in the past. |
|
Jul 17 |
accepted | Indy “Could not load SSL Library” with Delphi 2007/Apache |
|
Jul 15 |
answered | How to get a stack trace from FastMM |
|
Jul 14 |
comment |
Why differ(!=,<>) is faster than equal(=,==) ? Why don't you just ask the author of these words? |
|
Jul 14 |
comment |
Is it possible to create a type method in Delphi? Indeed, I've missed this. But even in this case he can use the DLangExtensions. |
|
Jul 13 |
answered | Is it possible to create a type method in Delphi? |
|
Jul 13 |
answered | How to increase the startup speed of the delphi app? |
|
Jul 10 |
comment |
FastMM4 says “The block header has been corrupted” That is the function from standard FastMM4.pas. It is from full standalone version of FastMM. It is not exist in FastMM's version, which is integrated into Delphi. There is no DLL in question here. This is just a function in usual pas file ;) |
|
Jul 10 |
answered | FastMM4 says “The block header has been corrupted” |
|
Jul 8 |
revised |
Reading and assigning a void type parameter added 680 characters in body |
