Questions tagged [marmalade]

Questions related to Marmalade, a cross platform SDK, earlier known as Airplay SDK, developed by Ideaworks Game Studio, and later by GMO, and later stopped.

Marmalade was a cross platform SDK, earlier known as Airplay SDK, developed by Ideaworks Game Studio, and later by GMO.

Important Info:

  1. Marmalade has shutdown its SDK services in March 2017 to focus on in-house games. Read more about this at their official post.

  2. Ownership of the Marmalade SDK has been transferred to GMO, who now have full responsibility for its development and distribution: http://marmalade.shop/en/

  3. At some point between September 2017 and July 2018, GMO decided to stop further investment to Marmalade SDK. (source)

Tutorials:

http://www.drmop.com/index.php/marmalade-sdk/marmalade-sdk-tutorials/

246 questions
0
votes
2 answers

Error with GetChildNamed("xxxx")

I'm playing with IwUI RSS sdk sample. I made a change of adding a link label to feed page (2nd page). I made this change by copying the description CIwUILabel block and renaming it to say 'linkLabel' and accordingly added that as an element to the…
Codie
  • 464
  • 2
  • 5
  • 16
0
votes
1 answer

How to create "levels" in Marmalade?

I would like to create a game with Marmalade, but I don't know how to make "levels" in it. I mean levels, as on Android the screens, or the activitys. For example I don't know how to make a menu, then click on a button (I can make the button,…
Zwiebel
  • 1,605
  • 4
  • 21
  • 37
0
votes
1 answer

How to utilise xml files in marmalade

I want to create a custom xml file to store data very simply. I want to know what is the best was to create and read xml files using Marmalade and how to use this. Cheers
Ryan Durrant
  • 878
  • 4
  • 12
  • 23
0
votes
1 answer

How to use the social media API's for mobile apps development

I am new to mobile apps development. While using web marmalade for development I want to connect my app with social media websites. All websites require authentication. after authentication they redirect to the server where application is hosted.…
Muhammad Usman
  • 10,426
  • 22
  • 72
  • 107
0
votes
2 answers

How to retrieve data from the web with marmalade

I am trying to make a basic app using Marmalade and am currently looking into using regular expressions to retrieve a very specific piece of information from within a web page. Is there an easier way to do this? I literally want the contents of a…
Ryan Durrant
  • 878
  • 4
  • 12
  • 23
0
votes
1 answer

Marmalade: error LNK1181: cannot open input file 'python.lib

I'm trying to build Marmalade project for Windows Phone 8 in Visual Studio Ultimate 2012 but receive following error: error LNK1181: cannot open input file 'python.lib' Seems that it happens because of wrong path to project's additional library…
janot
  • 13,578
  • 1
  • 27
  • 57
0
votes
1 answer

marmalade SDK app not closing on WP8

I have the following code: #include "s3e.h" int main() { // Wait for a quit request from the host OS while (!s3eDeviceCheckQuitRequest() && !(s3eKeyboardGetState(s3eKeyEsc) & S3E_KEY_STATE_DOWN) &&…
gurehbgui
  • 14,236
  • 32
  • 106
  • 178
0
votes
2 answers

How to resolve Unable to find file.cpp in path(s) in Marmalade?

I'm just trying to begin develop a game in Marmalade (6.3). But when I have made my new sources (.cpp, and .h) and added them to the mkb, and then trying to run my program, then I got an error which says that Unable to find file.cpp in path(s). It's…
Zwiebel
  • 1,605
  • 4
  • 21
  • 37
0
votes
2 answers

No push token given for ios using pushwoosh

I am trying to add pushwoosh through marmalade to mobile application (at the moment on ios device). Like on http://www.pushwoosh.com/programming-push-notification/marmalade-push-sdk-integration/ I have add to Info.plist…
PaolaJ.
  • 10,872
  • 22
  • 73
  • 111
0
votes
2 answers

Cannot retrieve license from Marmalade SDK server

I have evaluation license, but cannot retrieve it. Of course connection is working, firewall disabled and etc.
janot
  • 13,578
  • 1
  • 27
  • 57
0
votes
1 answer

No Matching Function for call to

I am new to Marmalade, and am trying to get to grips with the unusual formatting and so forth, and am struggling to see why it keeps throwing an error. I am trying to get it to display my UI which I have defined, likely incorrectly, but in the…
Ryan Durrant
  • 878
  • 4
  • 12
  • 23
0
votes
2 answers

How to add onKeyUp()/onKeyDown() to an activity/view that I do not create?

I need to add onKeyUp()/onKeyDown() event handling to my application, in which I did not create the Activity and main View. (Getting OuyaController working with a Marmalade SDK application). With onGenericMotion() it seems straightforward…
zyndor
  • 1,418
  • 3
  • 20
  • 36
0
votes
1 answer

What is a normal value of DataCacheSize can be?

What is a proper value of DataCacheSize should be set in Marmalade (for example for iphone 4)? I meen, how could I know what value is not too much for devices, as far as default 16k is really nothing.
eu.vl
  • 192
  • 1
  • 7
0
votes
1 answer

Use GPUImage in EDK Marmalade

i'm trying write extension of GPUImage for marmalade Framework. For this i used oficial documentation and Extension Development Kit (EDK) Marmalade. I write some sample code, compile with: mkb s3egpuimage_iphone.mkb --arm --release --compiler…
Jonic
  • 1
  • 2
0
votes
2 answers

MarmaladeSDK: How to create a project in XCode?

I've created FirstProgram.mkb with the following content: files { (source) HelloWorld.cpp } subprojects { iwgx } I started it with XCode 4.6 and it opens it as a text file. What do I do wrong? How to create a marmalade sdk project in…
JavaRunner
  • 2,455
  • 5
  • 38
  • 52