SVN

You think of something which could be added to TA3D post here! /
Vous pensez à quelque chose que l'on pourrait ajouter à TA3D, postez ici!
Post Reply
xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

SVN

Post by xpoy » Tue Apr 28, 2009 8:26 pm

http://svn.ta3d.org/
lol,i try it,then web asded for a password.
:shock:

And another question,how can i build TA3D in windows? :o
There 30MB src,nearly unpossable to compiler in XP.

User avatar
zuzuf
Administrateur - Site Admin
Posts: 3281
Joined: Mon Oct 30, 2006 8:49 pm
Location: Toulouse, France
Contact:

Re: SVN

Post by zuzuf » Tue Apr 28, 2009 9:01 pm

install mingw32, msys and cmake (the ones from doors's package work just fine). Then run msys, from msys run cmake in ta3d/trunk, it should autodetect environment variables and create the set of makefiles, then just run make. All required libraries for win32 platforms are in the source tree so you should not need anything else.

PS: I'll see the SVN right problem with milipili.
=>;-D Penguin Powered

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Tue Apr 28, 2009 9:49 pm

Please try again. It should work fine now :)
Damien Gerard
Ta3d & Yuni Developer

xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

Re: SVN

Post by xpoy » Wed Apr 29, 2009 8:13 am

i give up,that's crazy to used cmake in msys,going to AI. :|

User avatar
zuzuf
Administrateur - Site Admin
Posts: 3281
Joined: Mon Oct 30, 2006 8:49 pm
Location: Toulouse, France
Contact:

Re: SVN

Post by zuzuf » Wed Apr 29, 2009 5:59 pm

did you run cmake with the right generator ?
you can follow the 0.6 howto on the trac:
http://trac.ta3d.org/wiki/Install%200.6.x

You can also run the cmake_mingw32.sh script that should run cmake with the correct parameters.

Don't forget to delete the CMakeCache.txt file every time you change the parameters!
=>;-D Penguin Powered

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Wed Apr 29, 2009 8:47 pm

There is no need for MSys.

cmake . -G "MinGW Makefiles" just works fine.
Damien Gerard
Ta3d & Yuni Developer

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Wed Apr 29, 2009 8:49 pm

As soon as TA3D uses libyuni, I will try to make it work with Visual Studio.
Damien Gerard
Ta3d & Yuni Developer

xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

Re: SVN

Post by xpoy » Thu Apr 30, 2009 9:06 am

Will cmake show help when success?
Administrator@WWW-1549834AB28 ~/ta3dsrc
$ cmake_mingw32.sh
cmake version 2.6-patch 3
Usage

cmake [options] <path-to-source>
cmake [options] <path-to-existing-build>

Options
-C <initial-cache> = Pre-load a script to populate the cache.
-D <var>:<type>=<value> = Create a cmake cache entry.
-U <globbing_expr> = Remove matching entries from CMake cache.
-G <generator-name> = Specify a makefile generator.
-Wno-dev = Suppress developer warnings.
-Wdev = Enable developer warnings.
-E = CMake command mode.
-i = Run in wizard mode.
-L[A][H] = List non-advanced cached variables.
-N = View mode only.
-P <file> = Process script mode.
--graphviz=[file] = Generate graphviz of dependencies.
--system-information [file] = Dump information about this system.
--debug-trycompile = Do not delete the try compile directories..
--debug-output = Put cmake in a debug mode.
--trace = Put cmake in trace mode.
--help-command cmd [file] = Print help for a single command and exit.
--help-command-list [file] = List available listfile commands and exit.
--help-commands [file] = Print help for all commands and exit.
--help-compatcommands [file]= Print help for compatibility commands.
--help-module module [file] = Print help for a single module and exit.
--help-module-list [file] = List available modules and exit.
--help-modules [file] = Print help for all modules and exit.
--help-custom-modules [file]= Print help for all custom modules and exit.
--help-policy cmp [file] = Print help for a single policy and exit.
--help-policies [file] = Print help for all policies and exit.
--help-property prop [file] = Print help for a single property and exit.
--help-property-list [file] = List available properties and exit.
--help-properties [file] = Print help for all properties and exit.
--help-variable var [file] = Print help for a single variable and exit.
--help-variable-list [file] = List documented variables and exit.
--help-variables [file] = Print help for all variables and exit.
--copyright [file] = Print the CMake copyright and exit.
--help = Print usage information and exit.
--help-full [file] = Print full help and exit.
--help-html [file] = Print full help in HTML format.
--help-man [file] = Print full help as a UNIX man page and exit.
--version [file] = Show program name/version banner and exit.

