Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 12/05/23 in all areas

  1. David Heffernan

    Win 64 debugger not working

    That fabled focus on quality really paying dividends.
  2. David Heffernan

    Delphi Version in profile

    Were just waiting for somebody to start using it I guess
  3. Thanks, those checks are not in the POST handler and I thought I'd removed them since my PUT tests all worked, but now gone. SVN may be a few days. Angus
  4. Fritzew

    Delphi Version in profile

    The Bug with div [const] is a showstopper so Athens is not usable
  5. Hi, my first post here. Sorry if this is not the right place, but i feel this is something that should be stated somewhere for others to find. I am running the small danish company Carsoft. We make a quit successful system, called Carsoft Planner for auto workshops, in Delphi. For years I have had the problem, that the main product was debugging fine, but smaller stuff would simply not debug in 64 bit mode! I have googled for hours and tried everything i found - setting firewall, changing all the different paths etc. etc. Now I am in the process of moving Delphi and all my sources to a brand new computer, and a brand new Windows 11. So I installed Delphi 12, moved the sources, and made a very small project "Hello world", just a button and a Showmessage. Put a breakpoint, Pressed F9 and no succes. Breakpoint not found! More googling etc. Finally i found a post somewhere mentioning use of non ascii characters in paths. In Denmark we have three extra letter "æøå" and i have used one of these in the folder name for my "small stuff". Changing my folder name solved the problem completely, everything now works as it should. This might be a well known fact around the world, but I have seen other having the same problem, with no solution, so my hope is this post can help. Best regards Lars
  6. Lars Fosdal

    Win 64 debugger not working

    Known issue: https://quality.embarcadero.com/browse/RSP-15908
  7. Assuming NSFileHandleReadCompletionNotification is an NSString, it should be passed like this: NSObjectToID(NSFileHandleReadCompletionNotification) Having said that, I haven't come across the need to use such an observer. You might like to take a look at the code in Kastri that creates a process on macOS and reads from the output.
  8. Fr0sT.Brutal

    Software licensing system recommendations

    .superdupersecure 🙂
  9. Patrick PREMARTIN

    Software licensing system recommendations

    what file extension do you expect for a security company website ?
  10. I fully agree with that. The fact that open source libraries are not easy to use with RAD Studio or C++Builder is one of the biggest limitations. Installing via GetIt is nice, but much more important from my point of view is a reasonable support of CMake. I think you get young programmers at school and in the universities - there you set yourself on a "favorite IDE". Without the ability to compile open source libraries, Embarcadero is out of the race when it comes to generating young talents who use RAD Studio. What a pity! I am using VTK with RAD Studio - the only reason for that is because I am bound to the IDE with old projects. It would be cool if we put together in this thread or wherever C++ libraries that can be "somehow" compiled with RAD Studio. In cooperation with Embarcadero we should bring the open source capability forward piece by piece. PS Okay, I'm dreaming 😉
  11. Roger Cigol

    What about additional free open source C++ libraries on GetIt ?

    The ease of use with open source C++ libraries is a key feature when choosing a C++ development environment. I agree with your highlighting the need for Embarcadero to direct attention to this.
×