Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- formWriteln: Compiled successfully in 344 ms.
- formWriteln: ==============================================
- formWriteln: TEST STRINGS: Expects "Hello World"
- StringFunc_RAW got StringFunc_FFI got {both access violated}
- formWriteln: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- formWriteln: Testing returning array
- formWriteln: Passing arguments: 0,50,100
- Got arguments:
- >>> (50, 100, 196410260)
- Calling `SomeMethod1` from here, with arguments: (1, 2, 3) {internal cdecl method}
- -- SomeMethod1 got (1, 2, 3)
- -- SomeMethod1 -> Returning a byte
- Calling `SomeMethod2` from here, with arguments: (1, 2, 3) {internal cdecl method2 - works}
- -- SomeMethod2 -> (1, 2, 3)
- -- SomeMethod2 -> Returning small array
- Returning small array
- formWriteln: Error: Access violation at line 22
- formWriteln: Execution failed.
- > http://pastebin.com/rY2KhrjA (test script)
- > http://pastebin.com/qCsMsVSq (test plugin)
Add Comment
Please, Sign In to add comment