Click here to Skip to main content
15,909,829 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can i chang the type of int to type of POSITION Pin
MailtoGops22-Aug-05 22:34
MailtoGops22-Aug-05 22:34 
GeneralDirectShow output buffer issue Pin
sashi_ua22-Aug-05 14:07
sashi_ua22-Aug-05 14:07 
GeneralMore linker errors Pin
Christian Graus22-Aug-05 13:33
protectorChristian Graus22-Aug-05 13:33 
GeneralRe: More linker errors Pin
Jose Lamas Rios22-Aug-05 16:53
Jose Lamas Rios22-Aug-05 16:53 
GeneralRe: More linker errors Pin
Christian Graus22-Aug-05 18:20
protectorChristian Graus22-Aug-05 18:20 
GeneralRe: More linker errors Pin
Jose Lamas Rios22-Aug-05 19:30
Jose Lamas Rios22-Aug-05 19:30 
GeneralRe: More linker errors Pin
Christian Graus22-Aug-05 19:36
protectorChristian Graus22-Aug-05 19:36 
GeneralRe: More linker errors Pin
Jose Lamas Rios22-Aug-05 20:06
Jose Lamas Rios22-Aug-05 20:06 
I was curious so I downloaded and opened this project with VS2005 (don't have VS2003 in this machine) and the options are definitively mangled.

There are around 270 options, most of which are duplicated (each libpath is repeated around 7 or 8 times). Besides that, I found:

3 cases of a single slash with nothing else. That would explain that LNK1117 with an empty option in your first post.

One option saying:
/LIBPATH:../../../zlib-1.2.1\lib\$(INT
and followed by:
/LIBPATH:../../dcmimgle\$(INTDIR)

That's the last error you post.

One option saying:
/LIBP
which is probably an error too.

One option saying:
/LIBPATH:../../../ti
which is probably a truncated version of
/LIBPATH:../../../tiff-3.6.1\lib\

One option saying:
/LIBPATH:../../d
which is probably a truncated version of
/LIBPATH:../../dcmdata\
or any of the other paths starting with 'd'

And many others that seem similarly truncated.

All these problems may be related to errors in the conversion from a VC6 project to VS2003/2005.

Did you use the CMake utility as indicated by the instructions in the Install file? If I understood it right, that's the proper way to convert it to VS2003.



--
jlr
http://jlamas.blogspot.com/[^]
GeneralRe: More linker errors Pin
Christian Graus23-Aug-05 13:14
protectorChristian Graus23-Aug-05 13:14 
GeneralClistCtrl question Pin
Tom Wright22-Aug-05 12:54
Tom Wright22-Aug-05 12:54 
GeneralRe: ClistCtrl question Pin
Jose Lamas Rios22-Aug-05 17:02
Jose Lamas Rios22-Aug-05 17:02 
GeneralRe: ClistCtrl question Pin
Tom Wright23-Aug-05 4:57
Tom Wright23-Aug-05 4:57 
GeneralTrouble passing a class pointer to AfxBeingThread Pin
KnaveR77722-Aug-05 12:49
KnaveR77722-Aug-05 12:49 
GeneralRe: Trouble passing a class pointer to AfxBeingThread Pin
MailtoGops22-Aug-05 23:00
MailtoGops22-Aug-05 23:00 
GeneralQ about WINDBG Pin
valerie9922-Aug-05 12:41
valerie9922-Aug-05 12:41 
GeneralRe: Q about WINDBG Pin
Blake Miller23-Aug-05 4:28
Blake Miller23-Aug-05 4:28 
QuestionHow to use the WIN32API in MFC Application?? Pin
shanzy22-Aug-05 12:03
shanzy22-Aug-05 12:03 
AnswerRe: How to use the WIN32API in MFC Application?? Pin
Christian Graus22-Aug-05 12:40
protectorChristian Graus22-Aug-05 12:40 
GeneralRe: How to use the WIN32API in MFC Application?? Pin
shanzy22-Aug-05 12:50
shanzy22-Aug-05 12:50 
GeneralRe: How to use the WIN32API in MFC Application?? Pin
Christian Graus22-Aug-05 13:03
protectorChristian Graus22-Aug-05 13:03 
GeneralRe: How to use the WIN32API in MFC Application?? Pin
shanzy22-Aug-05 14:01
shanzy22-Aug-05 14:01 
GeneralRe: How to use the WIN32API in MFC Application?? Pin
Christian Graus22-Aug-05 14:03
protectorChristian Graus22-Aug-05 14:03 
GeneralRe: How to use the WIN32API in MFC Application?? Pin
shanzy22-Aug-05 14:08
shanzy22-Aug-05 14:08 
GeneralRe: How to use the WIN32API in MFC Application?? Pin
Christian Graus22-Aug-05 14:10
protectorChristian Graus22-Aug-05 14:10 
GeneralRe: How to use the WIN32API in MFC Application?? Pin
shanzy22-Aug-05 14:26
shanzy22-Aug-05 14:26 

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.