vpdf

watto · 11411

sabbate

  • Guest
Reply #15 on: November 11, 2018, 02:06:21 PM
did a program written in Hollywood RNOPDF but there is no version for aros, I find this strange thing ???

salvatore



nikos

  • Senior Member
  • ****
    • Posts: 374
    • Karma: +71/-3
    • aspireos
Reply #16 on: November 11, 2018, 03:52:43 PM
Appreciate what you're saying, but most of the existing software and distros are for ABI 0 as far as I know.

I already develop for ABI 1 first. I'll aim to make my work available for both for now.

Thanks a lot for your work. Realy good you understand the ABI situation. We all wish we could have abandoned abi v.0 by now but it is not
that simple. We talked about this many times and the natural way is to go ABI v.1 with AROS64. Everything for ARM or AROS 68k is ABI v.1 already.
AROS i386 32-bit will probably stay ABI v.0 for many reasons.


paolone

  • Legendary Member
  • *****
    • Posts: 568
    • Karma: +90/-0
Reply #17 on: November 11, 2018, 04:00:01 PM
did a program written in Hollywood RNOPDF but there is no version for aros, I find this strange thing ???

salvatore
Unucliky, it seems polybios for AROS has some limitation due to a missing C++ compiler. It can create PDF files (and, in fact, RNO Effects correctly creates them), but it cannot, de facto, read them.



paolone

  • Legendary Member
  • *****
    • Posts: 568
    • Karma: +90/-0
Reply #18 on: November 12, 2018, 03:14:04 AM
This is from Hollywood FAQ:
 
 Q: Why doesn't Polybios support the conversion of PDF pages to vector
 brushes on AROS?
 
 A: That's because PDFium requires a compiler capable of handling C++11 and
 wide characters which is currently unavailable for AROS. But this will
 hopefully change in the future so that AROS users can convert PDF pages
 into Hollywood brushes too.


wawa

  • Senior Member
  • ****
    • Posts: 265
    • Karma: +55/-0
Reply #19 on: November 12, 2018, 05:56:00 AM
ompiler capable of handling C++11

we have such compilers, if only not for abiv0, perhaps.



sabbate

  • Guest
Reply #20 on: November 12, 2018, 06:13:32 AM
Thank you paolo i understand

salvatore



BSzili

  • Newbie
  • *
    • Posts: 44
    • Karma: +80/-0
    • My AROS, MorphOS and AmigaOS4 ports
Reply #21 on: November 12, 2018, 06:18:27 AM
ompiler capable of handling C++11

we have such compilers, if only not for abiv0, perhaps.
I built a C++11 cross-compiler (GCC 4.8.3) recently, so ABIv0 is definitely not lacking on that front.

This is just like television, only you can see much further.


aha

  • Junior Member
  • **
    • Posts: 66
    • Karma: +41/-0
Reply #22 on: November 12, 2018, 06:27:12 AM
That‘s what I expected too.  ???
ompiler capable of handling C++11

we have such compilers, if only not for abiv0, perhaps.
I built a C++11 cross-compiler (GCC 4.8.3) recently, so ABIv0 is definitely not lacking on that front.



wawa

  • Senior Member
  • ****
    • Posts: 265
    • Karma: +55/-0
Reply #23 on: November 12, 2018, 07:36:24 AM
I already develop for ABI 1 first. I'll aim to make my work available for both for now.

a very good approach. building with aros toolchain makes it anyway less complicated to develop for v1 while keeping v0 up and allowing for multiple target archs imho.



sabbate

  • Guest
Reply #24 on: November 12, 2018, 11:27:05 PM
you should contact the author of the program, I refer to RNOPDF and clarify this, maybe bring the program on aros



sabbate

  • Guest
Reply #25 on: November 12, 2018, 11:50:15 PM
i send a message

hi



paolone

  • Legendary Member
  • *****
    • Posts: 568
    • Karma: +90/-0
Reply #26 on: November 13, 2018, 04:51:58 AM
I am in contact with the author of both RNO REffects (I sincerely hope you're enjoying this program as I am), and RNOPDF. I am just quoting his explanation, which was in turn quoted from Polybios FAQ.
If we have such a compiler, we definitely have to advice POLYBIOS author, not RNOPDF one.

I'll try to bring things together.


sabbate

  • Guest
Reply #27 on: November 13, 2018, 04:58:59 AM
ok thank you Paolo

salvatore



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #28 on: November 13, 2018, 06:39:27 AM
I am in contact with the author of both RNO REffects (I sincerely hope you're enjoying this program as I am), and RNOPDF. I am just quoting his explanation, which was in turn quoted from Polybios FAQ.
If we have such a compiler, we definitely have to advice POLYBIOS author, not RNOPDF one.

I'll try to bring things together.

On Aros 68k RNOPDF already works



paolone

  • Legendary Member
  • *****
    • Posts: 568
    • Karma: +90/-0
Reply #29 on: November 13, 2018, 07:11:18 AM
On Aros 68k RNOPDF already works
Which is good in absolue but - IMHO - quite saddening from another point of view. We should catch up with that, really, on i386.