Search found 43 matches

by ruben.cruz
Fri, 2021-07-23, 16:54
Forum: DCMPRINT
Topic: DCMPRINT : psvlocsv.cc : Where does it receive the final ps size? eg A4,A3, ...
Replies: 8
Views: 9062

Re: DCMPRINT : psvlocsv.cc : Where does it receive the final ps size? eg A4,A3, ...

i will add all code to my derived class, i dont want de change the original cause it will make my life eazy later when you guys update libs. Ty for your help, how could i be so blind that i didnt see that i was making that mistake while overring... I already overrided PSVPrintServer in the past like...
by ruben.cruz
Wed, 2021-07-21, 16:29
Forum: DCMPRINT
Topic: DCMPRINT : psvlocsv.cc : Where does it receive the final ps size? eg A4,A3, ...
Replies: 8
Views: 9062

Re: DCMPRINT : psvlocsv.cc : Where does it receive the final ps size? eg A4,A3, ...

ok, i understood that so at the moment im trying to override the "PSVBasicFilmBox::n_create" funtion. This is my override funtion but i have those errors. How could i solve this problem without overriding "PSVBasicFilmSession::registerFilmBox" to accept my overrided class? https:...
by ruben.cruz
Tue, 2021-07-20, 10:47
Forum: DCMPRINT
Topic: DCMPRINT : psvlocsv.cc : Where does it receive the final ps size? eg A4,A3, ...
Replies: 8
Views: 9062

Re: DCMPRINT : psvlocsv.cc : Where does it receive the final ps size? eg A4,A3, ...

ty for your help, I already had found out that it came from dispatchMessage(), but for you what woud be the best option to get that value and change it if necessary?
by ruben.cruz
Mon, 2021-07-12, 16:08
Forum: DCMPRINT
Topic: DCMPRINT : psvlocsv.cc : Where does it receive the final ps size? eg A4,A3, ...
Replies: 8
Views: 9062

Re: DCMPRINT : psvlocsv.cc : Where does it receive the final ps size? eg A4,A3, ...

Hi, tank you for your help, but it didnt help much with my specific problem. I need to check get with my code what values is receiving inside "puniverse.universe.anchor.pred.value" when it gets to the BasicFilmBox. I need to get fim size and edit it. I tried overriding "PSVDicomObject...
by ruben.cruz
Fri, 2021-06-18, 09:42
Forum: DCMPRINT
Topic: DCMPRINT : psvlocsv.cc : Where does it receive the final ps size? eg A4,A3, ...
Replies: 8
Views: 9062

DCMPRINT : psvlocsv.cc : Where does it receive the final ps size? eg A4,A3, ...

Where does it receive the final ps size? eg A4,A3, ...
I need to know what funtion it uses cause i need to compare it to some values in my database.
by ruben.cruz
Thu, 2021-04-08, 16:30
Forum: DCMPRINT
Topic: DCMPRINT : tcpprt import config from database
Replies: 1
Views: 4980

DCMPRINT : tcpprt import config from database

Hi,

Im trying to make my config be imported from my database, but i have run it line by line and i cant figure out where you set your config settings (eg. num of pages, layout, etc...) after loading the config. Is it a server thing or client?

can u share some info on how u do it?
by ruben.cruz
Thu, 2021-04-08, 14:12
Forum: DCMPRINT
Topic: DCMTK + DCMPRINT : LNK2019 errors
Replies: 12
Views: 13961

Re: DCMTK + DCMPRINT : LNK2019 errors

I already fixed this by recompilind all libs with the "shared libs option" off and "overwrite flags" off and is running but im having a problem while connecting to it using your client.
Image

do u know what might be causing this error?
by ruben.cruz
Wed, 2021-04-07, 15:44
Forum: DCMPRINT
Topic: DCMTK + DCMPRINT : LNK2019 errors
Replies: 12
Views: 13961

Re: DCMTK + DCMPRINT : LNK2019 errors

I managed to make it work but now im having this error...
Image
can u help me with this?
by ruben.cruz
Wed, 2021-04-07, 14:33
Forum: DCMPRINT
Topic: DCMTK + DCMPRINT : LNK2019 errors
Replies: 12
Views: 13961

Re: DCMTK + DCMPRINT : LNK2019 errors

I've found out that it is compiling using "/Gd".
Image
Now i'm trying to figure out how to remove that option, since, it's using the default
by ruben.cruz
Tue, 2021-04-06, 17:38
Forum: DCMPRINT
Topic: DCMTK + DCMPRINT : LNK2019 errors
Replies: 12
Views: 13961

Re: DCMTK + DCMPRINT : LNK2019 errors

Possible. You might want to check the command line options used to build DCMTK and compare these with the settings of your own project. There are some command line options that are mutually incompatible, such as /Gd, /Gr, /Gv, /Gz , which change the calling conventions (e.g. __thiscall, __fastcall,...
by ruben.cruz
Tue, 2021-04-06, 16:32
Forum: DCMPRINT
Topic: DCMTK + DCMPRINT : LNK2019 errors
Replies: 12
Views: 13961

Re: DCMTK + DCMPRINT : LNK2019 errors

I left all of that default
by ruben.cruz
Tue, 2021-04-06, 15:11
Forum: DCMPRINT
Topic: DCMTK + DCMPRINT : LNK2019 errors
Replies: 12
Views: 13961

Re: DCMTK + DCMPRINT : LNK2019 errors

I have tried that and it made no diference. Im starting to think that it is a vs problem...
by ruben.cruz
Tue, 2021-04-06, 14:48
Forum: DCMPRINT
Topic: DCMTK + DCMPRINT : LNK2019 errors
Replies: 12
Views: 13961

Re: DCMTK + DCMPRINT : LNK2019 errors

Ty for your help.
U can see in the print under "wsock32.lib" (line 5 and 6) they are both there.
What else could cause this problem?
by ruben.cruz
Wed, 2021-03-31, 14:50
Forum: DCMPRINT
Topic: DCMTK + DCMPRINT : LNK2019 errors
Replies: 12
Views: 13961

DCMTK + DCMPRINT : LNK2019 errors

Hi I am using DCMPRINT version 3.6.4. Well, I'm having a problem with dcmtk + dcmprint where there are LNK2019 errors even if you don't have anything in my main, dcmtk's include's are enought to throw errors. I read that this can be generated by the lack of libs in the linker or by their order, but ...
by ruben.cruz
Tue, 2020-06-23, 15:20
Forum: DCMTK - General
Topic: Can't add SR into DICOMDIR
Replies: 7
Views: 3053

Re: Can't add SR into DICOMDIR

Thank you for your time. We managed to make it work with what you said. Just struggled a bit into coding the item to be inside a sequence. reqDataset->findAndGetOFString(DCM_VerificationFlag, Verificationflag); if (Verificationflag == "VERIFIED") { DcmItem* itemSub; if (reqDataset->findOrC...