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

C / C++ / MFC

 
AnswerRe: How to do complex window UI? Pin
Maximilien3-Mar-06 2:32
Maximilien3-Mar-06 2:32 
QuestionCListCtrl item height Pin
Naveen3-Mar-06 0:51
Naveen3-Mar-06 0:51 
AnswerRe: CListCtrl item height Pin
murali_utr3-Mar-06 1:01
murali_utr3-Mar-06 1:01 
GeneralRe: CListCtrl item height Pin
Naveen3-Mar-06 1:13
Naveen3-Mar-06 1:13 
AnswerRe: CListCtrl item height Pin
bolivar1233-Mar-06 3:08
bolivar1233-Mar-06 3:08 
QuestionCListCtrl with CheckBox Pin
murali_utr3-Mar-06 0:47
murali_utr3-Mar-06 0:47 
AnswerRe: CListCtrl with CheckBox Pin
David Crow3-Mar-06 4:41
David Crow3-Mar-06 4:41 
Questionrelated CXImage :please read this Pin
baldha rakesh3-Mar-06 0:36
baldha rakesh3-Mar-06 0:36 
i am using CXimage class in my project(MFC).
problem is that bfore calling load function everything ok but when i call load function like this:

CxImage image;
image.Load("structure2.png", CXIMAGE_FORMAT_PNG);

and then compile correctle but when i link this give errors you can see as follows please anybody have idea about these error give me answer ASAP.
Linking...
Creating library Release/Show_Image.lib and object Release/Show_Image.exp
cximage.lib.(ximajpg.obj) : error LNK2001: unresolved external symbol _jpeg_finish_decompress
cximage.lib.(ximajpg.obj) : error LNK2001: unresolved external symbol _jpeg_read_scanlines
cximage.lib.(ximajpg.obj) : error LNK2001: unresolved external symbol _jpeg_start_decompress
cximage.lib.(ximajpg.obj) : error LNK2001: unresolved external symbol _jpeg_calc_output_dimensions
cximage.lib.(ximajpg.obj) : error LNK2001: unresolved external symbol _jpeg_read_header
cximage.lib.(ximajpg.obj) : error LNK2001: unresolved external symbol _jpeg_resync_to_restart
cximage.lib.(ximajpg.obj) : error LNK2001: unresolved external symbol _jpeg_CreateDecompress
....
Show_Image.exe - 82 error(s), 0 warning(s)


Bankey Khandelwal
Software Engineer



AnswerRe: related CXImage :please read this Pin
toxcct3-Mar-06 0:37
toxcct3-Mar-06 0:37 
AnswerRe: related CXImage :please read this Pin
Cedric Moonen3-Mar-06 0:45
Cedric Moonen3-Mar-06 0:45 
AnswerRe: related CXImage :please read this Pin
Chris Losinger3-Mar-06 2:16
professionalChris Losinger3-Mar-06 2:16 
QuestionCTAPIEventNotification class Pin
bisvl3-Mar-06 0:25
bisvl3-Mar-06 0:25 
QuestionEVC 4 Contact App Pin
Tili3-Mar-06 0:24
Tili3-Mar-06 0:24 
AnswerRe: EVC 4 Contact App Pin
Cedric Moonen3-Mar-06 0:40
Cedric Moonen3-Mar-06 0:40 
GeneralRe: EVC 4 Contact App Pin
Tili3-Mar-06 4:28
Tili3-Mar-06 4:28 
Questiontimers or appending Pin
chaitanya223-Mar-06 0:00
chaitanya223-Mar-06 0:00 
AnswerRe: timers or appending Pin
Cedric Moonen3-Mar-06 1:20
Cedric Moonen3-Mar-06 1:20 
GeneralRe: timers or appending Pin
chaitanya223-Mar-06 1:57
chaitanya223-Mar-06 1:57 
GeneralRe: timers or appending Pin
Cedric Moonen3-Mar-06 2:02
Cedric Moonen3-Mar-06 2:02 
QuestionTurn on/off unicode in visual c++ 6 Pin
viperlogic2-Mar-06 23:53
viperlogic2-Mar-06 23:53 
AnswerRe: Turn on/off unicode in visual c++ 6 Pin
toxcct2-Mar-06 23:57
toxcct2-Mar-06 23:57 
AnswerRe: Turn on/off unicode in visual c++ 6 Pin
Stephen Hewitt3-Mar-06 0:02
Stephen Hewitt3-Mar-06 0:02 
GeneralRe: Turn on/off unicode in visual c++ 6 Pin
Nibu babu thomas3-Mar-06 0:17
Nibu babu thomas3-Mar-06 0:17 
GeneralRe: Turn on/off unicode in visual c++ 6 Pin
viperlogic3-Mar-06 0:22
viperlogic3-Mar-06 0:22 
GeneralRe: Turn on/off unicode in visual c++ 6 Pin
Stephen Hewitt3-Mar-06 0:43
Stephen Hewitt3-Mar-06 0:43 

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.