WarPie90

Issue related to FPC 3

Jan 23rd, 2016
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.94 KB | None | 0 0
  1. formWriteln: Compiled successfully in 344 ms.
  2. formWriteln: ==============================================
  3. formWriteln: TEST STRINGS: Expects "Hello World"
  4. StringFunc_RAW got StringFunc_FFI got                             {both access violated}
  5. formWriteln: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. formWriteln: Testing returning array
  7. formWriteln: Passing arguments: 0,50,100
  8. Got arguments:
  9. >>> (50, 100, 196410260)
  10.  
  11. Calling `SomeMethod1` from here, with arguments: (1, 2, 3)       {internal cdecl method}
  12. -- SomeMethod1 got (1, 2, 3)
  13. -- SomeMethod1 -> Returning a byte
  14.  
  15. Calling `SomeMethod2` from here, with arguments: (1, 2, 3)       {internal cdecl method2 - works}
  16. -- SomeMethod2 -> (1, 2, 3)
  17. -- SomeMethod2 -> Returning small array
  18.  
  19. Returning small array
  20. formWriteln: Error: Access violation at line 22
  21. formWriteln: Execution failed.
  22.  
  23.  
  24. > http://pastebin.com/rY2KhrjA (test script)
  25. > http://pastebin.com/qCsMsVSq (test plugin)
Add Comment
Please, Sign In to add comment