Jump to content

David Heffernan

Members
  • Content Count

    3659
  • Joined

  • Last visited

  • Days Won

    181

Everything posted by David Heffernan

  1. David Heffernan

    C++ Builder 11.3 / RenameFile() not working?

    What directory would you have expected the files to be relative to?
  2. David Heffernan

    C++ Builder 11.3 / RenameFile() not working?

    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.
  3. David Heffernan

    Quality Portal going to be moved

    Like when they asked us all to transfer our reports from QC to QP?
  4. 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.
  5. This is wrong on D7 too. Don't believe everything you read.
  6. 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.
  7. David Heffernan

    Product: Delphi Parser - AI claims - what does it mean?

    Isn't this just grep?
  8. David Heffernan

    Newbie Question - VCL Object Rename

    You use variables which contain references to them.
  9. David Heffernan

    Newbie Question - VCL Object Rename

    Another good reason not to write code which depends on the string name of objects.
  10. David Heffernan

    F2047 Circular unit reference.

    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.
  11. David Heffernan

    F2047 Circular unit reference.

    Hard to answer without seeing how the classes and types are defined
  12. David Heffernan

    Delphi and "Use only memory safe languages"

    You are trolling here right?
  13. David Heffernan

    Showing TMenuItem icons at design time in the IDE

    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?
  14. David Heffernan

    Showing TMenuItem icons at design time in the IDE

    Submit a feature request
  15. David Heffernan

    Why does IDE require UAC elevation when starting?

    Right click on bds.exe and check what its compat settings are too
  16. David Heffernan

    What do you think of "Local Global variables"

    I'm not sure that this is true.
  17. David Heffernan

    What do you think of "Local Global variables"

    My opinions are independently formed though
  18. David Heffernan

    What do you think of "Local Global variables"

    Not is the containing structured type is declared in the implementation section
  19. David Heffernan

    What do you think of "Local Global variables"

    Types can be declared inside structured types.
  20. David Heffernan

    What do you think of "Local Global variables"

    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.
  21. David Heffernan

    What do you think of "Local Global variables"

    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.
  22. David Heffernan

    Drag and DPR

    I honestly can't make any sense of this text. Is it just me?
  23. David Heffernan

    Possible Delphi 12.1 inheritance bug, could someone test also

    IDE form designer has been doing this sort of thing for over a decade with VFI
  24. David Heffernan

    Convert Visual Studio 2012 code to Delphi

    Guys, he just wants somebody to convert the code ASAP!!
  25. David Heffernan

    Convert Visual Studio 2012 code to Delphi

    This isn't the place to hire programmers is it
×