Little changes in source code (Linux)

  • Hello,
    sorry my english is very horrible... :)


    I make a little changes in source code.
    In dgate.cpp on line 16104 and 16105 I uncoment this lines.
    On line 21213 I change "dicomworklist" to WorkListTableName
    And last change is in dicom.ini, I add WorkListTableName=DICOMWorkList behind line 73


    Because i get error "Table dicomworklist doesn`t exist" .
    regeneration proces make DICOMWorklist and MYSql Exec write to dicomworklist.


    Thank you for very good apllication.
    Marek

  • Hi,


    Thanks for this fix. Some database drivers are case sensitive, others aren't. Therefore I did not notice.


    Are you talking about these lines (I am not sure which version you are referring to)?


    //sprintf(t, "%sX%s.DBF", DataSource, WorkListTableName);
    //DB.ExtractRecords("DICOMWorkList",SilentText+8, t);


    DB.AddRecord("dicomworklist", fields, values);


    The first change is then I think not needed - this code is for the GUI's database driver, but the second is a proper fix indeed!


    regards,


    Marcel

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!