Quote:
Originally Posted by colin9876
Correct me if Im wrong? I just thought there was only Compact .Net on the Windows Mobile OS and thats why I wanted a PLOT function in .NET
|
You are totally wrong and appear to be totally ignorant of the Windows architecture. I don't know why you keep referring to .NET capability, you are not interacting with .NET you are interacting with B4ppc which exposes a simplified sub-set of .NET. You cannot see what else is implemented in .NET outside of B4ppc because it is not exposed.
Windows Mobile, like XP and Vista is a native mode operating system largely written in C/C++ (NOT C# - do you know the difference by now?) whose primary API is the Win32 API which implements literally thousands of unmanaged C type function calls to do a wide range of OS assisted functions. The .NET Common Language Runtime is a managed code guest to, and relies on, the underlying unmanaged OS and so is itself a subset of the full unmanaged OS. Why don't you do some research and learn about these things for yourself before exposing your ignorance?
Quote:
|
directX / 3D Wizrdary or whatever is only for the desktop???
|
Wrong. I already told you the device can do DirectX and Direct3D - albeit only to DirectX8 standards as the devices lack hardware accelerated graphics on which DirectX9 relies.