F
Frankie D.
I have a custom CE image based on x86. DirectX component has been added in
Platform Builder, and a reference to WindowMobile.DirectX component in VS.
InvalidDeviceException is thrown while construction the Device object.
presentParams.Windowed = true;
presentParams.SwapEffect = SwapEffect.Discard;
device = new Device(
0,
DeviceType.Default,
this,
CreateFlags.None, presentParams);
DirectX can be used only in WindowsMobile environment? What should be added
in Platform Builder?
Please help,
Thanks in advance,
Frankie
Platform Builder, and a reference to WindowMobile.DirectX component in VS.
InvalidDeviceException is thrown while construction the Device object.
presentParams.Windowed = true;
presentParams.SwapEffect = SwapEffect.Discard;
device = new Device(
0,
DeviceType.Default,
this,
CreateFlags.None, presentParams);
DirectX can be used only in WindowsMobile environment? What should be added
in Platform Builder?
Please help,
Thanks in advance,
Frankie