1
Answer

Which API I Use In My SDK?

Akhil Bhaskar

Akhil Bhaskar

7y
277
1
Hi everyone I am submitting an universal windows application to windows store..
 
I have to create app package for my application...
 
After creating app package I launch windows app certification kit...
 
After completion of windows app certification kit test I have the following error...
 
Supported API test
 
FAILED
 
Supported APIs
 
Error Found: The supported APIs test detected the following errors:
API D3D12GetDebugInterface in d3d12.dll is not supported for this application type. UnityPlayer.dll calls this API.
API GetDeviceIdentifier in libcom.dumadugames.unityplugin.so is not supported for this application type. Assembly-CSharp.dll calls this API.
API ExecuteAssembly in uwphost.dll is not supported for this application type. BlackJack.exe calls this API.
API DllGetActivationFactory in uwphost.dll is not supported for this application type. BlackJack.exe has an export that forwards to this API.
Impact if not fixed: Using an API that is not part of the Windows SDK for Windows Store apps violates the Windows Store certification requirements.
How to fix: Review the error messages to identify the API that is not part of the Windows SDK for Windows Store apps. Please note, apps that are built in a debug configuration or without .NET Native enabled (where applicable) can fail this test as these environments may pull in unsupported APIs. Retest your app in a release configuration, and with .NET Native enabled if applicable. See the link below for more information:
Alternatives to Windows APIs in Windows Store apps.
I am searching for this error I found some solution is your using api is doesn't supported for sdk..
 
Can anyone give me which api I used for windows 10 sdk
Answers (1)
0
Kirtan Patel

Kirtan Patel

NA 35k 2.8m 15y
dont forget to mark "Do you like answer" it will give me some credits :)

you can start with Simple GDI+ Programs there are many tutorials available on GDI+ Here on C-sharp Corner.com


take a look at them and Learn after that try matlab coding :)



Accepted
0
jimmy naik

jimmy naik

NA 21 64.8k 15y
there is one software called bimp elite.it has almost all the features that my project need.....can u guys tell me where can i find code for that software....i tried a lot but cannot find it.

thnks
0
Master  Billa

Master Billa

NA 2.7k 0 15y
0
jimmy naik

jimmy naik

NA 21 64.8k 15y
how should i start with this project?...i have just started learning c#.net and matlab
0
Kirtan Patel

Kirtan Patel

NA 35k 2.8m 15y
Hi ,Friend

 you can manupulate image batch processing with C# .net


with using GDI+ Classes Provided By .net framework


and you can also Integrate matlab with C#


take a look at link below

http://www.mathworks.com/matlabcentral/fileexchange/12987