티스토리 툴바

Daemon Tools 3.47 download

Windows 2011/02/14 09:25 posted by Cecil 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




저작자 표시

Visual Studio 2010에서 기존 Document Explorer 에서 Internet Browser 방식으로 바뀌어서 불편한 면이 있었는데 Microsoft Code Gallery에 Visual Studio 2010에서 사용할수있는 Microsoft Help Viewer Power Tool (beta) 가 있다. 작업표시줄에 고정할수도있고 소스코드에서 F1눌렀을때 연결도 이상 없이 작동된다.

필요요소
  • Visual Studio 2010
  • Microsoft Help Viewer
  • Sliverlight 3.0 or higher

설치

    Eng_x64 와 Eng_x86 버전중 원하는 것으로 다운로드 링크: http://goo.gl/iKJD

    설치하면 기본적으로 기존모드(in-browser mode) 로 되어있는데 Command line에서 설정을 바꾸어주어야한다.
    만일 로컬 도움말을 사용중이라면 Help Library Agent 가 트레이에 실행중일수있다 실행중이라면 우선 종료해주고 c:\program files\Microsoft Help Viewer\v1.0 디렉토리에서 hlpvwpt.exe standaloneviewer=true 명령을 실행하여 Standalone Mode 로 변경하고 Help를 실행해보자

    c:\>cd "\Program Files\Microsoft Help Viewer\v1.0" 
    C:\Program Files\Microsoft Help Viewer\v1.0>HlpVwPT.exe standaloneviewer=true

    만일 다시 기존모드로 돌아가고자 한다면 HlpVwPT.exe standaloneviewer=false 를 실행해주면된다 만일 Help Library Agent 가 실행중이라면 종료해 주어야 바뀐 모드가 적용된다.

    C:\Program Files\Microsoft Help Viewer\v1.0>HlpVwPT.exe standaloneviewer=false

기존모드(In-browser mode): Online Help / Local Help

In-Browser mode for online help Visual Studio 2010In-Browser mode for local help Visual Studio 2010

독립모드(Standalone mode): Online Help / Local Help

Standalone mode online help Visual Studio 2010Standalone mode local help Visual Studio 2010


참고사이트

Visual Studio Gallery -Help Viewer Power Tool

MSDN Code Gallery -Microsoft Help Viewer Power Tool (Beta) 

Scott Hanselman's Blog


저작자 표시

Oracle's New Sun Support Policy May Disrupt the Hardware Maintenance Market


http://www.gartner.com/technology/media-products/reprints/oracle/article127/article127.html


  • Sun's tiered model has been replaced with; Oracle Premier Support for Systems and Oracle Premier Support for Operating Systems.
  • Premier Support for Operating Systems is 8% of the hardware purchase price and covers Solaris, Oracle Enterprise Linux, and Oracle VM on Sun hardware.
  • Premier Support for Systems is 12% of the hardware purchase price and covers the selected Oracle operating system, hardware support, replacement parts and a two-hour on-site service-level agreement (SLA) within 25 miles of an Oracle service center.
  • Sun hardware includes a standard one-year parts warranty that is unrelated to these offerings. There is no extended warranty, because Oracle expects customers to take advantage of Premier Support for Systems.


저작자 표시