-
Notifications
You must be signed in to change notification settings - Fork 32
Trying to access pointer value from the Struct closes the application #96
Comments
Hi! What does |
flutter: Pointer NativeType>: address=0x35410000 |
Is |
To some other process |
Then you need to use |
I have an issue with RPM - it does not work for some reason: halildurmus/win32#215. And i cannot find out the problem because GetLastError does not retrieve latest winapi error |
@kirill-21 we're tracking that in dart-lang/sdk#38832. |
I have a struct
And a function
When i try to print a value from the struct - application crashes without any errors. Am i doing something wrong or it's a bug?
The text was updated successfully, but these errors were encountered: