Search found 8 matches

by jlseminara
Mon, 2006-08-14, 19:21
Forum: DCMTK - Installation
Topic: compilation errors
Replies: 1
Views: 7354

compilation errors

Hi, I'm trying to compile a MFC (VC++ 6.0 sp6) program. I’ve included all needed header, and specified all needed libraries, but I get these error libcpmt.lib(locale0.obj) : error LNK2005: "public: class std::locale::facet const * __thiscall std::locale::_Getfacet(unsigned int,bool)const "...
by jlseminara
Wed, 2005-05-18, 19:51
Forum: DCMTK - General
Topic: how can i create dicom items in sequences?
Replies: 7
Views: 10709

Hello ... I'm interested in image sequences but I can figure out how to do it ... if you succeed would you please share a peace of code ??

thankx
bye
by jlseminara
Wed, 2005-05-18, 13:11
Forum: DCMTK - General
Topic: dicom file problem
Replies: 15
Views: 23120

The code I showed before is just a test, my real application is most solid, beside I did that because I wanted to know if it works ... I mean save the header as string tags and find if the file could still be processed by a dicom viewer. As I supposed the code I showed works perfectly ... now I'm tr...
by jlseminara
Tue, 2005-05-17, 19:07
Forum: DCMTK - General
Topic: dicom file problem
Replies: 15
Views: 23120

Thanks again for your help ... I've already solved the problem: there was indeed some mandatory tags missing and some values wrong in other tags.
If someone is interested I can share de code, it’s an easy application that generates a dicom file from a BMP.
by jlseminara
Mon, 2005-05-16, 15:23
Forum: DCMTK - General
Topic: dicom file problem
Replies: 15
Views: 23120

dicom file problem

Hi everyone ... I'm back (with more problems of course) I could developed a DICOM writer system (reads a Bitmap and generate a .dcm file) using DCMTK. At this point I can write a dicom file with its header and pixel data. The problem is when I try to read it with some dicom readers the image is show...
by jlseminara
Tue, 2005-05-10, 13:25
Forum: DCMTK - General
Topic: Please help me
Replies: 4
Views: 6759

Ok, thanks a lot. I'll figure the rest.
by jlseminara
Mon, 2005-05-09, 20:59
Forum: DCMTK - General
Topic: Please help me
Replies: 4
Views: 6759

I've already read the documentation but I don't know where to start.

It’s a cumbersome amount of information. It would be nice if someone post a nice and simple example. For mercy I'm desperate

Thankx eitherway.
:cry:
by jlseminara
Mon, 2005-05-09, 17:40
Forum: DCMTK - General
Topic: Please help me
Replies: 4
Views: 6759

Please help me

Hi everyone, I'm new at dicom and there's no much code examples around. I've already try everything I know, and I can compile a single line (I'm working with VC++ 6) Can anyone tell me where to find examples or a documentation about DCMTK ?? I just need to create an applicaton that store bitmaps int...