Replies: 2 comments 2 replies
-
|
Do you have an example of what you’re doing?
…On Mon, Aug 1, 2022, at 03:26, Rann Galon wrote:
Hello,
I'm using a Geoid from a file stored on my disk (ProgramData). But to share my application with my users, i must copy the file on each user's computers.
The file is included in the project as a resource (Byte[]), but it's not possible to create the geoid from a Byte[]. Could you add the possibility to do so?
If you want, you can grant me the rights to do it myself, it would be a pleasure for me to do so!
Romain
—
Reply to this email directly, view it on GitHub <#22>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AARTX7IO2JYZECOHPYGL7LLVW5337ANCNFSM55GPYPVA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Actually you can distribute the geoid file along with your executable, and specify the location of that geoid file via |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using a Geoid from a file stored on my disk (ProgramData). But to share my application with my users, i must copy the file on each user's computers.
The file is included in the project as a resource (Byte[]), but it's not possible to create the geoid from a Byte[]. Could you add the possibility to do so?
If you want, you can grant me the rights to do it myself, it would be a pleasure for me to do so!
Romain
Beta Was this translation helpful? Give feedback.
All reactions