Click here to Skip to main content
15,891,762 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 | :^)
Questionpercentage on progress bar Pin
Sunshine Always16-Nov-06 1:03
Sunshine Always16-Nov-06 1:03 
AnswerRe: percentage on progress bar Pin
Viorel.16-Nov-06 1:27
Viorel.16-Nov-06 1:27 
AnswerRe: percentage on progress bar Pin
David Crow16-Nov-06 3:05
David Crow16-Nov-06 3:05 
AnswerRe: percentage on progress bar Pin
Hamid_RT16-Nov-06 8:05
Hamid_RT16-Nov-06 8:05 
QuestionSet IP programmatically [modified] Pin
A_Fa16-Nov-06 0:00
A_Fa16-Nov-06 0:00 
AnswerRe: Set IP programmatically Pin
TClarke16-Nov-06 0:50
TClarke16-Nov-06 0:50 
GeneralRe: Set IP programmatically Pin
TClarke16-Nov-06 0:52
TClarke16-Nov-06 0:52 
GeneralRe: Set IP programmatically Pin
Mila02516-Nov-06 0:57
Mila02516-Nov-06 0:57 
GeneralRe: Set IP programmatically Pin
TClarke16-Nov-06 2:11
TClarke16-Nov-06 2:11 
Generaluse <pre> Pin
toxcct16-Nov-06 2:16
toxcct16-Nov-06 2:16 
GeneralRe: use <pre> Pin
TClarke16-Nov-06 3:30
TClarke16-Nov-06 3:30 
GeneralRe: use <pre> Pin
TClarke16-Nov-06 3:32
TClarke16-Nov-06 3:32 
GeneralRe: use <pre> Pin
toxcct16-Nov-06 3:38
toxcct16-Nov-06 3:38 
GeneralRe: use <pre> Pin
TClarke16-Nov-06 4:12
TClarke16-Nov-06 4:12 
GeneralRe: use <pre> Pin
toxcct16-Nov-06 4:31
toxcct16-Nov-06 4:31 
GeneralRe: use <pre> Pin
Mark Salsbery16-Nov-06 4:52
Mark Salsbery16-Nov-06 4:52 
GeneralRe: use <pre> Pin
TClarke16-Nov-06 5:01
TClarke16-Nov-06 5:01 

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.