Can I use the Funambol API for Symbian Series 40 development using C++, as the Series 40 SDK is not available for C++?
Can the Funambol C++ API be used for Symbian Series 40 development?
371 Views Asked by Bharat At
1
There are 1 best solutions below
Related Questions in C++
- C++ using std::vector across boundaries
- Linked list without struct
- Connecting Signal QML to C++ (Qt5)
- how to get the reference of struct soap inherited in C++ Proxy/Service class
- Why we can't assign value to pointer
- Conversion of objects in c++
- shared_ptr: "is not a type" error
- C++ template using pointer and non pointer arguments in a QVector
- C++ SFML 2.2 vectors
- Lifetime of temporary objects
- I want to be able to use 4 different variables in a select statement in c ++
- segmentation fault: 11, extracting data in vector
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- How can I print all the values in this linked list inside a hash table?
- Configured TTL for A record(s) backing CNAME records
Related Questions in SERIES-40
- Sending and receiving SMSes in Series 40
- reading from/writing to a file in J2ME without continually pestering the user
- Create Landscape Game Canvas for Asha 303
- j2me record and stream without gap?
- j2me + javax.microedition.midlet.MediaException:Sounds not allowed
- Reminder app for S40 phone
- jar file directly opening and not installing mobile
- Can not access fm radio in nokia s40 c3-00
- RTSP streaming not working in Nokia series 40 mobile phones
- Push notification in S40 and S60
- Capturing images using S40 5th edition FP1 Lite device in J2ME
- How to install/configure Eclipse for Java ME development for the Nokia Series 40? (Windows)
- SMS sent to shortcode from J2ME doesn't get reply from service. Why?
- How to use a gesture API for Java series 40?
- Can Nokia Web Tools access device API?
Related Questions in FUNAMBOL
- How does Funambol work?
- how to integrate libsynthesis in ios app syncML
- How to send and receive http request to Funambol Server
- Connecting Funambol to MySQL on remote host
- Can the Funambol C++ API be used for Symbian Series 40 development?
- Limit cast scope only to schema in PostgreSQL
- When is a HTTP request lost?
- How to connect to funambol server with my own ds client
- Implementing this Java password encryption algorithm in PHP
- C# SynML client
- How to connect and pull data out of funambol dm server using j2se client ?I
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
As far as I can tell - not with C/C++, as the SDK is Java ME based and apparently does not include JNI. But I believe Funambol also supports Java ME - so you may not need to use C/C++.