1/24 페이지 열람 중
http://discuss.fogcreek.com/joelonsoftware4/default.asp?cmd=show&ixPost=128807&ixReplies=0 사이트에서 다음의 내용을 확인했습니다. I asked about this filter in the Microsoft directx.misc newsgroup. The filter isn't public (see below) and it's in "qedit.dll". Knowing this, how would I get the interface to s…
macbook이 이쁘고, 싸길래 기존 linux + windows xp 조합의 노트북을 대체하고자 intel cpu인 macbook을 지르고, linux 를 macos 로 대신할 수 있는 방법을 찾고서 embedded linux 개발에 쓰기위해서 다음과 같이 삽질한 내용들을 기록한다. 왠만한것은 찾아보면 될텐데, macos에서 cross compiler를 이용해서 개발 할 수 있을런지... 1. usb to serial driver installation http://serialio.com/products/adaptors/u…
1. FAT32 howto 1.1 FAT32 partition 생성 - fdisk /dev/hda - n (new partition) - p (primary partition) - 1 (partition number) - t (change a partition's system id) - 1 (partition number) - c (Hex code (type L to list codes) -> FAT32(LBA) 1.2 FAT32 disk format - mkdosfs -F32 /dev/hda 1.3 FAT32 disk…
Use the /Tp option of the compiler to instruct it to assume the file is C++. You can put this in as a custom build rule, or modify some registry settings to add .cc to the list of file extensions recognized as C++. The key to modify is: HKEY_CURRENT_USER\Software\Microsoft\DevStudio\X.0\Build Syste…
Fedora Core 2 kernel 2.6.5-1.358 버전에서 Device Driver 작성연습하면 아래와 같은 에러가 발생한다. make: Entering directory `/usr/src/linux-2.6.5-1.358' Makefile:434: .config: 그런 파일이나 디렉토리가 없음 LD /root/driver_ex/built-in.o CC [M] /root/driver_ex/hello-1.o In file included from include/linux/module.h:9, …
[b]1. Alternate Files quickly (.c --> .h etc)[/b] A few of quick commands to swtich between source files and header files quickly. :A switches to the header file corresponding to the current file being edited (or vise versa) :AS splits and switches :AV vertical splits and switches E.g. if y…
안녕하세요. 그놈 데스크탑 환경에서 VFL를 사용해서 캠 영상을 띄울 수 있을까요?? VFL SDK는 어디서 다운받을 수 있는지요 ... ㅠㅠ??
현재 버전은 Qt 5.6.2 기반으로 작성되었네요. 게다가 오픈 소스였군요 ^^ https://www.virtualbox.org/browser/vbox/trunk
마이크로소프트가 Mac과 Linux에서 돌아가는 Visual Studio Code를 내 놓았네요. 아직은 프리뷰 형태로 웹과 클라우드개발정도를 지원하지만 향후 iOS, Android도 개발 가능한 듯 합니다. 당장은 아니지만 장래에 Qt에는 위협적인 존재가 될 듯 싶습니다. 게임쪽에서는 이미 C# base의 Unity로 iOS, 안드로이드용 게임을 개발을 하고 있으니...
업무 특성상 다양한 OS(Win7,Win8,Linux,...) 다양한 환경에서 테스트를 해 봐야 하는데 VirtualBox가 있어서 훨씬 수월 하군요. 이거 아니었음 어디서 노트북 구하고 다른 환경에서 테스트 할 때 마다 부팅 하고 난리 쳤을 텐데 개발자에게 있어서 유용한 프로그램 같습니다. 게다가 무료이니... 정말 감사한 마음으로 써야 할 듯.