dev/C,C++
-
node c++ addondev/C,C++ 2022. 3. 14. 10:49
node 에서 사용가능한 모듈을 c/c++ 로 개발. https://nodejs.org/dist/latest-v16.x/docs/api/n-api.html Node-API | Node.js v16.14.0 Documentation nodejs.org 관련 대부분의 문서에 윈도우 기준 windows-build-tool 을 설치하는 단계가 있는데 windows-build-tools 공식 페이지에는 deprecated 라고 표시되고 현재는 nodejs 설치 패키지에 포함되어 있다고 설명이 되어있으므로 따로 설치할 필요가 없음. 참고로 windows-build-tools 는 node-gyp, python, vs compiler 를 설치, 설정 해주는 도구임. 문제시 각각을 수동으로 설치도 가능함. 만약 win..
-
application run single instancedev/C,C++ 2020. 3. 30. 18:50
https://stackoverflow.com/questions/4191465/how-to-run-only-one-instance-of-application How to Run Only One Instance of Application I have a application which uses socket connection to send and receive data from another application. While creating socket it uses the port 4998 . That is where my problem lie. Once I start my stackoverflow.com http://www.flounder.com/nomultiples.htm Avoiding Multip..
-
google breakpaddev/C,C++ 2020. 3. 19. 16:57
https://chromium.googlesource.com/breakpad/breakpad breakpad/breakpad - Git at Google Breakpad Breakpad is a set of client and server components which implement a crash-reporting system. Getting started (from master) First, download depot_tools and ensure that they’re in your PATH.Create a new directory for checking out the source code (it chromium.googlesource.com https://chromium.googlesource...
-