Generators

The following generators are available on this platform:
Borland Makefiles = Generates Borland makefiles.
MSYS Makefiles = Generates MSYS makefiles.
MinGW Makefiles = Generates a make file for use with
mingw32-make.
NMake Makefiles = Generates NMake makefiles.
Unix Makefiles = Generates standard UNIX makefiles.
Visual Studio 6 = Generates Visual Studio 6 project files.
Visual Studio 7 = Generates Visual Studio .NET 2002 project
files.
Visual Studio 7 .NET 2003 = Generates Visual Studio .NET 2003 project
files.
Visual Studio 8 2005 = Generates Visual Studio .NET 2005 project
files.
Visual Studio 8 2005 Win64 = Generates Visual Studio .NET 2005 Win64
project files.
Visual Studio 9 2008 = Generates Visual Studio 9 2008 project files.
Visual Studio 9 2008 Win64 = Generates Visual Studio 9 2008 Win64 project
files.
Watcom WMake = Generates Watcom WMake makefiles.
CodeBlocks - MinGW Makefiles= Generates CodeBlocks project files.
CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.
Eclipse CDT4 - MinGW Makefiles
= Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - NMake Makefiles
= Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - Unix Makefiles
= Generates Eclipse CDT 4.0 project files.


Administrator@WWW-1549834AB28 ~/ta3dsrc
$ cmake -DCMAKE_TOOLCHAIN_FILE=toolchain-mingw32.cmake ./
cmake version 2.6-patch 3
Usage

cmake [options] <path-to-source>
cmake [options] <path-to-existing-build>

Options
-C <initial-cache> = Pre-load a script to populate the cache.
-D <var>:<type>=<value> = Create a cmake cache entry.
-U <globbing_expr> = Remove matching entries from CMake cache.
-G <generator-name> = Specify a makefile generator.
-Wno-dev = Suppress developer warnings.
-Wdev = Enable developer warnings.
-E = CMake command mode.
-i = Run in wizard mode.
-L[A][H] = List non-advanced cached variables.
-N = View mode only.
-P <file> = Process script mode.
--graphviz=[file] = Generate graphviz of dependencies.
--system-information [file] = Dump information about this system.
--debug-trycompile = Do not delete the try compile directories..
--debug-output = Put cmake in a debug mode.
--trace = Put cmake in trace mode.
--help-command cmd [file] = Print help for a single command and exit.
--help-command-list [file] = List available listfile commands and exit.
--help-commands [file] = Print help for all commands and exit.
--help-compatcommands [file]= Print help for compatibility commands.
--help-module module [file] = Print help for a single module and exit.
--help-module-list [file] = List available modules and exit.
--help-modules [file] = Print help for all modules and exit.
--help-custom-modules [file]= Print help for all custom modules and exit.
--help-policy cmp [file] = Print help for a single policy and exit.
--help-policies [file] = Print help for all policies and exit.
--help-property prop [file] = Print help for a single property and exit.
--help-property-list [file] = List available properties and exit.
--help-properties [file] = Print help for all properties and exit.
--help-variable var [file] = Print help for a single variable and exit.
--help-variable-list [file] = List documented variables and exit.
--help-variables [file] = Print help for all variables and exit.
--copyright [file] = Print the CMake copyright and exit.
--help = Print usage information and exit.
--help-full [file] = Print full help and exit.
--help-html [file] = Print full help in HTML format.
--help-man [file] = Print full help as a UNIX man page and exit.
--version [file] = Show program name/version banner and exit.

Generators

