12-4-20010
Monday, April 12, 2010 3:17:50 PM
Monday, April 5, 2010 4:32:49 PM
Saturday, August 8, 2009 11:01:07 AM
Saturday, May 23, 2009 3:20:00 AM
My Playlist on ZingMp3
<script type="text/javascript">yfla.wrap("This multimedia content requires Flash version 9 and above.", "Upgrade Now.", "http:\/\/www.adobe.com\/shockwave\/download\/download.cgi?P1_Prod_Version=ShockwaveFlash", "
My Playlist on Nhaccuatui.com
<script type="text/javascript">yfla.wrap("This multimedia content requires Flash version 9 and above.", "Upgrade Now.", "http:\/\/www.adobe.com\/shockwave\/download\/download.cgi?P1_Prod_Version=ShockwaveFlash", "Tuesday, April 28, 2009 5:51:00 PM
) ).
) .cuối cùng cũng đánh liều đi thang máy lên tầng 16...oh yeah..lịch sự trang nghiêm...
)
).2h chạy qua MAtBAo làm thủ tục thuê chổ đặt
) .mình ao ước cái máy test thôi vừa làm vừa cài chạy test thoải mái chứ lâu lâu chạy qua nova cũng kỳ mà nhà cũng xa nữa
. mai server chạy èn èn là test lần cuối cũng gần xong Monday, April 6, 2009 4:26:00 PM
How to build Brew application with ARM Developer Suite(ADS).
Today im discovery how to build a brew app to lauching on mobile and some error we may get.
First step we have to make ARM make file,it’s a set of variable ,path,library need to build app brew,
Simple way we just click ARM Make in toolbar addins in eviroment (I use c++).
Second step(ofcourse we have install ADS on our computer LOL ).
We use nmake u tility of microsoft to build our app,start menuàRunàCMD
Move to directory our project locate. Use this statement nmake /f yourmakefile.
After that if success you’ll get your mod file,done progress build app.
SOME ERROR WE MAY GOT:
Some rule we have to follow when coding:
Each class must have new/delete overload,
no static/global data make
don't have any array of function pointers intialized at compile time. Initialize at run-time.
Don't call the assert CRT function.
Don't use floating point multiplication/division directly, instead use BREW functions like FP...
Another special error I got and I have solved it already.
When u make your makefile *.mak
Open your make file and edit
you will have a line like (for linker flag)
LFLAGS = $(LFLAGS) ....
modify it to
LFLAGS = $(LFLAGS) –verbose
in my case problem have been solve.
HOW TO FIX GLOBAL VARIABLE
A frequently question Asked : how can I write program not use global how to communicate between other function.
You will free for use global variable,in last step –build app—we will fix it in this step
Just create a stuct to store your global variable,create a variable type struct to hold all variable ,keep it in base class (the first class when app load).
When you use global variable u call it by struct .just spend 15’ to fix it in my case 14000++ line code.LOL
1) Use a global array instead of a global pointer:
#include <stdio.h>
const char str[] = "test";
int main(void)
{
printf ("%s",str);
}
2) Use a local pointer instead of a global pointer:
#include <stdio.h>int main(void)Please note that if you are using a list with multiple elements, such as:
char * list[] = {"zero", "one", "two"};
You will get a separate link error for each element in the array. In this case, the recommended solution is:
char list[3][5] = {"zero", "one", "two"};
4)When u lauching app to the real device.
notice: all file u got have the same in lowcase .brh .bar .brx
make a directory at /mod/yourappname
copy all file bar mod sig into yourappname
copy mif file of your app into Mif folder of system on device.
if you have another solution or problem let me know.....
Sunday, April 5, 2009 6:56:00 PM
)
.....cum on chi nhiu nhiu ^_^! ).
.Wednesday, March 25, 2009 6:34:00 PM

Wednesday, March 18, 2009 9:29:00 AM

Friday, March 13, 2009 8:48:00 PM
anonymous
Tristan Phan writes: ê, hình như tao với mày có họ hàng việ ...
anonymous
anonymous
Who're U ? writes: keke. Chúc mừng V và H nhá! ^_^[html:br ...
anonymous
anonymous
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | ||||