Sometimes, People can understand easily by seeing a picture.
This blog will be associated with eclipse, Java Micro Edition, Android, etc... My premiere blogging date began from March, 25th, 2009
4/29/2009
4/28/2009
Installing SDL (Simple DirectMedia Layer), GLUT (OpenGL Utility Kit) under Mingw
All information can be found through their presented web site. Therefore candidates can directly visit by clicking this link. Candidates will find the appreciated library under the "Download" / "SDL 1.2" section. The library contains many files, however candidates do not need copy all of it. Copy inside files of bin, include and lib folders into your Mingw folder.
Compile method 1)
$ g++ “sourcefile.extension” –o “launching program name”-lsdl
Compile method 2 – include OpenGL lib)
$ g++ “sourcefile.extension” –o “launching program name”-lsdl –lglu32 –lglut32 –lopengl32
If candidates want to use glut library, please visit here . And will look appreciate method through the web site. Please check the shown above picture.
4/22/2009
Installation Mingw, MSYS and GTKmm on Windows XP
For a long time, I would install some softwares on my old laptop. Three weeks ago, I bought a 40giga hdd, then tried to install into my labtop computer. But, there had some problem and I spent some days to fix it. Finally I get a 30 giga hdd. It was good thing to me because previously I had a 10 giga hdd.
By the way, to install Mingw is quite simple. Candidates can find automated installation setup file from here . Please candidate version choose when you install. Next, candidates can find MSYS automated installation setup file from same URL . The default installation path of Mingw is “C:\Mingw” and MSYS is “C:\Mingw\Msys”. Give a path “C:/Mingw” when MSYS installer asks where Mingw was installed. After the Installation, Please add “C:\Mingw\bin;” to the environment variable called “Path”. There has some works should do under the MSys shell. Before doing it, let install the GTKmm which is stand for Graphic Tool kit … something like that. Go there , find and download the automated setup file for windows. Next, give a path “C:\Gtk” When Installer asks where does install you want. The setup will add something on your environment variable. So please relax instead of doing something. Under MSys shell, I could compile and execute any examples of GTKmm with `pkg-config`. Before compile with g++ and gcc, execute the MSys shell. If the MSys shell window is displayed, then go to root directory use “cd” instruction ([ex]cd ..). You can check your current folder by using “pwd” instruction. If you are in root folder, the “pwd” instruction will return “/”. Check file and directory by using “ls” instruction. If you can not see the “gtk” folder, make “gtk” folder by using “mkdir” instruction ([ex]mkdir gtk). Next, Candidate can link this path by editing ‘fstab’ file which is located in “/etc” folder. When you open it, you will know how to do it. Add like “c:/gtk /gtk”. To edit file under MSys shell, use vi editor. You can find a manual by searching Internet. Now close the MSys shell and execute again. Go to “/gtk” directory and check file and directory. If you have some files and directories, you get “gtk” under MSys shell. Now go to your working folder by “cd” instruction ([ex]cd). Make example file for compiling. Here is compiling example. Ex) $ gcc tutorial1.cc –o tutorial `pkg-config --cflags --libs gtkmm-2.4`.
4/19/2009
It's a tunning point to make my game application.
4/12/2009
Introduction of Android skin

I think many people already knew this article, however for some people's ignorance I would like to introduce one thing which is about the android skin, it can be downloaded through the suggested URL in this picture. I appreciate to the creator of those skins. The above shown picture is my favorite skin.
안드로이드 스킨 소개
3/26/2009
이클립스 그리고 두달이란 시간동안...
이클립스를 접하게 된것은 아마도 두달전으로 거슬러 올라갑니다. 처음엔 이클립스에 그냥 자바 스탠다드 플랫폼을 이용하여 일반 데이타베이스 클라이언트 응용프로그램을 진행하다가 어느날 문득 모바일에서 돌아가는 응용 프로그램을 만들어 보고 싶다는 생각에 그날 부터 인터넷을 찾아보며 진행을 했습니다. Net bean도 설치해 사용해 보았지만 역시 본인에게는 이클립스가 더 좋네요. Nokia의 Carbide C++은 한번 시도해 보고 싶은데 가지고 있는 노트북이 저사양이고 제대로 사용할려면 상당히 많은 양을 SDK를 필요로 하기 때문에 일단 뒤로 미루고, 이전에 올린 게시물의 지식을 얻기 위하여 여기 저기 인터넷을 많이 돌아 다녔습니다. 그리고 이쪽분야의 지식을 알기 위해서 전화도 해보고 사람도 만나보고 첫번째 에뮬레이터에서 돌아가는 응용프로그램 스크린샷을 함께 올립니다. 이미 국내에 삼성과 LG에 제가 구상한 응용프로그램이 탑재되 있기에 의미가 없지만 역시 그래도 배움이 있었기에...
Subscribe to:
Posts (Atom)