Does anyone have DSPack for 64-bit?

Does anyone have DSPack for 64-bit?

It seems like lot of packages broken on moving to 64 bit

Comments

  1. Winapi.DirectShow9 seems to have invalid translation

    ReplyDelete
  2. I think delphi has it's own dx translations, right? maybe that could help...

    ReplyDelete
  3. Dorin Duminica It uses dspack's version.

    ReplyDelete
  4. I understand, but maybe you can use the ones shipped with delphi as a drop-in-replacement for quick upgrade?

    ReplyDelete
  5. Took a look on JEDI's header converter. Well, its also broken due to "string" changes in modern Delphi. Converting headers all by hand isnt option for me.

    ReplyDelete
  6. yea, you'd better go for the dx pas files shipped with delphi...

    ReplyDelete
  7. DX files in Delphi is also broken for 64-bit. It uses longint sometimes instead of NativeUInt (in which pointer is casted).
    I wondered - does Em-ro have any unit testing on shipped source code?

    ReplyDelete
  8. I'm pretty sure they test while writing code and that's about it, management isn't doing a good job and maybe because the guys above them don't give them many options... anyhu', maybe it isn't such a bad idea to hit msdn and translate what you need as you go?

    ReplyDelete
  9. Well it is only way. But it gives some frustration - when you estimating project and have to do twice a work on broken code.

    ReplyDelete
  10. Delphi is chosen by job-owner and i cant
    change his position, so never mind.

    Personally i prefer C# - it is really cool. It looks like modern Delphi (also it is made by Delphi architector)

    ReplyDelete
  11. awww that sux... usually, you'd want to use something that gets job done rather than insisting on a different option that isn't promising for current task...

    ReplyDelete

Post a Comment