ASUS Windows 8 지원 메인보드 리스트

System 2012. 10. 24. 22:07 posted by CecilDeSK
반응형

반응형

'System' 카테고리의 다른 글

마이크론 MX500 SSD 250GB 아스크텍  (0) 2018.04.20
구글 넥서스 4 Spec  (0) 2012.10.26
Asus P35 Chipset Mpbo P5K  (0) 2007.06.10
ASUS LD2 Main Board 상에서 PS2 Mouse Configuration  (0) 2007.03.29
Symantec Norton Ghost 2003 Live Update  (1) 2007.02.06

Daemon Tools 3.47 download

Windows 2011. 2. 14. 09:25 posted by CecilDeSK
반응형



 Daemon tools 3.47 다운로드



DAEMON Tools you can back up your physical CD/DVD/HD DVD/Blu-ray discs into "virtual discs" or so called "disc image" files, which run directly on your hard drive. You can also work with images created by other burning programs! DAEMON Tools supports variety of image types. Use CD/DVD image converter to have one format images in your Image Catalog!

1. Emulate virtual CD/DVD-ROM/HD DVD and Blu-ray drives

DAEMON Tools Lite [Commercial] enables you to emulate up to 4 CD/DVD virtual drives on your PC. Virtual drives will appear in your OS just like real ones. Select a virtual drive then choose a disc image you want to mount. Find the created virtual drive with mounted disc image in My Computer. Start working! Looks like working with a real drive and a real disc, doesn't it? Yes, but it is much faster!

2. Create a disc image

With DAEMON Tools Lite [Commercial] you can create ISO and MDS image files from original discs inserted in physical CD/DVD/HD DVD/Blu-ray drives. Or use images you have created earlier with other program. DAEMON Tools products work with variety of image types.

Key features

  • creates *.iso and *.mds images;
  • emulates up to 4 virtual CD/DVD drives;
  • performs image mounting and unmounting;
  • supports *.b5t, *.b6t, *.bwt, *.ccd, *.cdi, *.cue, *.nrg, *.pdi, *.isz;
  • offers powerful command line interface.
반응형
반응형
안드로이드 플랫폼을 우분투 리눅스환경에서 빌드하는 환경 설정

Git 1.5.4 이상, flex, bison, gperf, libsdl-dev, libesd0-dev, libwxgtk2.6-dev(optional), build-essential, zip, curl ...
JDK 1.5.0 Build 12 이상 (JDK 6.0 은 지원하지 않음 - @override Annotation문제로 지원하지 않음)


prepare install
$ sudo apt-get install git-core gnupg flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev

valgrind  -- (optional install) detecting for Memory leaks, Stack overflow 
$ sudo apt-get install valgrind


---
ubuntu 에서 jdk 1.5 설치
Repositiry 추가

$ sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ jaunty multiverse"
$ sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse"

Package update
$ sudo apt-get update

Install jdk 1.5
$ sudo apt-get install sun-java5-jdk

Check installed jdk version
$ sudo update-java-alternatives -l

jdk 1.5 를 Default 로 설정
$ sudo update-java-alternatives -s java-1.5.0-sun

자바 환경 설정
$ export JAVA_HOME=/usr/bin/java
$ export ANDROID_JAVA_HOME=$JAVA_HOME
$ export PATH=$JAVA_HOME/bin:$PATH


Continue ...

반응형
반응형

Released: Windows SDK for Windows 7 and .NET Framework 4

The RTM release of the Windows SDK for Windows 7 and .NET Framework 4 is now available for download in either ISO or Web Setup format. Here are a few key features about this Software Development Kit (SDK):

  • Smaller/Faster: at less than 600MB, this SDK is less than half the size of the previous SDK, producing a faster install with a smaller on disk footprint
  • Cleaner Setup: setup screens have been grouped into native, managed, and common buckets to help you more easily choose the components you need
  • VC++ 2010 Compilers (32 & 64-bit): use the new C++ compilers and CRT that also ship in Visual Studio 2010 for improved run-time and design-time performance
  • Microsoft Help System 1.0: the new help system introduced with Visual Studio 2010 that enables you to view documentation either online or offline and selectively choose which documentation to maintain offline
  • .NET Framework 4 Tools and Reference Assemblies: use tools and reference assemblies updated specifically for .NET Framework 4 development
  • MSBuild: support for .NET Framework 4 MSBuild in the SDK Command line for building native and managed applications using new Visual Studio 2010 project files (such as the vcxproj file for C++ applications)

Release Notes

Microsoft Windows SDK for Windows 7 (7.1)

The following tools were included in the Windows SDK for Server 2008 and .NET Framework 3.5 release, but are not included in this release

.NET Framework 4 (Required)

SDK Build Environment may Fail on X86 XP with VS2005 :  See the issue http://blogs.msdn.com/windowssdk/archive/2008/03/07/workaround-sdk-build-env-fails-on-x86-xp-with-vs2005.aspx




반응형