Hi!
I need to implement scheduled tasks in my application and your library turned to be great.
The problem is that I will need to distribute it to clients with different Windows localization settings.
My task is pretty simple, executes a program daily every few hours and after boot also.
I've tested on an English Windows 7 64 bits and also Dutch Windows 8 64 bits, both worked fine.
But I'm afraid this might fail on other languages.
Since you mention support only for "English, Spanish, Italian, French, Chinese (Simplified), German." and it worked on Dutch, I wonder if you are referring to another component of the library and not to the simple creation of tasks.
Do you think this might fail on other languages?
If that's the case, I'm going to have to implement a scheduler by importing an .XML file.
Thank you.
I need to implement scheduled tasks in my application and your library turned to be great.
The problem is that I will need to distribute it to clients with different Windows localization settings.
My task is pretty simple, executes a program daily every few hours and after boot also.
I've tested on an English Windows 7 64 bits and also Dutch Windows 8 64 bits, both worked fine.
But I'm afraid this might fail on other languages.
Since you mention support only for "English, Spanish, Italian, French, Chinese (Simplified), German." and it worked on Dutch, I wonder if you are referring to another component of the library and not to the simple creation of tasks.
Do you think this might fail on other languages?
If that's the case, I'm going to have to implement a scheduler by importing an .XML file.
Thank you.