SETUP.DLL for Windows Mobile cab files
Question: I have a Windows Mobile 6 professional app with a targeted framework as .NET CF 3.5. I created its SmartDeviceCab file. When I install it on device not having CF 3.5 it fails to run. I know that I must have NET CF 3.5 on the device where I want to run my app. How can I add a “smart” setup code to my cab setup? In my Visual Studio C#, VB.NET, C++ and Smart Devices support is installed.
Milliseconds in iPhone applications
Question: I’ve to create a stopwatch for my iPhone app. Is there a way to get a time very precisely? I need to calculate some delays between method calls. I read that I should use NSTimeInterval for this, as well as NSDate, and NSTimer, but I cannot achieve millisecond accuracy with these objects. Can it be done in an iPhone application? I use XCode 3.1.

