Skip to content

Interop.Pointer int64 creation from NativeScript side #921

Closed
@NathanaelA

Description

@NathanaelA

Please, provide the following version numbers that your issue occurs with:

3.4.x (Probably 4.x also)

Please, tell us how to recreate the issue in as much detail as possible.

Is there any code involved?

var x = new Interop.Pointer(-1) = <Pointer: 0xffffffff>
However, returning a pointer from ObjC of -1 = <Pointer: 0xffffffffffffffff>

Is their some secret to create a Interop.Pointer on the Javascript side that is the full int64 size, as it is a special value in a plugin I'm working on. This is the only piece that I'm having to create a tiny OBJC wrapper for; and I would like to eliminate this wrapper if possible.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions