User Activity

  • Modified a comment on ticket #571 on OWLNext: C++ Application Framework

    Warning was removed on trunk in commit [r6952]. @vattila Thank you for letting me participate, I'll try to take a look at https://sourceforge.net/p/owlnext/bugs/572/ but it might take a while. Do you know when new stable version of OWL Version7 will be released?

  • Modified ticket #571 on OWLNext: C++ Application Framework

    TOcDocument::LoadParts/SaveParts cause crashes with UNICODE character set

  • Posted a comment on ticket #571 on OWLNext: C++ Application Framework

    Warning was removed on trunk in commit [r6952]. @vattila Thank you for letting me participate, I'll try to take a look at https://sourceforge.net/p/owlnext/bugs/572/ but it might take a while. Do you know when will be released new stable version of OWL Version7?

  • Committed [r6952] on Code

    BUG: OCF: TOcDocument::LoadParts conversion warning.

  • Posted a comment on ticket #571 on OWLNext: C++ Application Framework

    @vattila wrote: Version 7 already has to_tstring [feature-requests:#129], but for 6.44 (and earlier) we can indeed use the old conversion macros. Thank you for pointing it out. I tested to_tstring version and it also works. Just note that in Version 7 there is no auto to_tstring(LPSTR s) -> tstring so we have to call call it like this: new TOcPart(*this, to_tstring(static_cast<LPCSTR>(name)).c_str());

  • Posted a comment on ticket #571 on OWLNext: C++ Application Framework

    Minimal version of making document format independent from character set was committed to trunk in [r6951]. In OWL7 we can use macro from "owl\private\memory.h" _USES_CONVERSION; new TOcPart(*this, _A2W(name)); instead of owl::to_tstring. I decided to go for minimal version of the change (at least for now), because it seems sufficient for me and I don't believe that there is any UNICODE OCF user besides me (it haven't worked for 20+ years). I tested the OWL7 change with USESCONVERSION and it seems...

  • Committed [r6951] on Code

    CHG: OCF: TOcDocument format no longer depends on character set setting.

  • Modified a comment on ticket #571 on OWLNext: C++ Application Framework

    Hi, I probably got confused about conversion at the end of LoadParts, sorry about that. However you can download old OWL version from https://cc.embarcadero.com/partners/bcb5/exclusive/object_windows_library/index.html You can see that: * instead TOcPart(TOcDocument& document, LPCTSTR name) there was TOcPart(TOcDocument& document, const char* far name); * TOcDocument::LoadParts/SaveParts always used chars format * TOcPart::Name was string instead of owl_string (I did not have time to check but I...

View All

Personal Data

Username:
pralkopodobny
Joined:
2024-03-18 07:56:49.040000

Projects

This is a list of open source software projects that Marceli Sokólski is associated with:

Personal Tools