블로그 이미지
No pain, no gain!
lepoussin

Tag

Notice

Recent Post

Recent Comment

Recent Trackback

Archive

calendar

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
  • total
  • today
  • yesterday
02-01 01:22

'vc++'에 해당되는 글 1건

  1. 2007.02.06 VC++에 Python을 Embedding시, Debug 컴파일 에러 잡기
2007. 2. 6. 18:49 Language/Python

#   ifdef _DEBUG
#    pragma comment(lib,"python24.lib") <-- 수정
#   else
#    pragma comment(lib,"python24.lib")
#   endif /* _DEBUG */

그리고 다음 부분을 주석으로 처리하면 된다.

//#ifdef _DEBUG
//# define Py_DEBUG
//#endif

posted by lepoussin