Navigation Menu

Skip to content

Commit

Permalink
IniFiles ReadStringPointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio3rs committed Feb 20, 2018
1 parent 10b4b33 commit b7ef2f4
Show file tree
Hide file tree
Showing 7 changed files with 252 additions and 239 deletions.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": "x86-Debug"
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
1 change: 1 addition & 0 deletions cleo_sdk/CLEO.h
Expand Up @@ -105,6 +105,7 @@ void WINAPI CLEO_SetIntOpcodeParam(CScriptThread* thread, DWORD value);
void WINAPI CLEO_SetFloatOpcodeParam(CScriptThread* thread, float value);

LPSTR WINAPI CLEO_ReadStringOpcodeParam(CScriptThread* thread, LPSTR buf, int size);
LPSTR WINAPI CLEO_ReadStringPointerOpcodeParam(CScriptThread* thread, LPSTR buf, int size);
void WINAPI CLEO_WriteStringOpcodeParam(CScriptThread* thread, LPCSTR str);

void WINAPI CLEO_SetThreadCondResult(CScriptThread* thread, BOOL result);
Expand Down

1 comment on commit b7ef2f4

@Samthapa
Copy link

@Samthapa Samthapa commented on b7ef2f4 Dec 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry if am in wrong section
https://www.mixmods.com.br/search/label/Livraria%20cleo%204?&max-results=4

i have found bug in CLEO 4.3.23 beta library when play any mp3 it repeats 2 or many times hope you can fix it thanks

Please sign in to comment.