Post

Replies

Boosts

Views

Activity

Reply to How to draw a line of shapes in swift
@robnotyou, I am sorry that you felt I was being rude, that was not my intention. I can already create the stamp in swift, that's not a problem - its using it to create a continuous "line" of stamps. @OOPer, my question stated that I am using swift a couple of times and I gave the equivalent code in java to illustrate my need - thought that was sufficient info.
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’22
Reply to How to draw a line of shapes in swift
@robnotyou, I am sorry that you felt I was being rude, that was not my intention. I can already create the stamp in swift, that's not a problem - its using it to create a continuous "line" of stamps. @OOPer, my question stated that I am using swift a couple of times and I gave the equivalent code in java to illustrate my need - thought that was sufficient info.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to CoreML Quickstart example produces errors
So I searched further and found that, during the process of conversion, I could obtain the spec object spec = model.get_spec(). I then dumped this out to a file and saw specificationVersion: 6. So, is this a bug in the version 5.0b5 of CoreML tools ?
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to CoreML Quickstart example produces errors
Ah sorry, I forgot to add the script I mentioned, but, when trying to include it here, it ended up as a mess. I simply used the same python script commands as described in the aforementioned article.
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Compiling C++ source for iOS - missing std::to_string
To answer my own question - Yes, I was missing something ! :-( One of those stupid bugs that you go over being persuaded that there is nothing wrong. I was trying to do a to_string on a pointer to an int without dereferencing it - as I said, stupid. Sorry for the bother.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to Compiling C++ source for iOS - missing std::to_string
Hi Scott, Thanks for your reply. I have tried both creating a C++ file and an Objective-C++ file as you proposed. In both of these, XCode complains that it cannot find the class stringor even the header (obj-c++) <string>. Just for to remind you, I am having to use XCode 12.2 and not 14.5 due to system constraints. Any ideas ?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21