-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement SafeArray.reinit() #45
Comments
Where? |
In SafeArray.cpp, as follows (modulo typos):
|
Why did you call this reinit0? We have a signature that is not implemented that seems like it would align. Does this replace JNIEXPORT void JNICALL Java_com_jacob_com_SafeArray_reinit(JNIEnv *env, jobject _this, jobject sa) |
Implemented in c7b0ecc as coded with init0 |
I did that in association with:
in SafeArray.java. Previously the method was |
Does this sound right
And then sometime, maybe, in the future the other privates should be updated to follow the same pattern |
Correct. Sorry if I wasn't clear. I am so used to doing it this way ... |
Change pushed ea09033 |
This is implementable as
SafeArrayDestroyData()
followed bySafeArrayAllocData()
, with suitable error-checking.The text was updated successfully, but these errors were encountered: