09-19-2013 02:34 PM
Selection of an icon file that ends *.ICO is not allowed the file must be lower case *.ico. On projects migrated from previous versions where upper case was allowed, this can cause compile errors without a very good error definition.
09-20-2013 09:16 AM
Hey blakney,
Thanks for the report. I've confirmed that this is indeed the case, and have filed an internal report for our developers to look into this further. I don't have a workaround for the issue at this time, but I will post back if we do find anything. In the meantime, my best suggestion is to use a script to rename all icon files to a lowercase .ico. Let us know if you need any more assistance with it!
09-22-2013 04:52 AM
Are you sure that this is a CVI issue? I had an impression that when moving from WinXP to Win7 al file-related operations have become case sensitive and I wonder if this can be a OS issue instead.
09-23-2013 08:47 AM
Roberto,
I had tested this on my Win 7 machine with both CVI 2010 and 2013. In 2010, .ico or .ICO were allowed. In 2013, only .ico is allowed. This could be as simple as the filter in the file selection box being overzealous, actually. In any case, I've filed the report so our developers can look into it. Was there another instance in which the XP to 7 migration could cause case sensitivity that you were thinking of? I could definitely test it if we have a specific concern in mind.
09-24-2013 01:45 AM
Daniel,
unfortunately I cannot give you a precise scenario to test.
I had some problems accessing disk resources with FileSelectPopup and similar functions in an application of mine and I resolved them by matching capitalization between disk file or folder name and the commands. This was more or less two years ago and starting from that moment I double check file and folder names as a rule.
I have made some tests now and it seems that there is no problem in using different cases for file/folder names, so it may be that I had a different kind of problems at that time. Good for me but bad for you maybe, as you probably will remain with this undocumented warning in mind
Tested with CVI 2009SP1 and 2012SP1 on Win7 Pro SP1 64bit.