-
Content Count
3659 -
Joined
-
Last visited
-
Days Won
181
Everything posted by David Heffernan
-
C++ Builder 11.3 / RenameFile() not working?
David Heffernan replied to cbPlus's topic in General Help
What directory would you have expected the files to be relative to?- 10 replies
-
- c++ builder
- 11.3
-
(and 1 more)
Tagged with:
-
C++ Builder 11.3 / RenameFile() not working?
David Heffernan replied to cbPlus's topic in General Help
What I don't understand is why you didn't use the debugger or other debugging techniques to check what values were being passed in to the function. That's my idea for you.- 10 replies
-
- c++ builder
- 11.3
-
(and 1 more)
Tagged with:
-
Quality Portal going to be moved
David Heffernan replied to Uwe Raabe's topic in Community Management
Like when they asked us all to transfer our reports from QC to QP? -
Changes in System.sysutils.pas were not reflecting in other unit in Delphi 11
David Heffernan replied to sp0987's topic in General Help
Your code might appear to work on D7 but that's by chance. What I'm surprised at is why anyone is still talking about this. Who cares. Why do people want to work out what happens whe calling conventions don't match. -
Changes in System.sysutils.pas were not reflecting in other unit in Delphi 11
David Heffernan replied to sp0987's topic in General Help
This is wrong on D7 too. Don't believe everything you read. -
Changes in System.sysutils.pas were not reflecting in other unit in Delphi 11
David Heffernan replied to sp0987's topic in General Help
Are you setting every field in st? Looks like you didn't set DayOfWeek. It's a Wednesday, the 12th June. Doesn't seem worthwhile calling StrToDateTime and the DecodeDateTime when you can just set the fields directly. -
Product: Delphi Parser - AI claims - what does it mean?
David Heffernan replied to Jasonjac2's topic in Delphi Third-Party
Isn't this just grep? -
You use variables which contain references to them.
-
Another good reason not to write code which depends on the string name of objects.
-
F2047 Circular unit reference.
David Heffernan replied to dmitrybv's topic in RTL and Delphi Object Pascal
Interfaces and callbacks might be the solution, but I'm always very sceptical of people who will tell you the solution to a problem that hasn't been clearly stated. -
F2047 Circular unit reference.
David Heffernan replied to dmitrybv's topic in RTL and Delphi Object Pascal
Hard to answer without seeing how the classes and types are defined -
Delphi and "Use only memory safe languages"
David Heffernan replied to Die Holländer's topic in General Help
You are trolling here right? -
Showing TMenuItem icons at design time in the IDE
David Heffernan replied to PeterPanettone's topic in Delphi IDE and APIs
This entire thread is utterly pointless. Just submit a feature request. Yapping here won't change anything. Or are you just here for the yapping? -
Showing TMenuItem icons at design time in the IDE
David Heffernan replied to PeterPanettone's topic in Delphi IDE and APIs
Submit a feature request -
Why does IDE require UAC elevation when starting?
David Heffernan replied to Tom F's topic in General Help
Right click on bds.exe and check what its compat settings are too -
What do you think of "Local Global variables"
David Heffernan replied to Tommi Prami's topic in RTL and Delphi Object Pascal
I'm not sure that this is true. -
What do you think of "Local Global variables"
David Heffernan replied to Tommi Prami's topic in RTL and Delphi Object Pascal
My opinions are independently formed though -
What do you think of "Local Global variables"
David Heffernan replied to Tommi Prami's topic in RTL and Delphi Object Pascal
Not is the containing structured type is declared in the implementation section -
What do you think of "Local Global variables"
David Heffernan replied to Tommi Prami's topic in RTL and Delphi Object Pascal
Types can be declared inside structured types. -
What do you think of "Local Global variables"
David Heffernan replied to Tommi Prami's topic in RTL and Delphi Object Pascal
Exit, Break and Continue are all good. No problem with them being used properly. These local variables that are shared between local functions are very different because they tend to have larger scope that is harder to manage. -
What do you think of "Local Global variables"
David Heffernan replied to Tommi Prami's topic in RTL and Delphi Object Pascal
I always prefer to pass parameters because it makes it much clearer what the input/output of the function is. Usually the so called convenience you refer to just leads to obfuscation. -
I honestly can't make any sense of this text. Is it just me?
-
Possible Delphi 12.1 inheritance bug, could someone test also
David Heffernan replied to Tommi Prami's topic in VCL
IDE form designer has been doing this sort of thing for over a decade with VFI -
Convert Visual Studio 2012 code to Delphi
David Heffernan replied to Bahram Akhundov's topic in General Help
Guys, he just wants somebody to convert the code ASAP!! -
Convert Visual Studio 2012 code to Delphi
David Heffernan replied to Bahram Akhundov's topic in General Help
This isn't the place to hire programmers is it