Click here to Skip to main content
15,926,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to save a DIB to JPEG Pin
Christian Graus19-Jun-01 16:23
protectorChristian Graus19-Jun-01 16:23 
GeneralRe: How to save a DIB to JPEG Pin
Kiddxin19-Jun-01 16:27
Kiddxin19-Jun-01 16:27 
GeneralRe: How to save a DIB to JPEG Pin
Christian Graus19-Jun-01 16:30
protectorChristian Graus19-Jun-01 16:30 
GeneralRe: How to save a DIB to JPEG Pin
Kiddxin19-Jun-01 20:51
Kiddxin19-Jun-01 20:51 
GeneralRe: How to save a DIB to JPEG Pin
Christian Graus19-Jun-01 22:27
protectorChristian Graus19-Jun-01 22:27 
GeneralGreat Thanks Pin
Kiddxin19-Jun-01 22:48
Kiddxin19-Jun-01 22:48 
GeneralRe: Great Thanks Pin
Christian Graus20-Jun-01 0:19
protectorChristian Graus20-Jun-01 0:19 
GeneralRe: How to save a DIB to JPEG Pin
Kiddxin21-Jun-01 15:47
Kiddxin21-Jun-01 15:47 
Hello, Christian

My program is running now. But there is still a problem. If I use Win32 Release but not Win32 Debug to build the program. It will give some "unresolved external symbol" errors as the following. Can you give me some ideas in the errors and how to solve them? Thanx.




VizMarineViewView.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CAnyPicDecoder::~CAnyPicDecoder(void)" (??1CAnyPicDecoder@@UAE@XZ)

VizMarineViewView.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CWinBmp::~CWinBmp(void)" (??1CWinBmp@@UAE@XZ)

VizMarineViewView.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CJPEGEncoder::~CJPEGEncoder(void)" (??1CJPEGEncoder@@UAE@XZ)

VizMarineViewView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CPicEncoder::MakeFileFromBmp(char const *,class CBmp *)" (?MakeFileFromBmp@CPicEncoder@@UAEXPBDPAVCBmp@@@Z)

VizMarineViewView.obj : error LNK2001: unresolved external symbol "public: __thiscall CJPEGEncoder::CJPEGEncoder(void)" (??0CJPEGEncoder@@QAE@XZ)

VizMarineViewView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CPicDecoder::MakeBmpFromFile(char const *,class CBmp *,int,class IProgressNotification *)" (?MakeBmpFromFile@CPicDecoder@@UAEXPBDPAVCBmp@@HPAVIProgres
sNotification@@@Z)

VizMarineViewView.obj : error LNK2001: unresolved external symbol "public: __thiscall CWinBmp::CWinBmp(void)" (??0CWinBmp@@QAE@XZ)

VizMarineViewView.obj : error LNK2001: unresolved external symbol "public: __thiscall CAnyPicDecoder::CAnyPicDecoder(void)" (??0CAnyPicDecoder@@QAE@XZ)

Release/VizMarine Pro.exe : fatal error LNK1120: 8 unresolved externals
GeneralRe: How to save a DIB to JPEG Pin
Christian Graus21-Jun-01 15:51
protectorChristian Graus21-Jun-01 15:51 
GeneralRe: How to save a DIB to JPEG Pin
Kiddxin22-Jun-01 0:04
Kiddxin22-Jun-01 0:04 
GeneralParallel Port Control Pin
Youngar17-Jun-01 22:57
Youngar17-Jun-01 22:57 
GeneralRe: Parallel Port Control Pin
Claudius Mokler17-Jun-01 23:26
Claudius Mokler17-Jun-01 23:26 
GeneralRe: Parallel Port Control Pin
Youngar17-Jun-01 23:41
Youngar17-Jun-01 23:41 
GeneralCWebBrower2 and Scroolbar Pin
olivier17-Jun-01 22:39
olivier17-Jun-01 22:39 
GeneralRe: CWebBrower2 and Scroolbar Pin
18-Jun-01 10:28
suss18-Jun-01 10:28 
GeneralEfficient way to delete lines from CEdit Pin
EiSl17-Jun-01 22:11
EiSl17-Jun-01 22:11 
GeneralRe: Efficient way to delete lines from CEdit Pin
Tomasz Sowinski17-Jun-01 23:44
Tomasz Sowinski17-Jun-01 23:44 
GeneralRe: Efficient way to delete lines from CEdit Pin
18-Jun-01 2:55
suss18-Jun-01 2:55 
GeneralRe: Efficient way to delete lines from CEdit Pin
EiSl18-Jun-01 21:01
EiSl18-Jun-01 21:01 
GeneralCharacter Message Pin
vijayaramaraju17-Jun-01 20:39
vijayaramaraju17-Jun-01 20:39 
GeneralRe: Character Message Pin
17-Jun-01 21:08
suss17-Jun-01 21:08 
GeneralRe: Character Message Pin
vijayaramaraju18-Jun-01 1:29
vijayaramaraju18-Jun-01 1:29 
GeneralDisconnected Recordsets problem Pin
yamini17-Jun-01 20:38
yamini17-Jun-01 20:38 
GeneralFaxing Pin
ThomasKennedyBose17-Jun-01 19:07
ThomasKennedyBose17-Jun-01 19:07 
GeneralRe: Faxing Pin
Michael P Butler18-Jun-01 1:13
Michael P Butler18-Jun-01 1:13 

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.