Download Pelles C here: http://www.pellesc.se
Quote from: Vortex on April 10, 2026, 09:52:04 AMSorry but is it allowed to discuss about API hooking in this forum?Like many other things, this can be used for both good and bad.
Quote from: unwake on April 10, 2026, 04:09:53 AMhttps://github.com/TsudaKageyu/minhook/releases/tag/v1.3.4I can't find any documentation about this format (I'm guessing this is a some semi-new Microsoft crap, and with their documentation department being years behind everyone else, maybe not surprising). I will keep looking, but with no proper documentation I'm not sure what I can do...
Minhook has dynamic and static lib, link with dynamic lib is ok, but link with static lib "libMinHook.x64.lib", say error:
POLINK: fatal error: Unsupported anonymous format in object 'x64\Release\libMinHook\hook.obj'.
can you fix it ?
warning #2808: Multiple unsequenced references to 'p_tmp'.
from:
p_tmp = wcsstr(++p_tmp,L":");// worked but ....
to:
p_tmp++;
p_tmp = wcsstr(p_tmp,L":");// no warning now....Input to AI
Translate only the quoted text into Chinese Simplified -
IDS_BADSCREENRESOLUTION, "The effective screen resolution must be at least %dx%d.\r\nIt is recommended that you either increase your screen resolution setting or reduce your DPI scaling setting. Continue\?"
IDS_BADCOMCTLVERSION, "The system file COMCTL32.DLL is missing or too old.\r\nPelles C IDE require version %ls or higher."
IDS_BADVERSION, "Bad version on \'%ls\'."
IDS_OUTOFMEMORY, "Out of memory."
IDS_MEMORYERROR, "Memory error! Try to save your files - but exit as soon as possible!"
IDS_COMMDLGERROR, "Error in Windows Common Dialog (this shouldn\'t have happened!). The error code is 0x%lx."
IDS_THREADERROR, "Unable to create new process or thread."
IDS_DEBUGGERERROR, "Internal debugger error!\r\n\r\nException code: %08X\r\nException address: %P"
IDS_EXECERROR, "Unable to execute \'%ls\'."
IDS_PIPEERROR, "Unable to create a new pipe."
IDS_BADNUMBER, "Invalid numeric value."
IDS_BACKUPERROR, "Error initializing backup copy for file \'%ls\'."
IDS_CHANGEDIRERROR, "Unable to change to folder \'%ls\'."
IDS_CREATEDIRERROR, "Unable to create folder \'%ls\'."
Output from AI
IDS_BADSCREENRESOLUTION, "有效屏幕分辨率必须至少为 %dx%d。\r\n建议您调高屏幕分辨率设置,或调低 DPI 缩放设置。是否继续?"
IDS_BADCOMCTLVERSION, "系统文件 COMCTL32.DLL 丢失或版本过旧。\r\nPelles C IDE 需要 %ls 或更高版本。"
IDS_BADVERSION, "\'%ls\' 版本错误。"
IDS_OUTOFMEMORY, "内存不足。"
IDS_MEMORYERROR, "内存错误!请尝试保存文件 — 但请尽快退出程序!"
IDS_COMMDLGERROR, "Windows 通用对话框出错(不应出现此错误!)。错误代码为 0x%lx。"
IDS_THREADERROR, "无法创建新进程或线程。"
IDS_DEBUGGERERROR, "调试器内部错误!\r\n\r\n异常代码:%08X\r\n异常地址:%P"
IDS_EXECERROR, "无法执行 \'%ls\'。"
IDS_PIPEERROR, "无法创建新管道。"
IDS_BADNUMBER, "无效的数值。"
IDS_BACKUPERROR, "初始化文件 \'%ls\' 的备份副本时出错。"
IDS_CHANGEDIRERROR, "无法切换至文件夹 \'%ls\'。"
IDS_CREATEDIRERROR, "无法创建文件夹 \'%ls\'。"
Page created in 0.060 seconds with 15 queries.