TheLumaniac
New member
- Jan 24, 2015
- 98
- 0
- 0
The problem is that the API's are really limiting, and the actual code is way more complex than win32 code. Dealing with files is a nightmare in winapps, but on the win32 platform, it's just a story of something along
File.Copy("source", "new location").
Not only that, but you are really limited interface wise. You're stuck on one frame, and can't have various Windows that belong to the same process open at the same time.
Basically, unless winApps API's evolve,
WinApps=really casual Apps
Win32=Video/photo editing, DAWs, specialized software, CADs, etc...
Well, you are right, Windows apps are still somewhat limited in what they can do, they are constantly getting better.
Once Windows 10 comes out (and if it becomes a success) more developers will become willing to make Windows apps, which will of course lead to better APIs, which means better apps. It's just a matter of time before they become as good as Win32 programs.
(I'm not saying that it's going to happen in the next few months, but they are getting better)