void CNggolekiGinambaranDlg::OnSelchangeListFounded()
{
CString strTemp1;
CString strTemp2;
CStringArray strArr;
CTokenEx t;
m_ListFound.GetText(m_ListFound.GetCurSel(), strTemp1);
//:20070903: support space " " in file path
t.Split(strTemp1, " - ", strArr);
m_imgFound.Load(strArr[1], CXIMAGE_FORMAT_JPG);
RefreshDisplay();
}
Reply
I want to know, how i can compare the RGB values of two BMP file to solve the problem of jigsaw puzzle and to find out is there any similarity between the images are exist or not.
Replywhen i build this program, the error above occured.please help me to run it.thanks in advance.
go: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=382886&SiteID=1 for the help
Replywhen i build this program, the error above occured.please help me to run it.thanks in advance.
ReplyOriginally posted by: hatim
When I compile this program,the error above occurs.
How can I resolve this problem?
Thank for your help
Originally posted by: S.Karthikeyan
when i have download the source code(41kb), and open it in visual C++, but can not find the ximge.h which may be contained in the cxImage lib, how can add lib into the your source code?
Originally posted by: djouak
when i compile a code , i have a problem with this file, the code can't find "jpeglib.h" ?!!!
can you help me ?
thank's
Originally posted by: Firdaus Effendy
Lha iyo, wong aku pas goleki artikel Bitmap Comparison, kok nemu artikel panjenengan kie. Suwun lho mas. Pisan maneh, sampeyan hebat.
ReplyOriginally posted by: Oliver
hi,
i'm coding in c# and looking for libraries or tools in c#, because i have difficulties to link the CXImage library to my projects. The VisualStudio IDE doesn't accept the above mentioned libraries.
thanks Oliver
ReplyOriginally posted by: Bo Kohut
I am working to translate it from the native language to english. I also optimized the compile for P3 on my machine... what a cpu hog this program is but it is very good for what it says it does!
Reply