The marmalade tag has no wiki summary.
9
votes
5answers
3k views
Native Android/iOS development vs Marmalade SDK
Our company is on the verge of picking between native Android/iPhone development and some cross-platform solution, specifically Marmalade SDK (former Airplay SDK).
We are a computer vision company, ...
3
votes
1answer
288 views
Is Marmalade SDK more relevant or commonly used for Game Development?
I am absolutely new to Mobile App Development and was looking for an appropriate platform to start off with. I came across a project where people are looking to implement self-help advertising for a ...
3
votes
6answers
470 views
OpenGL ES - glReadPixels
I am taking a screenshot with glReadPixels to perform a "cross-over" effect between two images.
On the Marmalade SDK simulator, the screenshot is taken just fine and the "cross-over" effect works a ...
2
votes
1answer
90 views
Very strange memory leak
I am running the following piece of code under the Marmalade SDK. I need to know if there's a "bug" in my code or in Marmalade:
template <class Return = void, class Param = void*>
class ...
2
votes
2answers
395 views
Marmalade Mobile App Development - Is Marmalade a Good Choice?
I’ve got some apps on the cards, my target platform of choice is Android, however I’m aware that there are some SDK’s around advertising the ability to write once and deploy to multiple mobile ...
1
vote
0answers
9 views
Can't see marmalade repo on emacs 24 on OSX 10.6.8
I'm trying to set up emacs 24 to use with clojure on osx. I've installed emacs 24 from emacsformacosx.com, and I've added the following code to ~/.emacs.d/init.el:
(require 'package)
(add-to-list ...
1
vote
2answers
83 views
can a function receive two arguements one each from two different functions?
i have 2 void functions(trying to implement radio button), i want them to send value to a third function by swapping values. and that function returning value to main function?
CODE OF MY MyScene.h ...
0
votes
1answer
20 views
Network Connection Listener in Windows Mobile
We are using the Marmalade SDK for window's Mobile 6.5 development.
In our application we are showing Status of Network Connection. Is there any listener available in the Marmalade SDK which can ...
0
votes
1answer
11 views
Trace File Not found on Windows Mobile
We are using the Marmalade SDK for window's Mobile 6.5 development. We don't see the trace file iwtrace.txt on the root of the drive on which the application is installed. Is it require any setting to ...
0
votes
0answers
11 views
music played. but, after playing gets an unhandled exception
did it myself... cant delete before 3 days...
s3eFile *fileHandle = s3eFileOpen("hit.raw", "rb");
static int32 g_FileSize = s3eFileGetSize(fileHandle);
void *g_SoundData = s3eMallocBase(g_FileSize);
...
0
votes
0answers
38 views
how to get back button working on android in marmalade
i am trying to give final touches to my app. now i want that the back button on android device should be working.
tried many things. it's giving different errors.
may be because i am writing my code ...
0
votes
0answers
46 views
run same actions on a sprite's array
i am trying to apply same action on same sprite's array. but, they are overlapping each other. i tried using scheduler. it worked for different sprites. but, got one sprite stuck to one corner and ...
0
votes
2answers
66 views
ensure collision detection triggers only once per collision
i am trying collision detection without using box2d
so i used a inbuilt function CCRectIntersectsRect()
using this function when i decrement the count it gets reduced to negative values in a single ...
0
votes
1answer
125 views
how to use box2d for collision detection in cocos2d-x
my two sprites are roll and hero. i want to detect their collision using box2d in cocos2d-x
i have got both the sprites moving on the screen (roll automatically, hero manually).
all i want to do is ...
0
votes
1answer
56 views
i downloaded the coco2d-x game from the link on the downloads page of www.coco2d-x.org. now, how to get it working?
from this link ( http://www.cocos2d-x.org/attachments/535/Cocos2dxSimpleGame-0.9.1.rar ) i downloaded the game and extracted the files.
visual c++ express 2010 and marmalaid 5.2.1(from marmalaid.com) ...
0
votes
1answer
72 views
Save Data on iOS app. Using Marmalade 5.2
I'm going to need to update my iPhone app on the app store at somepoint.
I’m using secure storage functions (s3eSecureStoragePut) for save data that creates an appdata.i3d file.
When I update the ...
0
votes
0answers
55 views
Apple Application Loader errors on upload (using Marmalade 5.2.0)
When I try to upload my app I get the following two errors:
iPhone/iPod Touch: application executable is missing required architecture. At least one of the following architecture(s) must be present: ...
0
votes
0answers
40 views
Marmalade SDK - .ipa files 1 Mb larger when building on a mac?
Has anyone else found this issue on their travels?
Our .ipa size when building on a PC is 19.5 Mb but comes in at 20.5 Mb when doing the same build on a Mac...
0
votes
0answers
78 views
Marmalade Flurry
Wrote simple code using Marmalade with EDK Flurry.
app only start's session, send one log event and stops.
On Motorola Flipout this app work fine witout crash.
But on Samsung Galaxy Tab its ...
0
votes
2answers
357 views
ELPA/Marmalade reports “cannot open load file” for ~/.emacs.d/elpa/archives/-pkg
I have installed Marmalade and downloaded some interesting packages. But now, when I start Emacs I get this error:
Cannot open load file: c:/Documents and Settings/Carlos/Datos de ...
0
votes
0answers
165 views
How to get iOS-app's /Documents/ directory programming under Marmalade SDK?
The next code produces address "/Documents/save" which is of course unwriteable:
char buf[1024];
getcwd(buf, 1024);
ifstream fin((string(buf) + "Documents/" + filename).c_str());
...
0
votes
3answers
221 views
Marmalade User Interface on Mac OS X
I realized that there is no Mac OS UI builder.
Can you please tell the best way to create a user interface on Mac OS?
Thanks.
-1
votes
2answers
37 views
How Marmalade support text-to-speech?
Is there any API/SDK to support tts (text to speech) in Marmalade?