Jump to content

CB2021

Members
  • Content Count

    16
  • Joined

  • Last visited

Posts posted by CB2021


  1. I am using the VirtualImageList which shows I have access to images 16x16, 24x24, 32x32 and 48x48.  The picture below shows a TSpeedButton with the size Width=120 and Height=120. The image from the VirtualImageList is always 16x16. I would like to select the largest image that will fit in the button, in this case 48x48. How do select the image size to use? Can the image size be adjusted automatically? 

     

    SpeedButton.png


  2. I am using CB11 and have a 64bit VCL windows app. I need to identify all the files that must be installed with my application. The menu Project->Dependencies... is grayed out. How can I see a list of my application dependencies? 

     

    Also why is the menu Project->Dependencies... grayed out? How can I activate this menu? 

     

    Thanks

     


  3. I would like to read about other users experience upgrading to CB 11 but there is very little without the Embarcadero forums. These are the times I really miss the old Embarcadero forums.  Judging the feedback from Delphi users the upgrade is going very well.  

    • Like 1

  4. I'm working on a 64 bit VCL project and trying to switch to SVG images. My SVG images are originally created as 128x128 pixels. The only components that come close to working are the TMS component TAdvSVGImageCollection working with the TVirtualImageList.  Using these components the SVG images are not always shown correctly and they don't seem to ever resize.  Automatic resizing of the images based on the size of the applied component seems to be the only reason to switch to SVG images.  May I ask how other developers are implementing SVG images in Delphi?  


  5. On 7/13/2021 at 2:23 AM, FPiette said:

    I still don't understand. Do you mean a company offering a service like what Embarcadero has implemented for Delphi registration? The OP is looking for a component to integrate in his own software and which contact some remote service to validate software registration?

    A software registration company offers anti piracy tools you build into your project which then handle the registration by logging into the company servers.  Look at this website http://intelliprotector.com:81/ they are located in Ukraine have not updated their products since the coup back in 2014. I need a software registration company that has modern tools for x64.   


  6. I'm not sure my debugger is working correctly.  I'm using a 64bit VCL project in 10.4.2  I have a bug that access an array that was never declared. It would normally be declared using calloc. Rather than any message from the debugger, all I get is a generic "Access violation" message. Then I have to track down the error using break points and stepping through the code.  Is this how the 64bit debugger is supposed to work?  In the past CB would give a debugger warning when this happened.  

     

    There should be an attached picture which shows this. 

    Access violation at address 00007FF9243A4B59 in module "KERNELBASE.dll". Read of address 0000000000007CC8

     

    There are several third party memory tools such as Deleaker and EurekaLog.  Do I need to buy one of these tools to handle memory problems?  

    debugerror.png


  7. I just watched the video below about the new features in 10.4.2. It looks very good. I will be upgrading later this month. Let us all know how 10.4.2 is installing and working for you. Thanks.  

     

     


  8. I am using the C++Builder 10.4 Update 1 with the 64 bit VCL project for Windows desktop.  I have all the patches installed. I have a TStringList declared in my main form .h file which I create using 'new'  when the program starts. When I try to access the popup list of all the properties I get the message Unable to Find File. A picture of this is below. I though this problem had been fixed in the current version. Is there a project setting I need to set to make this feature work?  

     

    UnableToFindFile.thumb.png.ec3782ff9d7daa11db7ddd91721e925b.png

×