DelphinSoftware / vcl-styles-utils

Automatically exported from code.google.com/p/vcl-styles-utils
0 stars 0 forks source link

Problems with vcl.styles.utils.* files while executing with C++ Builder #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the project attached, compile it (it's a C++ Vcl Forms Application) and 
run it

What is the expected output? What do you see instead?

The program is supposed to run without problems and to show a form. 

What version of the product are you using? On what operating system?

RAD Studio XE6 on Windows 7 64-bits (with C++ Builder XE6). Latest build from 
Subversion of VCL Styles Utils

Please provide any additional information below.

If we remove the 3 included "pas" files (which comes from your libraries), we 
program runs perfectly (but the purpose of this sample is to use the 3 pas 
files (which comes from your vcl-styles-utils project) to be able to show sub 
menu items when a default styles is applied (other than Windows default style) 
and when a PopupMenu, built on runtime, has an ImageList in its properties.) 
When I include these 3 pas files in a Delphi Project (with same functionality 
and purpose), no problems appears.

Can you help me please to be able to execute this sample with C++ Builder XE6 ? 

Thank you very much

Original issue reported on code.google.com by philippe...@gmail.com on 8 Jul 2014 at 6:57

Attachments:

GoogleCodeExporter commented 9 years ago
Try disabling the option "Link with runtime packages" located in 
Project->Options->Packages->Runtime Packages

Original comment by Rodrigo.Ruz.V@gmail.com on 9 Jul 2014 at 7:29