// MyDll.h #ifndef DW_MYDLL__H__ #define DW_MYDLL__H__ #if !defined(MYLIBAPI) #define MYLIBAPI extern "C" __declspec(dllimport) #endif // 위 매크로는 dll을 이용하는 소스코드(실행 모듈)에서 적용된다. // dll 제작에 사용되는 소스코드에서는 MYLIBAPI를 dllexport로 정의하게 된다. MYLIBAPI int result; MYLIBAPI int add(int a, int b); MYLIBAPI void printResult(); #endif // DW_MYDLL__H__ // MyDll.cpp #include using namespace std; #define MYLIBAPI ext..
[문제 상황] 파이썬 문서(http://docs.python.org/extending/windows.html)에 나와있는 대로 따라하는 과정에서 문제가 발생하였다. (컴파일 환경은 Python 3.1 및 Visual C++ 2008 Pro.) 해당 파이썬 문서에는 다음과 같은 내용이 있다. 아주 간편해 보인다. 4. Building C and C++ Extensions on Windows// 중략.. To build extensions using these instructions, you need to have a copy of the Python sources of the same version as your installed Python. You will need Microsoft Visual C++..
- Total
- Today
- Yesterday
- ctypes
- 볼륨 낮춤
- CanDrA
- dll
- MSVC++
- 이상한 문자
- cython
- 볼륨 조절
- Visual C++
- 설치
- tensorflow
- TCGA
- matrix multiplication
- QPrinter.A4
- destructor
- GSX 1000 pro
- QT
- Item 9
- GSX 1200 pro
- TensorBoard
- PyQt
- C++
- Python
- Accelerated C++
- volume dial
- structure
- armadillo c++
- how to solve it
- QPrinter.Letter
- pandas
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |