Click here to Skip to main content
15,892,927 members
Everything / SDK

SDK

SDK

Great Reads

by Peter Carrasco
This article describes a pub-sub model using AWS Lamdba along with SNS to keep your AWS-hosted RDMB system of record and cache in sync.
by meghana-rao
In this article, we highlight some of the key changes that you can expect to see in the Intel RealSense SDK.
by Andy Point
Firebase Android Tutorial : Adding Registration and Login Hello Developers, this is our android firebase tutorial. In this tutorial we will create an android firebase app that will use firebase android login functionality. This post will help you get you up and running with integrating Firebase to a
by Umer Qureshi
This tip guides you on how to install and integrate Windows 10 Development Kit in Visual Studio 2015 for universal app development.

Latest Articles

by Bruno van Dooren
When retrieving claims information from user token, SDK documentation concerning the supported data types is incorrect.
by Andy Point
Firebase Android Tutorial : Adding Registration and Login Hello Developers, this is our android firebase tutorial. In this tutorial we will create an android firebase app that will use firebase android login functionality. This post will help you get you up and running with integrating Firebase to a
by Derek_Gerber
Free Is Not a Good Price
by Johannes Bildstein
A tutorial about the Canon SDK to remotely control DSLR cameras. From taking photos to using the LiveView.

All Articles

Sort by Score

SDK 

