Vista has soooo many compatible issues,
-
WinCE5.0 won't work properly on it. and many apps runs on XP won't work on Vista. What's wrong with it? :mad:
LeeeNN wrote:
many apps runs on XP won't work on Vista. What's wrong with it?
It's "better".
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
LeeeNN wrote:
many apps runs on XP won't work on Vista. What's wrong with it?
It's "better".
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001John Simmons / outlaw programmer wrote:
"better"
Yep. Seems that all of my apps I develop with Windows XP Pro run fine on Vista, if not better, performance-wise.
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
-
WinCE5.0 won't work properly on it. and many apps runs on XP won't work on Vista. What's wrong with it? :mad:
LeeeNN wrote:
WinCE5.0 won't work properly on it
because they have disabled few APIs supported in in Older version of CE. Even in the documentation of CE6.0 it is clearly mentioned many CE5.0 Appl wont work. The whole kernel structure is changed :confused:
There are only two kinds of people who are really fascinating-people who know absolutely everything, and people who know absolutely nothing. Oscar Wilde (1854-1900) Regards... Shouvik
-
WinCE5.0 won't work properly on it. and many apps runs on XP won't work on Vista. What's wrong with it? :mad:
LeeeNN wrote:
What's wrong with it? :mad:
Lots.. :p And yeah.. Well, as Microsoft says, "the wow starts now".. Or should I say "the wow [I wish I'd stuck with XP] starts now" --PerspX
"Nowadays, security guys break the Mac every single day. Every single day, they come out with a total exploit, your machine can be taken over totally. I dare anybody to do that once a month on the Windows machine." - Bill Gates
-
WinCE5.0 won't work properly on it. and many apps runs on XP won't work on Vista. What's wrong with it? :mad:
Windows CE 5.0 never runs on top of a desktop version of Windows. Perhaps you mean that Windows CE 5.0 Platform Builder doesn't work? That doesn't surprise me because my own experience is that eMbedded Visual C++ 4.0 (which uses the same development shell and Platform Manager as CE 4.x and CE 5.0 Platform Builder) does not work at all. As for other applications not working, there are plenty of cases where applications have relied on unspecified behaviour in Windows APIs, either accidental misuse or deliberately using undocumented features. In both cases any change to the underlying implementation can and will break code. This is true of any new version of Windows - it's just that it's been a long time since Windows changed this much. Also, in the pursuit of better security, I suspect Microsoft have added a lot more parameter validation to APIs, meaning that things you could previously get away with don't work any more. If you're developing anything with Windows CE 5.0 Platform Builder you should be aware that an awful lot changes for Windows CE 6.0, and a lot of the undocumented features commonly used in application code will no longer work.
Stability. What an interesting concept. -- Chris Maunder