View previous topic :: View next topic |
Author |
Message |
Ultraplayer Newbie cheater
Reputation: 0
Joined: 06 Apr 2019 Posts: 10
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 373
Joined: 09 May 2003 Posts: 22009 Location: The netherlands
|
Posted: Thu Aug 22, 2019 10:54 am Post subject: |
|
|
currently using a freepascal 3.2.0 beta myself.
not much new though just some minor rtl bugfixes like xml handling, but 3.0 is ok as well, you just need to remove the ,true (ignoreEncoding) from loadFromFile
and stringstream.create needs an empty string like stringstream.create('')
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
drunker How do I cheat?
Reputation: 0
Joined: 09 Jul 2017 Posts: 6
|
Posted: Sat Sep 21, 2019 8:22 pm Post subject: |
|
|
expecting this issue right now when trying to compile x64
"
count:=min(lua_objlen(L, 1), lua_tointeger(L, 2)) //prevent the length from exeeding the table
"
LuaStream.pas(219,16) Error: Can't determine which overloaded function to call
Any help please ?
Lazarus Version #2.0.0
FPC Version : 3.0.4
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 373
Joined: 09 May 2003 Posts: 22009 Location: The netherlands
|
Posted: Sun Sep 29, 2019 6:14 pm Post subject: |
|
|
Use fpc 3.2.0
else add some typecasts. One of them may have to be typecast to an integer
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
|