Click here to Skip to main content
15,895,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with worker thread Pin
ThatsAlok8-Sep-05 18:16
ThatsAlok8-Sep-05 18:16 
QuestionEdit a record in a DB table opened with ODBC Pin
sirtimid8-Sep-05 3:52
sirtimid8-Sep-05 3:52 
AnswerRe: Edit a record in a DB table opened with ODBC Pin
David Crow8-Sep-05 6:01
David Crow8-Sep-05 6:01 
QuestionUsing the Registry Pin
sweep1238-Sep-05 3:39
sweep1238-Sep-05 3:39 
AnswerRe: Using the Registry Pin
kakan8-Sep-05 3:55
professionalkakan8-Sep-05 3:55 
AnswerRe: Using the Registry Pin
Marc Soleda8-Sep-05 4:02
Marc Soleda8-Sep-05 4:02 
AnswerRe: Using the Registry Pin
David Crow8-Sep-05 7:40
David Crow8-Sep-05 7:40 
Questionhow do I turn off a hidden variable?? Pin
IlanTal8-Sep-05 3:37
IlanTal8-Sep-05 3:37 
Can anyone tell me where WITH_ZLIB is hidden in my visual studio 7 project? I know it is being used but I can’t find where it is in order to turn it off.

There is a CMakeLists.txt file, cut and paste from which shows:

# openssl support
OPTION(WITH_OPENSSL "Turn support for openssl on/off" OFF)
FIND_PATH(WITH_OPENSSLINC "include/openssl/ssl.h" ${dcmtk_SOURCE_DIR}/../openssl-0.9.7d)
# zlib support
OPTION(WITH_ZLIB "Turn support for zlib on/off" OFF)
FIND_PATH(WITH_ZLIBINC "include/zlib.h" ${dcmtk_SOURCE_DIR}/../zlib-1.2.1)

(The WITH_ZLIB was turned ON, but I changed it to OFF and this had no effect.)

I know it is being used because I see it in BuildLog.htm, (see below “WITH_ZLIB”):

Creating temporary file "c:\Ilan\dcmtk-3.5.3\dcmdata\libsrc\Debug\RSP000001.rsp" with contents
[
/Od /I "../../config\include" /I "../../dcmdata\include" /I "../../ofstd\include" /I "../../../zlib-1.2.1\include" /D "_DEBUG" /D "WIN32" /D "_LIB" /D "_REENTRANT" /D "WITH_LIBPNG" /D "WITH_LIBTIFF" /D "WITH_ZLIB" /D "dcmdata_EXPORTS" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /EHsc /RTC1 /MTd /GS /YX"stdafx.h" /Fp".\Debug/dcmdata.pch" /Fo".\Debug/dcxfer1.obj" /Fd".\Debug/" /W3 /c /Z7
".\dcxfer.cc"
]
Creating command line "cl.exe @"c:\Ilan\dcmtk-3.5.3\dcmdata\libsrc\Debug\RSP000001.rsp" /nologo"


I looked at the Properties window and the Options, but I simply can’t find who is defining this variable.

Can anyone tell me what I’m missing?

Thanks,
Ilan


Questionmap<string, set<string> > Pin
Achim Klein8-Sep-05 3:15
Achim Klein8-Sep-05 3:15 
AnswerRe: map<string, set<string> > Pin
Niklas L8-Sep-05 3:42
Niklas L8-Sep-05 3:42 
GeneralRe: map<string, set<string> > Pin
Achim Klein8-Sep-05 4:01
Achim Klein8-Sep-05 4:01 
AnswerRe: map<string, set<string> > Pin
Niklas L8-Sep-05 3:58
Niklas L8-Sep-05 3:58 
GeneralRe: map<string, set<string> > Pin
Niklas L8-Sep-05 4:01
Niklas L8-Sep-05 4:01 
GeneralRe: map<string, set<string> > Pin
Achim Klein8-Sep-05 4:08
Achim Klein8-Sep-05 4:08 
GeneralRe: map<string, set<string> > Pin
Niklas L8-Sep-05 4:29
Niklas L8-Sep-05 4:29 
GeneralRe: map<string, set<string> > Pin
Achim Klein8-Sep-05 5:43
Achim Klein8-Sep-05 5:43 
Questionfunction pointers and dlls Pin
dave2k8-Sep-05 2:50
dave2k8-Sep-05 2:50 
QuestionAbout Wizard based project Pin
parims8-Sep-05 1:53
parims8-Sep-05 1:53 
AnswerRe: About Wizard based project Pin
Cedric Moonen8-Sep-05 2:07
Cedric Moonen8-Sep-05 2:07 
QuestionRetrieve text from cursor position Pin
Samik Karmakar8-Sep-05 1:47
Samik Karmakar8-Sep-05 1:47 
AnswerRe: Retrieve text from cursor position Pin
Cedric Moonen8-Sep-05 2:08
Cedric Moonen8-Sep-05 2:08 
GeneralRe: Retrieve text from cursor position Pin
Samik Karmakar8-Sep-05 2:23
Samik Karmakar8-Sep-05 2:23 
GeneralRe: Retrieve text from cursor position Pin
David Crow8-Sep-05 2:44
David Crow8-Sep-05 2:44 
QuestionAltering pattern for a brush Pin
Niklas L8-Sep-05 1:21
Niklas L8-Sep-05 1:21 
QuestionHow to play mp3 repeatedly Pin
Laffis8-Sep-05 1:15
Laffis8-Sep-05 1:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.