The following generators are available on this platform:
Borland Makefiles = Generates Borland makefiles.
MSYS Makefiles = Generates MSYS makefiles.
MinGW Makefiles = Generates a make file for use with
mingw32-make.
NMake Makefiles = Generates NMake makefiles.
Unix Makefiles = Generates standard UNIX makefiles.
Visual Studio 6 = Generates Visual Studio 6 project files.
Visual Studio 7 = Generates Visual Studio .NET 2002 project
files.
Visual Studio 7 .NET 2003 = Generates Visual Studio .NET 2003 project
files.
Visual Studio 8 2005 = Generates Visual Studio .NET 2005 project
files.
Visual Studio 8 2005 Win64 = Generates Visual Studio .NET 2005 Win64
project files.
Visual Studio 9 2008 = Generates Visual Studio 9 2008 project files.
Visual Studio 9 2008 Win64 = Generates Visual Studio 9 2008 Win64 project
files.
Watcom WMake = Generates Watcom WMake makefiles.
CodeBlocks - MinGW Makefiles= Generates CodeBlocks project files.
CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.
Eclipse CDT4 - MinGW Makefiles
= Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - NMake Makefiles
= Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - Unix Makefiles
= Generates Eclipse CDT 4.0 project files.
I config by GUI cmake,it warn 4 times,first is "OpenGL"&"glu32",then "TA3Dsrc not a working copy"&"CMP0010 not set" 3times.That's ok,i got the makefile :mrgreen:
[ 1%] Building CXX object src/gfx/gui/CMakeFiles/gui.dir/base.cpp.obj
In file included from f:/mingwF/home/Administrator/TA3Dsrc/src/gfx/gui/../../stdafx.h:33,
from f:/mingwF/home/Administrator/TA3Dsrc/src/gfx/gui/base.cpp:17:
f:/mingwF/home/Administrator/TA3Dsrc/src/gfx/gui/../../../config.h:27: error: missing terminating " character
make[2]: *** [src/gfx/gui/CMakeFiles/gui.dir/base.cpp.obj] Error 1
make[1]: *** [src/gfx/gui/CMakeFiles/gui.dir/all] Error 2
make: *** [all] Error 2
I had check base.cpp,but wtf?!Allright but make fucking tell me errno.
This is my makefile
http://pastebin.com/f66a07aa9

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Thu Apr 30, 2009 11:13 am

For my part, a simple
cmake . -G "MinGW Makefiles"
In the trunk of ta3d is enough to configure.

Then mingw32-make to compile ta3d binaries.
Damien Gerard
Ta3d & Yuni Developer

xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

Re: SVN

Post by xpoy » Thu Apr 30, 2009 11:44 am

I Decompression mingw32 with FMOD.Download msys and installed,then copy all msys file to mingw32f floden.
And then,copy all FMOD lib to minggw32f\include
after that,i installed cmake,and copy all file to mingw32f\
Next src copy to mingw32f\home\xpoy\ta3dsrc
Run msys and cd ta3dsrc

cmake -G "MSYS Makefiles" ./
Cmake show me <help>
I made makefils by GUI Cmake,then cd msys to ta3dsrc,and make
:/mingwF/home/Administrator/TA3Dsrc/src/gfx/gui/../../../config.h:27: error: missing terminating " character
make[2]: *** [src/gfx/gui/CMakeFiles/gui.dir/base.cpp.obj] Error 1
make[1]: *** [src/gfx/gui/CMakeFiles/gui.dir/all] Error 2
Open the config.h
I find this

Code: Select all

"# define TA3D_CURRENT_REVISION   "SubWCRev : 'F:\mingwF\home\Administrator\TA3Dsrc' is not a working copy
"
Change to

Code: Select all

"# define TA3D_CURRENT_REVISION   "SubWCRev : 'F:\mingwF\home\Administrator\TA3Dsrc' is not a working copy"
Then all ok,wtf :P


I made a translater video by 0.6svn,beatiful :D
Some the keys images

Image
Image
Image
Image

Image
Image


ta3d 2009-05-01 20-48-36-29.mp4

User avatar
zuzuf
Administrateur - Site Admin
Posts: 3281
Joined: Mon Oct 30, 2006 8:49 pm
Location: Toulouse, France
Contact:

Re: SVN

Post by zuzuf » Thu Apr 30, 2009 4:23 pm

indeed, looks great :), but I can't see the video :cry:
=>;-D Penguin Powered

xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

Re: SVN

Post by xpoy » Thu Apr 30, 2009 6:22 pm

Oh no.
The video is really great,I reupload video.
This time will work:
http://cid-dd761cec1c1d3498.skydrive.li ... -36-29.mp4

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Thu Apr 30, 2009 6:28 pm

Yeah ^^
please zuzuf open a ftp to put all those videos ! :D
Damien Gerard
Ta3d & Yuni Developer

xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

Re: SVN

Post by xpoy » Fri May 01, 2009 10:43 am

:)
Ftp just need best video.

User avatar
zuzuf
Administrateur - Site Admin
Posts: 3281
Joined: Mon Oct 30, 2006 8:49 pm
Location: Toulouse, France
Contact:

Re: SVN

Post by zuzuf » Fri May 01, 2009 11:18 am

hm, okay but be careful with video size, I can't store 20GB video!
=>;-D Penguin Powered

xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

Re: SVN

Post by xpoy » Fri May 01, 2009 6:40 pm

There will be better video.May it will invate some tester..

User avatar
Balthazar
Moderator
Posts: 2055
Joined: Wed Nov 01, 2006 4:31 pm
Location: Russian Federation
Contact:

