Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Date Time Picker and Win XP Prof

tropfen
New Contributor I
411 Views
I am using CVF 6.6 and I am interested to include Date Time Picker in my Dialogs. When I am doing so, the dialog is not starting any more on Win XP Prof. Is there an update or a workaround? Working with Win XP Home I dont have any problems.

Thanks for help in advance !
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
411 Views

Take a look at InitCommonControlsEx API -> ICC_DATE_CLASSES.

Non-standard control dll'shave to be explicitly loaded with InitCommonControls[Ex]. On some OS configurations, the comctl32.dll may be explicitly loaded by some other dll (explaining the behaviour you see on XP Home), but in general you should ensure that you load it yourself.

Jugoslav

0 Kudos
Reply