Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29236 Discussions

Date Time Picker and Win XP Prof

tropfen
New Contributor I
374 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
374 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