Click here to Skip to main content
15,893,266 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralStandalone EXE Pin
ddspliting9-Mar-08 4:21
ddspliting9-Mar-08 4:21 
GeneralOh, they made it again! Pin
CPallini9-Mar-08 5:50
mveCPallini9-Mar-08 5:50 
GeneralRe: Standalone EXE Pin
followait9-Mar-08 5:51
followait9-Mar-08 5:51 
GeneralRe: Standalone EXE Pin
ddspliting9-Mar-08 10:12
ddspliting9-Mar-08 10:12 
GeneralRe: Standalone EXE Pin
CPallini9-Mar-08 11:18
mveCPallini9-Mar-08 11:18 
GeneralRe: Standalone EXE Pin
followait9-Mar-08 15:49
followait9-Mar-08 15:49 
GeneralRe: Standalone EXE Pin
ddspliting14-Mar-08 4:12
ddspliting14-Mar-08 4:12 
GeneralUnexpected linker fault Pin
Anthony Appleyard9-Mar-08 3:14
Anthony Appleyard9-Mar-08 3:14 
I have a program which I adapted from Borland C++ to Visual C++ and got compiling correctly in Debug mode.

On changing to Release mode its linker moaned thus. On going back to Debug mode it compiled and linked successfully. What happened?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1>IMAGES.CPP
1>Compiling resources...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Linking...
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdipGetImageEncodersSize@8
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdipGetImageEncoders@12
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdiplusStartup@12
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdipCreateBitmapFromFile@8
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdipCreateBitmapFromFileICM@8
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdipFree@4
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdipAlloc@4
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdipCloneImage@8
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdipDisposeImage@4
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdipCreateHBITMAPFromBitmap@12
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdipGetImageWidth@8
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdipGetImageHeight@8
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdiplusShutdown@4
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdipCreateBitmapFromGdiDib@12
1>IMAGES.obj : error LNK2001: unresolved external symbol _EncoderQuality
1>IMAGES.obj : error LNK2001: unresolved external symbol _GdipSaveImageToFile@16
1>C:\2d\ppp_vc\Release\ppp_vc.exe : fatal error LNK1120: 16 unresolved externals
1>Build log was saved at "file://c:\2d\ppp_vc\ppp_vc\Release\BuildLog.htm"
1>ppp_vc - 17 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
AnswerRe: Unexpected linker fault Pin
Rajkumar R9-Mar-08 3:38
Rajkumar R9-Mar-08 3:38 
GeneralRe: Unexpected linker fault Pin
CPallini9-Mar-08 3:41
mveCPallini9-Mar-08 3:41 
Generalunqualified name in template Pin
George_George9-Mar-08 3:07
George_George9-Mar-08 3:07 
GeneralDetailed .map file Pin
ForNow9-Mar-08 2:54
ForNow9-Mar-08 2:54 
GeneralRecord the number of command clicks on the main GUI Pin
Golden Lee9-Mar-08 1:47
Golden Lee9-Mar-08 1:47 
GeneralRe: Record the number of command clicks on the main GUI Pin
Rajkumar R9-Mar-08 3:08
Rajkumar R9-Mar-08 3:08 
QuestionDLL Plugins Pin
Ivan-bg9-Mar-08 1:18
Ivan-bg9-Mar-08 1:18 
GeneralRe: DLL Plugins Pin
CPallini9-Mar-08 3:48
mveCPallini9-Mar-08 3:48 
GeneralRe: DLL Plugins Pin
Ivan-bg9-Mar-08 4:50
Ivan-bg9-Mar-08 4:50 
GeneralRe: DLL Plugins Pin
CPallini9-Mar-08 5:46
mveCPallini9-Mar-08 5:46 
GeneralRe: DLL Plugins Pin
Chris Losinger9-Mar-08 15:46
professionalChris Losinger9-Mar-08 15:46 
GeneralOpen Excel file,Error Pin
TaoteSea8-Mar-08 23:21
TaoteSea8-Mar-08 23:21 
QuestionRe: Open Excel file,Error Pin
CPallini8-Mar-08 23:34
mveCPallini8-Mar-08 23:34 
GeneralRe: Open Excel file,Error Pin
Hamid_RT9-Mar-08 0:46
Hamid_RT9-Mar-08 0:46 
Questionwhat are the differences among try...catch,__try...__except and try...finally? [modified] Pin
kcynic8-Mar-08 19:17
kcynic8-Mar-08 19:17 
AnswerRe: what are the differences among try...catch,__try...__except and try...finally? Pin
Rajkumar R8-Mar-08 21:43
Rajkumar R8-Mar-08 21:43 
GeneralRe: what are the differences among try...catch,__try...__except and try...finally? Pin
kcynic8-Mar-08 22:01
kcynic8-Mar-08 22: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.