Search found 3 matches

by seshee1234
Mon Feb 10, 2014 6:21 am
Forum: Engine Contributors
Topic: Cannot run the ide after building on Linux
Replies: 1
Views: 3735

Cannot run the ide after building on Linux

I'am building LC on CentOS 6 ,and got a problem. Follow the instruction on github. Here's what I have done: MODE=debug make development MODE=release make development MODE=debug make all I can build LC from source with no error. And it generate the '_build' folder. Everything seems to be just right. ...
by seshee1234
Sat Jan 05, 2013 4:56 pm
Forum: Android Deployment
Topic: import snapshot can't work on the Android mobile
Replies: 5
Views: 4571

Re: import snapshot can't work on the Android mobile

oops! I make a stupid mistake! but in my program,i have a bigger rect like (221,370,436,479) it just won't work on my Android phone! import snapshot from rect 221,370,436,479 answer the number of images in this card the snapshot function suppose to create an image,right? but it returns zero! WHY?? T...
by seshee1234
Sat Jan 05, 2013 5:06 am
Forum: Android Deployment
Topic: import snapshot can't work on the Android mobile
Replies: 5
Views: 4571

import snapshot can't work on the Android mobile

Hello,

I've found some problems while I'm using the "import snapshot" function

It can work successfully on PC,but can't work on the Android mobile device


Here's the code

Code: Select all

import snapshot from rect (100,100,100,100)
What goes wrong?
Thanks so much

Hao