Click here to Skip to main content
15,900,725 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem in #import statement Pin
Hamid_RT16-Nov-06 8:06
Hamid_RT16-Nov-06 8:06 
Questionstrncpy.... [modified] Pin
Programm3r16-Nov-06 1:27
Programm3r16-Nov-06 1:27 
AnswerRe: strncpy.... [modified] Pin
kakan16-Nov-06 2:07
professionalkakan16-Nov-06 2:07 
GeneralRe: strncpy.... Pin
toxcct16-Nov-06 2:19
toxcct16-Nov-06 2:19 
GeneralRe: strncpy.... Pin
kakan16-Nov-06 2:33
professionalkakan16-Nov-06 2:33 
GeneralRe: strncpy.... Pin
Programm3r16-Nov-06 3:03
Programm3r16-Nov-06 3:03 
GeneralRe: strncpy.... Pin
Programm3r16-Nov-06 3:01
Programm3r16-Nov-06 3:01 
GeneralRe: strncpy.... Pin
kakan16-Nov-06 4:21
professionalkakan16-Nov-06 4:21 
AnswerRe: strncpy [modified] Pin
prasad_som16-Nov-06 2:41
prasad_som16-Nov-06 2:41 
GeneralRe: strncpy.... Pin
toxcct16-Nov-06 2:58
toxcct16-Nov-06 2:58 
GeneralRe: strncpy.... Pin
prasad_som16-Nov-06 3:01
prasad_som16-Nov-06 3:01 
GeneralRe: strncpy.... Pin
toxcct16-Nov-06 3:09
toxcct16-Nov-06 3:09 
GeneralRe: strncpy.... Pin
Programm3r16-Nov-06 3:00
Programm3r16-Nov-06 3:00 
GeneralRe: strncpy.... Pin
prasad_som16-Nov-06 3:10
prasad_som16-Nov-06 3:10 
GeneralRe: strncpy.... Pin
Programm3r16-Nov-06 3:14
Programm3r16-Nov-06 3:14 
GeneralRe: strncpy.... Pin
David Crow16-Nov-06 4:03
David Crow16-Nov-06 4:03 
GeneralRe: strncpy.... Pin
prasad_som16-Nov-06 18:12
prasad_som16-Nov-06 18:12 
QuestionRe: strncpy.... Pin
David Crow16-Nov-06 4:04
David Crow16-Nov-06 4:04 
QuestionHow to read file in reverse order? Pin
ashokbngr16-Nov-06 1:21
ashokbngr16-Nov-06 1:21 
AnswerRe: How to read file in reverse order? Pin
Anthony Mushrow16-Nov-06 1:57
professionalAnthony Mushrow16-Nov-06 1:57 
AnswerRe: How to read file in reverse order? Pin
David Crow16-Nov-06 3:04
David Crow16-Nov-06 3:04 
GeneralRe: How to read file in reverse order? Pin
Maximilien16-Nov-06 3:46
Maximilien16-Nov-06 3:46 
GeneralRe: How to read file in reverse order? Pin
David Crow16-Nov-06 4:06
David Crow16-Nov-06 4:06 
GeneralRe: How to read file in reverse order? Pin
Maximilien16-Nov-06 13:15
Maximilien16-Nov-06 13:15 
QuestionLink Errors Pin
fin116-Nov-06 1:19
fin116-Nov-06 1:19 
Thismay not be the proper forum for this posting so I appoligise in advance if I have got it wrong, but i am hoping that someone can help me with my problem.

The problem is that when using IM with PDFMDD11.lib (thrid party Libraries) and third party lib under VS2005 and I then try to link to the StaticMTDLL IM Libraries I am recieving link errors indicating objects already defined.

I believe that the problem is a conflict of some kind between the PDF image libraries for reading/writing TIFF, PNG, and JPEG files and the Imagemagic Libraries. Can anyone help me put with this and provide a solution if possable.

The errors read.

>log4cppD.lib(CategoryStream.obj) : warning LNK4075: ignoring
'/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification

1>CORE_DB_magick_.lib(nt-base.obj) : error LNK2005: _DllMain@12 already
defined in MSVCRTD.lib(dllmain.obj)

1>CORE_DB_tiff_.lib(tif_error.obj) : error LNK2005: _TIFFSetErrorHandler
already defined in pdfMDD11.lib(tif_error.obj)

1>CORE_DB_tiff_.lib(tif_error.obj) : error LNK2005: _TIFFError already
defined in pdfMDD11.lib(tif_error.obj)

1>CORE_DB_tiff_.lib(tif_warning.obj) : error LNK2005: _TIFFSetWarningHandler
already defined in pdfMDD11.lib(tif_warning.obj)

1>CORE_DB_tiff_.lib(tif_warning.obj) : error LNK2005: _TIFFWarning already
defined in pdfMDD11.lib(tif_warning.obj)

1>CORE_DB_png_.lib(pngvcrd.obj) : error LNK2005: _png_mmx_support already
defined in pdfMDD11.lib(png.obj)

1>..\..\output\Debug\Controller_win.dll : fatal error LNK1169: one or more
multiply defined symbols found

Options that I have tried include the /FORCE switch usage on the Linker Command line. Any solution ideas would be welcomed


Many thanks

Nigel
Sniff | :^)

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.