Re: SVN

Post by Balthazar » Sun May 03, 2009 7:07 am

Awesome :P Xpoy - could you post your screenshots in one archive file to download them all in the original size?

xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

Re: SVN

Post by xpoy » Sun May 03, 2009 7:59 pm

~_~
I delete a lots screenshots .
But there are some thing still alive in here:
http://bbs.taclub.net/taclub/newTA/forum-49-1.html

Google translate
http://translate.google.cn/translate?u= ... N&ie=UTF-8
Last edited by xpoy on Sun May 03, 2009 10:18 pm, edited 1 time in total.

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Sun May 03, 2009 9:31 pm

Yeah nice :)
Damien Gerard
Ta3d & Yuni Developer

xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

Re: SVN

Post by xpoy » Sun May 03, 2009 10:17 pm

The link in the news is confused,it should be "http://svn.ta3d.org/ta3d"
And those xcf pictures is too big :P
Last edited by xpoy on Wed May 06, 2009 10:48 am, edited 1 time in total.

xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

Re: SVN

Post by xpoy » Wed May 06, 2009 10:29 am

The newest Svn ta3d src doesn't contains SDL includes
Or it doesn't included.I don't know what's wrong.

what's this?

Code: Select all

f:/mingw/home/Owner/trunk/src/ta3d/src/stdafx.h:45:24: yuni/yuni.h: No such file or directory
This is" make" view:
http://pastebin.com/f68e43373

User avatar
zuzuf
Administrateur - Site Admin
Posts: 3281
Joined: Mon Oct 30, 2006 8:49 pm
Location: Toulouse, France
Contact:

Re: SVN

Post by zuzuf » Wed May 06, 2009 5:29 pm

Since last week, TA3D uses Yuni which you can find in the trunk folder. You probably ran cmake/make from trunk/src/ta3d/ which isn't any more the correct way to do things.

First clean all your CMakeCache.txt files, then run cmake from trunk/src, then make (from the same folder). This should work, I haven't tested it on windows yet ... but it should do it if there is no problem with Yuni (milipili knows Yuni better than I, so if you run into Yuni problems you should see that with him).
=>;-D Penguin Powered

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Wed May 06, 2009 7:16 pm

You also needs to fetch externals with Subversion, since TA3D directly uses the repository of Yuni in its sources (/trunk/src/libs/yuni, see http://trac.ta3d.org/browser/trunk/src/libs and http://svnbook.red-bean.com/en/1.0/ch07s03.html for more informations). TortoiseSVN automatically does that with the default settings.

Like zuzuf said, the good root folder for CMake is now /trunk/src, which will in a near future compile all applications at once (Ta3D, 3DMeditor2...).

I am currently making a patch to libyuni for mingw. It will be available tonight.
Damien Gerard
Ta3d & Yuni Developer

xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

Re: SVN

Post by xpoy » Wed May 06, 2009 8:36 pm

I got it,it was a hide lib! :twisted:
After put yuni into libs
The cmake first time tell me wrong,then try again with cache it worked.

Make throw some code errors.

Code: Select all

f:/mingw/home/Owner/trunk/src/libs/yuni/src/yuni/toolbox/dynamiclibrary/file.cpp: In static member function `static void* Yuni::DynamicLibrary::File::wrapperDlSym(HINSTANCE__*, const char*)':
f:/mingw/home/Owner/trunk/src/libs/yuni/src/yuni/toolbox/dynamiclibrary/file.cpp:50: error: invalid conversion from `int (*)()' to `void*'
make[2]: *** [libs/yuni/src/yuni/CMakeFiles/yuni-static-core.dir/toolbox/dynamiclibrary/file.cpp.obj] Error 1
make[1]: *** [libs/yuni/src/yuni/CMakeFiles/yuni-static-core.dir/all] Error 2
make: *** [all] Error 2
return (void *) YUNI_DYNLIB_DLSYM(h, name);

Code: Select all

f:/mingw/home/Owner/trunk/src/libs/yuni/src/yuni/toolbox/system/sleep.cpp: In function `void Yuni::Sleep(Yuni::uint32)':
f:/mingw/home/Owner/trunk/src/libs/yuni/src/yuni/toolbox/system/sleep.cpp:19: error: `sleep' was not declared in this scope
f:/mingw/home/Owner/trunk/src/libs/yuni/src/yuni/toolbox/system/sleep.cpp: In function `void Yuni::SleepMilliSeconds(Yuni::uint32)':
f:/mingw/home/Owner/trunk/src/libs/yuni/src/yuni/toolbox/system/sleep.cpp:29: error: `usleep' was not declared in this scope
make[2]: *** [libs/yuni/src/yuni/CMakeFiles/yuni-static-core.dir/toolbox/system/sleep.cpp.obj] Error 1
make[1]: *** [libs/yuni/src/yuni/CMakeFiles/yuni-static-core.dir/all] Error 2
Sleep(seconds);

No idea in usleep undefined
There are a lot scope error in yuni now.I going to sleep,it was 5:00 am,~_~
See next svn version

User avatar
zuzuf
Administrateur - Site Admin
Posts: 3281
Joined: Mon Oct 30, 2006 8:49 pm
Location: Toulouse, France
Contact:

Re: SVN

Post by zuzuf » Wed May 06, 2009 8:54 pm

usleep doesn't exist on windows ... I think (TA3D uses usleep but on win32 I had to use something else)
=>;-D Penguin Powered

xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

Re: SVN

Post by xpoy » Wed May 06, 2009 9:01 pm

ZZZzzzzzzzzz....
This is win32 API
VOID Sleep(

DWORD dwMilliseconds // sleep time in milliseconds
);

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Wed May 06, 2009 9:39 pm

You can update your local copy. I made Ta3d compile on WIndows using MinGW.
Using those two commands :

Code: Select all

cmake . -G "MinGW Makefiles"
mingw32-make
Damien Gerard
Ta3d & Yuni Developer

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Wed May 06, 2009 9:42 pm

About the sleep routine, the define was a bit too restrictive
Damien Gerard
Ta3d & Yuni Developer

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Wed May 06, 2009 9:52 pm

By the way, zuzuf could you check that the cross-compil still works ?
Damien Gerard
Ta3d & Yuni Developer

User avatar
zuzuf
Administrateur - Site Admin
Posts: 3281
Joined: Mon Oct 30, 2006 8:49 pm
Location: Toulouse, France
Contact:

Re: SVN

Post by zuzuf » Wed May 06, 2009 10:08 pm

cross compiling still works :)
=>;-D Penguin Powered

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Wed May 06, 2009 10:10 pm

Great :)
Damien Gerard
Ta3d & Yuni Developer

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Wed May 06, 2009 10:15 pm

euh... libyuni as well ?
Damien Gerard
Ta3d & Yuni Developer

User avatar
zuzuf
Administrateur - Site Admin
Posts: 3281
Joined: Mon Oct 30, 2006 8:49 pm
Location: Toulouse, France
Contact:

Re: SVN

Post by zuzuf » Wed May 06, 2009 10:21 pm

I got no errors and at the end I get binaries :)
=>;-D Penguin Powered

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Wed May 06, 2009 10:30 pm

wonderful :D
Damien Gerard
Ta3d & Yuni Developer

xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

Re: SVN

Post by xpoy » Thu May 07, 2009 7:53 am

I got errno because no vc and in win32 :o
Sucking

Code: Select all

cmake -G "MSYS Makefiles" ./
mingw32-make
Add
# define YUNI_OS_WINDOWS
into yuni.h

Then it go further...
But wrong again in sleep.cpp
Is that should a vc?

No idea in

Code: Select all

cmake . -G "MinGW Makefiles"
mingw32-make
cmake MinGW should used cmd shell,but it include linux path format,thus cmd couldn't made it,Confused~_~
Help!

milipili
Posts: 545
Joined: Thu Nov 02, 2006 8:52 am
Location: Paris (France)
Contact:

Re: SVN

Post by milipili » Thu May 07, 2009 8:55 am

Windows has a compatibility mode for paths. It compiles well with MinGW but I have not tryied with MSYS.

May be libyuni lacks of detection with MSYS, which is an hybrid system. Contrary to the most frameworks, the operating system detection is provided by the headers. This way, headers are the same and work in the same way for each platform. Please try with cmd in a first time.
When you have some error, please post the output of your console (or a screenshot) in the same time. It would be easier to help you, or to make a patch to fix the error you encountered.
Damien Gerard
Ta3d & Yuni Developer

xpoy
Posts: 669
Joined: Mon Sep 22, 2008 3:55 am

Re: SVN

Post by xpoy » Thu May 07, 2009 9:15 am

http://translate.google.cn/translate?u= ... N&ie=UTF-8
This is my all file download.
I must prepare for my groudfather birthday,It will cast all time,but i just had time to write AI.
I used XP SP2,no any updata.

Post Reply

Who is online

Users browsing this forum: No registered users and 31 guests