Search found 19 matches

by nmakk
Sun Jun 09, 2024 8:19 pm
Forum: Announcements
Topic: Hollywood goes LaTeX: hTeX 1.0 released
Replies: 7
Views: 1519

Re: Hollywood goes LaTeX: hTeX 1.0 released

yes, correct.
by nmakk
Sun Jun 02, 2024 7:57 pm
Forum: Announcements
Topic: Hollywood goes LaTeX: hTeX 1.0 released
Replies: 7
Views: 1519

Re: Hollywood goes LaTeX: hTeX 1.0 released

thank you for developing this, really appreciated. Just a comment, probably useful for others as well. On apple silicon I needed to add a folder and make a symlink to make it work (homebrew installs elsewhere, not to /usr/local/lib anymore like on intel): sudo mkdir /opt/local sudo ln -s /opt/homebr...
by nmakk
Mon Mar 29, 2021 10:43 am
Forum: Announcements
Topic: Hollywood 9.0: Sugarcane released!
Replies: 43
Views: 65884

Re: Hollywood 9.0: Sugarcane released!

Great, thank you!
by nmakk
Sun Mar 28, 2021 5:46 am
Forum: Announcements
Topic: Hollywood 9.0: Sugarcane released!
Replies: 43
Views: 65884

Re: Hollywood 9.0: Sugarcane released!

Hi Andreas,

Do you plan to add the option to create native macOS arm (apple silicon) executable with hollywood9?

Thanks
Norbert
by nmakk
Sun Jan 03, 2021 10:59 am
Forum: Remedios
Topic: Remedios with iOS 13.4.1
Replies: 9
Views: 13693

Re: Remedios with iOS 13.4.1

Just to confirm: the new instruction set works on Xcode Version 12.3 (12C33) as well. Today I created my app on a an M1 Mac via Xcode to an iPhone 12 Pro. All works fine!
by nmakk
Sat Nov 21, 2020 10:51 pm
Forum: Off topic
Topic: Apple goes ARM
Replies: 11
Views: 14648

Re: Apple goes ARM

Thanks Andreas! That would be awesome — thanks for your continuous support!
by nmakk
Fri Nov 20, 2020 11:43 am
Forum: Off topic
Topic: Apple goes ARM
Replies: 11
Views: 14648

Re: Apple goes ARM

Yes, but native arm runs faster of course. As Hollywood can compile for ARM (linux) anyway, I thought to follow this up :)
by nmakk
Thu Nov 19, 2020 3:43 pm
Forum: Off topic
Topic: Apple goes ARM
Replies: 11
Views: 14648

Re: Apple goes ARM

Hi -- is there a version planned now for the released ARM based Macintosh models?
by nmakk
Mon Jun 22, 2020 9:34 pm
Forum: Remedios
Topic: Remedios with iOS 13.4.1
Replies: 9
Views: 13693

Re: Remedios with iOS 13.4.1

Appreciate the update -- thanks for the support.
by nmakk
Thu May 14, 2020 9:23 pm
Forum: Newbie questions
Topic: Negative arrays
Replies: 7
Views: 6027

Re: Negative arrays

Hi Andreas, I think it was an issue in my code, that the array was overwritten by a later definition. So to decribe in more detail: after I successfully created the negative array with min = -2 max = 10 a = {} For i = min To max a[i] = {} For j = min To max a[i][j] = 0 Next Next I issued a command l...