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
2
votes
0 answers

Python Sockets & urllib/httplib (socket.create_connection; s.connect VS s.connect_ex)

I've compiled python version 2.7 for mobile devices using marmalade C++ { In this question there is working and non-working example code } My sockets module can: Converts host names to dns addresses (getaddrinfo ok) Check for connection a to host…
flow
  • 571
  • 1
  • 4
  • 16
2
votes
3 answers

Camera Flash is not working

I am trying to make an extension for marmalade, which turns on and off the camera flash in iPhone. I am referring to this answer on SO about using camera flash. I've put the exact code what he has mentioned and [device…
0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184
2
votes
1 answer

Http GET request on Google.Com returns "Error 302 page has been moved"

I am trying to mess around with mobile development using Marmalade SDK. I am currently trying to accomplish various tasks using IwHTTP. I have been able to replicate my particular problem on the http://www.google.com URL. What happens is that my…
ApplePie
  • 8,814
  • 5
  • 39
  • 60
2
votes
1 answer

Windows alt + tab causes windowed mode

I'm using marmalade 6.2 and cocos 2.1 beta3.x.2.1. When I deploy windows build in fullscreen mode alt-tabbing out and back into the application causes the application to go to windowed mode. Is there a command / setting that needs to be set in…
Line
  • 33
  • 2
2
votes
1 answer

app -> extension crash on callback invocation

I have a Marmalade extension and sample app that passes C-callback to the function from extension, so what happens is whenever extension tries to call the function, it crashes with mysterious message: Exception Type: EXC_BAD_ACCESS…
pronebird
  • 12,068
  • 5
  • 54
  • 82
2
votes
1 answer

Which is framework is better for RAD - Corona, Actionscript, HTML5, Unity or Marmalade?

Before you condemn this as subjective, consider that there are differences between different frameworks. Writing something with PHP, I assume, is probably a lot less verbose and thus time consuming and expensive than writing it in binary. While the…
Hack
  • 73
  • 1
  • 6
2
votes
1 answer

App built for Android ARM5TE but device supports ARM5T

I would like to publish my app on the Android store but I can not get my app to work in the emulator. I cannot figure out why I cannot run my app when so many have published with the same tools as me in the past. I have downloaded the lastest…
2
votes
1 answer

Error in opening mkb (marmalade) file in mac

Am new to Marmalade, need help in opening a file in mac. When I try to open .mkb file of marmalade i was getting an error message in terminal like this: running mkb using app from /Developer/Marmalade/6.2/s3e/bin ... (,…
vardhan
  • 1,377
  • 11
  • 14
2
votes
0 answers

Sending mails in Marmalade for the playbook and using libcurl

I was doing a code for sending mails with the playbook and marmalade, this is my code curl_easy_setopt(curl, CURLOPT_URL, "smtp://smtp.gmail.com:587"); //curl_easy_setopt(curl, CURLOPT_PORT, this->_PORT); …
Rudy_TM
  • 1,420
  • 4
  • 15
  • 27
2
votes
2 answers

How to draw TrueTypeFont when using Iw2d in Marmalade?

In a game done with Iw2D I would like to use TTF fonts, which are supported by IwGx module. I read that it is doable to use IwGxFont module with Iw2D, but I must be missing something as the text doesn't appear. It compiles and runs, just there is no…
janst
  • 172
  • 10
2
votes
1 answer

marmalade sdk UnicodeDecodeError

I am new to marmalade sdk and i got an error starting IwGxHelloWorld.mkb on win 7. Can anyone help with it pls? Thanks! Error itself: D:\Marmalade\6.1\s3e\makefile_builder\mkb.py D:\Marmalade\Project\HelloWorld\IwGxHelloWorld.mkb Building…
eu.vl
  • 192
  • 1
  • 7
2
votes
1 answer

How is Marmalade related to iOS SDK

There are rumors that Apple rejects apps compiled against iOS SDK lower than 6.0. I am wondering how is this related to Marmalade apps? I have installed Xcode 4.5 and switched xcode-select to it. Marmalade projects correctly build. Does this solve…
AllCoder
  • 327
  • 1
  • 2
  • 8
2
votes
1 answer

Rotate quad in OpenGL ES 2

I'm trying to make a simple 2d game in OpenGL ES 2 using marmalde (mostly for learning) and I'm having some problem with rotated quads. The edges of the quads do not look good and I'm guessing that there is something that I'm missing in my code. I'm…
Alecktos
  • 77
  • 1
  • 6
2
votes
1 answer

Marmalade SDK Widget

I'm using Marmalade SDK and I want to create an app widget. I wrote this in pure Android and now I have a problem: how to attach it to my Marmalade project? I have access to AndroidManifest.xml and there I must add a receiver section but I don't now…
2
votes
1 answer

Drawing "advanced" primitives in Marmalade

I've been looking around for examples on drawing more advanced primitives in Marmalade SDK. Examples: Speech bubble, rounded rectangle, star etc. I'm not sure if Iw2d or IwGx is the correct path to go. I've also looked at Cairo, and that might be an…
leifcr
  • 1,458
  • 11
  • 15
1 2
3
16 17