Search found 6 matches

by abchjb
Mon, 2006-02-06, 05:11
Forum: DCMTK - General
Topic: SBYTE redefinition in vs2005
Replies: 2
Views: 7722

SBYTE redefinition in vs2005

today, I upgrade my application from vs2003 to vs 2005, but I meet a problem: the type SBYTE define in dctypes.h also define in the vs2005's oledb.h. in dctypes.h: typedef Sint8 SBYTE; in oledb.h: typedef signed char SBYTE; so error: error C2371: 'SBYTE' : redefinition; different basic types d:\micr...
by abchjb
Thu, 2006-01-05, 13:17
Forum: DCMTK - General
Topic: convert 24bit bmp to dicom, picture's color changed,why?
Replies: 4
Views: 7356

thanks, It work fine!

thanks!
by abchjb
Thu, 2006-01-05, 09:40
Forum: DCMTK - General
Topic: convert 24bit bmp to dicom, picture's color changed,why?
Replies: 4
Views: 7356

thanks

thank u very much! why or under what circumstance does it happen ?
by abchjb
Tue, 2006-01-03, 15:08
Forum: DCMTK - General
Topic: convert 24bit bmp to dicom, picture's color changed,why?
Replies: 4
Views: 7356

convert 24bit bmp to dicom, picture's color changed,why?

hello, I use the code below,convert 24bit bmp to dicom,but dicom file's color error, can u help me?(windows xp+vc6+gui plus+dcmtk): void CImage2dcmDlg::OnBtnSave() { Bitmap* pbitmap; pbitmap=Bitmap::FromFile(L"c:\\demo.bmp"); long iheight=pbitmap->GetHeight(); long iwidth=pbitmap->GetWidth...
by abchjb
Sat, 2005-12-24, 16:40
Forum: DCMTK - Installation
Topic: dcmtk3.5.4 install error
Replies: 8
Views: 14118

ok

ok, now! must change the .cc to cxx, but in install file,don't have it.
by abchjb
Fri, 2005-12-23, 16:02
Forum: DCMTK - Installation
Topic: dcmtk3.5.4 install error
Replies: 8
Views: 14118

dcmtk3.5.4 install error

enviroment: windows xp sp2 + cmake2.0.6 + vc6(sp6)
when build, error:

--------------------Configuration: dcmcjpeg - Win32 Debug--------------------
Linking...
LINK : fatal error LNK1104: cannot open file "ofstd.lib"
Error executing link.exe.

ALL_BUILD - 1 error(s), 0 warning(s)