8 Feb 2013 by Matthew Faithfull
Not much or a lot depending on which one you choose:- A library is just one module .Dll .a .so .lib either static or dynamic that you can link with. An SDK will usually contain lots of libraries and the headers that describe the types on the library interfaces, but some sneaky people...
29 Dec 2015 by Peter Carrasco
This article describes a pub-sub model using AWS Lamdba along with SNS to keep your AWS-hosted RDMB system of record and cache in sync.
8 Feb 2013 by hor_313
i have searched adn read something about all but i couldnt underestand at last.please explain those simply
4 Mar 2013 by Prasad_Kulkarni
Refer:Get start form here[^]also checkBuilding Web Apps in WebView[^]
6 Nov 2014 by meghana-rao
In this article, we highlight some of the key changes that you can expect to see in the Intel RealSense SDK.
20 Nov 2014 by Sergey Alexandrovich Kryukov
There is a predefined grammar for dictation covering some big dictionary, System.Speech.Recognition.DictationGrammar:http://msdn.microsoft.com/en-us/library/system.speech.recognition.dictationgrammar%28v=vs.110%29.aspx[^].However, don't hold your breath. I tried it with the engine supplied...
1 Jan 2015 by OriginalGriff
Yes - and No.Yes, you can develop a very large program purely in binary - it's how we started in this game and the first operating systems and everything else were written that way.But...it's slow. Very slow. That's why one of the first things written in binary was a basic assembler, to...
17 Jul 2016 by Andy Point
Firebase Android Tutorial : Adding Registration and Login Hello Developers, this is our android firebase tutorial. In this tutorial we will create an android firebase app that will use firebase android login functionality. This post will help you get you up and running with integrating Firebase to a
20 Sep 2017 by OriginalGriff
You get a stack overflow when you put too much on the stack - the one-per-thread memory area that stores method return addresses and local variables as opposed to the heap where your object instances are stored. And the stack is reasonably big - overflowing it is not a normal occurrence. As a...
2 Dec 2012 by Mosch Dev.
Hi, I am trying to change the background image of a view onclick, here is the code:public class ScreenChanger extends Activity{ private ImageButton imagebutton; private ImageButton imagebuttonRED; private ImageButton imagebuttonBLUE; private ImageButton...
23 Jan 2013 by Mike Meinz
Contact Technical Support at http://www.wacom.com/support/contact-supportfor software help.
8 Feb 2013 by Sandeep Mewara
Library: It is a collection of methods/functions wrapped up into a package that can be imported into a code project and re-used.Toolkit: It is a group of tools (and at times code libraries) that you can use to make it easier to access a device or a system.SDK: Software Development Kit is...
4 Mar 2013 by Azziet
Read from start...check http://developer.android.comcheck these linkshttp://developer.android.com/guide/webapps/webview.html[^]and http://developer.android.com/guide/webapps/best-practices.html[^]
3 Apr 2013 by CPallini
From the documentation[^]:The Windows SDK no longer ships with a complete command-line build environment. You must install a compiler and build environment separately. If you require a complete development environment that includes compilers and a build environment, you can download Visual...
3 Apr 2013 by Richard MacCutchan
The SDK merely contains the support libraries, so you will need a compiler and linker to build your code. If you do not already have copies then Visual C++ Express contains all the tools you need.
26 Apr 2013 by Sudhakar Shinde
This [SDK ]will be useful for you which offers developers as well as commercial licence.
28 Apr 2013 by Sergey Alexandrovich Kryukov
I don't think you do a mistake in programming. The camera sensor is an analog device, it has certain accuracy of measurement and certain noise. I am trying to say that it has randomized digital output even in the perfectly static conditions. But, additionally, the conditions are not perfectly...
1 Jun 2013 by Matthew Faithfull
The first step to a solution is to research 'Custom Draw' controls and make yourself a Custom Draw specialized List Control.The second step is to draw the text of the list view items in your own code in a single colour and return the correct flags to the underlying List Control so that it...
9 Sep 2014 by Sakaleswararao
I'm trying to retrieve the no. of monitors being connected to a CPU.Suppose, i've a system with 4 outputs being connected in Stretched mode and all 4 outputs together showing as a single screen. When i query the connected outputs count using any of the below methods i'm getting the response...
20 Nov 2014 by Sheepings
Maybe this might be of interest to the OP; it made an interesting read for me: https://software.intel.com/en-us/articles/voice-recognition-and-synthesis-using-the-intel-perceptual-computing-sdk There are a dozen others just like the one Microsoft offer if you search Google for C# Speech...
21 Jan 2015 by anchitkm
Instead of the repository beinghttps://dl-ssl.google.com/android/eclipse/content.xmlit should behttps://dl-ssl.google.com/android/eclipse/site.xmlIf you manually download the ZIP, you have to do a manual install (install the ZIP plugin, don't set the repository to the ZIP). I...
31 Jul 2015 by Member 11053400
Hello, I've had that same issue when developing an integrated ERP system with Zk SDK and the solution wasn't that simple.There are a few things that should be done when using their SDK.1st, never use their .NET SDK, It performance isn't that good and has lack of features that are only...
1 Nov 2015 by Umer Qureshi
This tip guides you on how to install and integrate Windows 10 Development Kit in Visual Studio 2015 for universal app development.
3 Jan 2016 by Sagar Kumar Gupta
I'm a student and I want to use Skype web SDK for IM, Video, Voice and Calendar Dashboard service for my college project. I have Azure account to host my server but I don't which server is required for my project. after I have researched,I have seen 3 option to us skype web SDK hosting...
4 Jan 2016 by matthewproctor
Firstly, you'll need either Lync Server or Skype for Business Server, as Office 365 isn't yet officially supported.There are some great tutorials up on the official Skype Developer siteSkype Web SDK[^] And there are a few community resources as well:Skype Web SDK...
24 Apr 2016 by Richard MacCutchan
A quick Google finds: https://support.microsoft.com/en-us/kb/2717426[^].
25 Apr 2016 by Richard MacCutchan
See Visual Studio and Windows SDK Command Prompts[^].
16 Dec 2017 by Suvendu Shekhar Giri
It depends on your requirement. If you want it just for voice recognition then you definitely wouldn't need such devices. But remember, Alexa or Google home are complete voice assistant and has ability to learn from your interaction with them. Would suggest to go through wiki for these and see...
21 Feb 2021 by Rick York
It says, Could not find compiler set in environment variable CXX: g++-4.9. That means the EV is set to g++-4.9 but that compiler can not be found. You need to either make that compiler accessible to Cmake or set the environment variable CXX to...
6 Oct 2022 by Bruno van Dooren
When retrieving claims information from user token, SDK documentation concerning the supported data types is incorrect.
10 Feb 2023 by Richard MacCutchan
You need to install the compiler,linker and associated run time libraries in order to do this. Take a look at the section titled "Build Tools for Visual Studio 2022" at Download Visual Studio Tools - Install Free for Windows, Mac, Linux[^]. I...
29 Oct 2012 by Rene Bustos
Hi GuysSome days ago, i bought a pad for digital signature , but when i opened, i saw that the software for read the signature was'nt included.i have never been in this kind of App. who can tell me about wich lib i have to use to develop an app to get the digital signature.while, i...
6 Nov 2012 by Rachel Jia
Get the solution to integrate Image Grab from webcams in a .NET application. Achieve the functionality in just a few lines of code.
13 Nov 2012 by preethamchandra
I'm used to VS and C#,i wanted to try out things on Windows Phone SDK.Here is what i want, i want to get distance between 2 locations.Ex, input is Pune,Mumbai.Then i need what is the Distance between them.Can someone help me with this.Any help appreciated.
13 Nov 2012 by ridoy
Get idea from...
17 Nov 2012 by Ed Nutting
Hi there,This seems pretty obvious but hopefully it helps:Your first exception says "Failed to connect to camera service.".Therefore, when you attempt to set the Camera parameters, you get your second exception since you have not connected to the Camera service so it cannot possibly...
20 Nov 2012 by Coder Block
Hi All,A VC++ programmer want work on android application.tends to newbies in android. / -----------------------------------------------------------I want create config file when file android application install on android device..Like,there is config file say...
20 Nov 2012 by TorstenH.
You can't. Due to security reasons.You can run a certain process while first launch of the application though. Simplest would be by reading a preference and triggering that mechanism when preference value is not set.
28 Nov 2012 by Mosch Dev.
Hi, I want to work with webview now and i cant seem to find any tutorials. im looking to just do a make a textbox navigate the webview to a website. here is my view xml if this helps
7 Dec 2012 by AndroidVivek
don't use setContentviewmake your layout id get that id and try to work on it..
23 Jan 2013 by Rene Bustos
hi Guys . the solution was this...i bought the SDK from www.wacom.comRegards
19 Feb 2013 by Sergey Alexandrovich Kryukov
Why using SpeechLib, if you can use System.Speech.Recognition,http://msdn.microsoft.com/en-us/library/system.speech.recognition.aspx[^]?Use either System.Speech.Recognition.SpeechRecognizer or System.Speech.Recognition.SpeechRecognitionEngine, see the code samples. I worked with both,...
27 Feb 2013 by Boudi AlSayed
I've downloaded Eclipse from android.com and all SDKs that it need, its my first time that I open eclipse and I'm new to java and Android Developing, but I didn't find the events button or any thing in properties about events, is there anything wrong? I viewed some videos on youtube that there...
4 Mar 2013 by NeerajGSoft
I'm developing a android webapp for a website and i am new to this... so how and from where to start..?? how i use javascript and css with android..???there is any example from where i get idea..???
9 Mar 2013 by Raviraj Tuppad
How to generate barcode and how to assign to a image by using java or eclipse in SDK
9 Mar 2013 by Sandeep Mewara
Following should get you started:Program in java to generate barcode image[^]How to Generate Barcodes Using Java, Barcodes Example[^]Try out. Post specific issue if you face any.
24 Mar 2013 by Dhruvin Sukhadiya
You will get all information about calciumsdk..!!http://softwaretopic.informer.com/calcium-sdk-visual-studio-2012/[^]http://www.calciumsdk.net[^]http://calcium-sdk-for-visual-studio.software.informer.com/versions/[^]
24 Mar 2013 by sandhya2511
Hi, I m trying to lock a single skeleton using Microsoft Kinect SDK v 1.7 . My requirements are• First lock a single skeleton.• Check the tracking state of the of the locked skeleton.• If the tracking state of the locked skeleton is NOT Tracked,then• ----->check for the next closest...
3 Apr 2013 by Optimistic76
Hi everybody,someone could please tell me how to use (compiling and linking) Microsoft SDK 8 for c++?Do i need to get also VS Express or i can use only the kit?thank you
16 Apr 2013 by Dirquez Marquez
someone help me I installed windows phone sdk 7 by mistake...how can I get it back,if its possible
26 Apr 2013 by X2040
Hello.I want to enable English Handwriting functionality in my Android app.Does any body know a high accuracy English Handwriting SDK ?
28 Apr 2013 by azure912
We use EDSDK to control cannon Eos 7D, for taking picture with one fixed object.We try to make everything the same, including camera position, aperture, ISO, shutter Speed, focus (manual focusing), no flash lamp, and take picture one after another to make sure everything is not changed. It...
6 May 2013 by CPallini
Did you try Google[^]?
8 May 2013 by Radoslav Dimitrov
You can do a an Array of Matrixes (NOTE Matrix must be a structure where you save R, G, B)it will look something like this://set them how you wishint MaxX = 30;int MaxZ = 30;int MaxY = 30;public struct ColorM{ int R; int G; int B;}ColorM[,,] Area =...
9 May 2013 by ultradoi
Thank you CPallini very much for ask.Now I have solution to do it.I use kinect SDK with xna for create my game.I know my quation is very stupid.I am so sorry :(
23 May 2013 by Dynamsoft
The article will show you how to develop a cross-platform document imaging solution that works with all mainstream browsers by using ImageCapture Suite.
17 Jul 2013 by Eranga Supun Gamagedara
EditText url;url=(EditText) findViewById(R.id.editText_password);inside btn click eventWebView page=(WebView)findVieById(R.Id.webview1);page.loadUrl(url);
23 Jul 2013 by Johannes Bildstein
HiI'm working on a little timelapse remote control program for canon cameras (with the Canon EDSDK).to adjust to the light situation dynamically I need to know the exposure value, i.e. the values from the metering.does anyone know how to get those values or know if it's even possible...
25 Jul 2013 by KarstenK
havent you read the msdn? :mad:http://msdn.microsoft.com/en-us/library/windows/desktop/ms645616(v=vs.85).aspx[^]They is written:Quote:lParamThe low-order word specifies the x-coordinate of the cursor. The coordinate is relative to the upper-left corner of the client area.The...
30 Jul 2013 by Verya Heydari
I'm not Iranian but I live in iran, facebook has been filtered here. I have created a facebook app with facebook android sdk. I'm not enable to logging in facebook via my app because of this filtered facebook. how can i login filtered facebook via my facebook app? please help me and sorry for my...
30 Jul 2013 by ZurdoDev
If facebook is being blocked then you cannot login via facebook. Logging in via facebook requires a connection to the facebook servers through their API. It sounds like you'll have to use a db to validate your users.
7 Aug 2013 by amitkohtariis
Hi,I am getting MCC,MNC,LAC values in Adriod apps, and even I made my own application and I am able to get it.But Timing Advance (TA) is not available in any of the app or I am not finding any way to get TA. I can use NDK, or AT commands or SDK anything, but I want to get TA...
7 Aug 2013 by Amanpreet Mukker
take a look here :http://developer.android.com/reference/android/telephony/CellSignalStrengthLte.html#getTimingAdvance()[^]
8 Aug 2013 by mccaber82
Hi,I am looking to use the Kinect with the 1.7 SDK and I'm trying to understand how to link the three capture streams (RGB, Depth, Skeletal).Is it fair to assume that the frame number is common between the three streams and that all capture data is kept in sync using the frame...
8 Aug 2013 by mccaber82
Hi,Im beginning development using the Kinect SDK. One thing I need to do is store the data.Array information comes out of the frame for each stream (RGB, Depth, Skeleton), such as the skeleton array coming from the skeleton stream.Im trying to understand how to compress the data for...
20 Aug 2013 by Vishal Dwivedi
Config Details:Windows 8 Pro 32bitadt-bundle-windows-x86-20130717jdk-6u26-windows-i586 32bitDirectories:For Java - C:\Program Files\Java\jdk1.6.0_26For Android Root - Z:\Program Files\AndroidFor Android SDK - Z:\Program Files\Android\sdkEnvironmental...
25 Aug 2013 by CPallini
You din't try Google[^] yet, did you?
3 Sep 2013 by LEADTOOLS Support
In this white paper we will discuss several strategies for dealing with large quantities of master forms, and how to leverage the LEADTOOLS Forms Recognition SDK to quickly and accurately process your forms.
29 Aug 2013 by Rachel Jia
Check out this article and see if it meets your needs.Scan Barcode from a Webcam in a WinForm/WPF Application[^]
7 Sep 2013 by vishal.v.patil
I want to use the Crystal report, but i didn't gets the plugins for that?Is here any one have any idea about that?Thanks in advanceVishal P.
12 Sep 2013 by Dynamsoft
Scan and Save Images to a Database in C# Using Dynamic .NET TWAIN
17 Sep 2013 by Member 10279971
I need to programatically re-open an Incident/Case that has been closed. With a plugin in java (javaMSCRM).My code: SetStateIncidentRequest request = SetStateIncidentRequest.Factory.newInstance(); ...
18 Sep 2013 by Bilaal John S
Please check this sample applicationhttp://developer.nokia.com/Community/Wiki/Google_Landmarks_on_a_Bing_Map_for_Windows_Phone[^]Thanks,Bilaal
27 Sep 2013 by Member 10302507
I want to use facebook's js sdk for login. I would like to have a user login, get their email, use ajax to send the email to my server, and than store the email in a database. The problem I am seeing is that if I get the user to login using js, the call to the api would be done in js, and the...
11 Feb 2014 by Rachel Jia
Check out this open source web based fingerprint biometrics project. It might give you some ideas.https://code.google.com/p/online-fingerprint-verification-sdk/wiki/onlineAFIS[^]
15 Feb 2014 by ShreenivasCh
i have following code to call facebook login dialogue in my android application,public void loginToFacebook() { if (access_token != null) { facebook.setAccessToken(access_token); } if (expires != 0) { facebook.setAccessExpires(expires); } if...
17 Feb 2014 by Mạnh Lê
Hi pro I'm want to install Microsoft SDK 6.0A (include in VS2008) without install VS2008But I search in internet, Not be found Microsoft SDK 6.0A link to download.Do you have it. ???
17 Feb 2014 by Krunal Rohit
Please read this thread,http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/29e04ed3-7b14-4672-b0f9-897ef75e26fe/windows-sdk-60a?forum=windowssdk[^]-KR
11 Mar 2014 by Mahesh_Bhosale
check this linkhttp://www.zktechnology.com/Software.aspx[^]
1 Apr 2014 by jy071
Hi, I am Jyoti Yadav. I am working on a project which detects 3D face scans using interest points and local histograms. I am using kinect camera for taking 3D images. I am using Microsoft Visual C# express. To assist me in this project can someone please provide me a sourcecode on a similar...
14 Apr 2014 by Aravindba
Hai Any third party tool is available for converting pdf file and store in specific folder and then open any exe ? i will try in Installing novaPDF OEM with command line parameters (http://www.novapdf.com/[^])in that when i pass command line parameter form calling own exe it not work,but...
3 Jul 2014 by PatientCarePro
Hi there,We run a standard medical center and I we're planning to improve our Voip based telephone system in order to build a more effective way of communication between nurses and patients. We have a Cisco Unified CM PBX and we'd like to add some new features into that. The most...
6 Jul 2014 by BacchusBeale
Your sample function is waiting for input from the command line.But you are trying to service a web-request. This sample function will never return because no one is at command line to press Enter.
10 Jul 2014 by mymedia
Hi All,I am working on some speech enabled application using MS Speech SDK v11. I want to recognize the commands I specify in my SRGS document, at the same time, if some speak something else, I want that to be converted to simple text and be stored. I tried using Dictation mode, so that I...
10 Jul 2014 by Sergey Alexandrovich Kryukov
Right. The quality of the recognition engine which you can download from Microsoft is not good enough for Dictation. If your grammar is reasonably small, it works reasonably well, but even then you might need to use better pronunciation. :-) Actually, some say there are much better commercial...
1 Aug 2014 by elippo
I have an application that export the phone contacts to the sdcard in a vcf format.I am able to fetch the contacts using the Uri ContactsContract.Data.CONTENT_URI, but I cannot retrieve Facebook contacts(images, email, facebookID....) I've surfed the web and didn't find any useful...
21 Aug 2014 by Member 11020981
I am declaring a structure in my directshow application :- mfxFrameInfo outFrameInfo;And when I try to build it, I get the following error :"Error 2 error C2065: mfxFrameInfo: undeclared identifier"I am may be failing to set the environment properly. Can anybody help me out...
17 Sep 2014 by denegabze
Hi everyone,I have a question about strmbasd.libAs it specified on question my project give error like cannot open file "strmbasd.lib"I add strmbasd.lib to Properties->Linker->Input but the error is exist still.If you need any more detail please please note Thanks for help
17 Sep 2014 by CPallini
You should make Visual Studio know where it can found such a file.Click on the Project Properties menu item then select the configuration Properties -> VC++ Directories node and add the library folder path to the Library Directories line.
17 Sep 2014 by barneyman
i seem to recall you have to build your own strmbase libraries for release and debughow to[^]
14 Oct 2014 by rselone
Hi, I'm a beginner in c++. I develop a simple project with one sdk. I'm using Microsoft visual c++ 2010. 1. SDK path E:\C++\Library2.Project path E:\C++\MyProjectThen open my project properties->Config Properties->C/C++->General->Additional Include Directories(../../)3.Then...
14 Oct 2014 by Garth J Lancaster
there's a property somewhere for 'link' where you put the library path(s) - that's where you put E:\C++\Library - what I usually do though, is create a permanent environment variable eg mylib=E:\C+\Library then reference it by $(mylib) in the project - its easier to cope with version changes if...
14 Oct 2014 by Richard MacCutchan
See http://stackoverflow.com/questions/9928238/unresolved-external-symbol-no-idea[^].
16 Oct 2014 by Elgars Logins
Hello,Now i'm using Facebook SDK on my ASP.NET MVC5 project, and for data query I use Graph Api. When I read a data from "me/home", almost each read item of it have key called "picture", that represents image attached to post. But it is thumnbail size, how can I get it bigger resolution...
18 Oct 2014 by rselone
hi,http://www.openhome.org...
18 Oct 2014 by George Jonsson
Have you checked this help at Microsoft Support?How to add references to a managed Visual C++ project[^]
16 Nov 2014 by Nelek
This is not how CP usually works. Most important goal here is to learn and help learning.You are supposed to try it on your own, and come here when you got stuck with something, with a concrete question about your code, design, etc. Please have a look to What have you tried?[^] to see a good...
16 Nov 2014 by Peter Leow
Start research into Creating and Monitoring Geofences[^].
4 Aug 2021 by Me is Needer
hello everyone, i have done speech recognition app offline by using the speech library which call load grammer method which contains the words in code.but it is not good if the words written in the code , because the english language is huge so it is good to make databasefor all...
20 Nov 2014 by Shweta N Mishra
There are some articles on code project, you may take help from itSpeech recognition, speech to text, text to speech, and speech synthesis in C#[^]Speech Recognition for the Web[^]