tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] 答复: how to make symbol ' address@hidden' match its defin


From: lifenjoiner
Subject: [Tinycc-devel] 答复: how to make symbol ' address@hidden' match its definati on of 8 argv
Date: Sat, 5 Apr 2014 22:54:27 +0800

dbghelp.def and shlwapi.def if needed.
-ldbghelp -lshlwapi

Btw: I'll set my email format 1st.

-----邮件原件-----
发件人: address@hidden
[mailto:address@hidden 代表 Roy Tam
发送时间: 2014年4月5日 22:17
收件人: address@hidden
主题: Re: [Tinycc-devel] how to make symbol 'address@hidden' match its
defination of 8 argv

Helo,

2014-04-05 21:54 GMT+08:00  <address@hidden>:
> Hi there,
>
> Sorry for the previous incomplete email.
>
> I'm on windows, and used the dbghelp.dll's function SymLoadModuleEx and
> SymLoadModule64.
> The problem is that they will get 9 argv when compiled! You can debug to
> confirm.
>

Can you give a minimal sample code for this issue?

> As dbghelp.chm says:
> DWORD64 WINAPI SymLoadModuleEx(
>   __in          HANDLE hProcess,
>   __in          HANDLE hFile,
>   __in          PCTSTR ImageName,
>   __in          PCTSTR ModuleName,
>   __in          DWORD64 BaseOfDll,
>   __in          DWORD DllSize,
>   __in          PMODLOAD_DATA Data,
>   __in          DWORD Flags
> );
>
> DWORD64 WINAPI SymLoadModule64(
>   __in          HANDLE hProcess,
>   __in          HANDLE hFile,
>   __in          PCSTR ImageName,
>   __in          PCSTR ModuleName,
>   __in          DWORD64 BaseOfDll,
>   __in          DWORD SizeOfDll
> );
>
> They both have the DWORD64 format argv.
>
> Can any body help?
>
>
>
>
> _______________________________________________
> Tinycc-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel

_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Attachment: sal.h
Description: Binary data

Attachment: dbghelp.h
Description: Binary data

Attachment: symview.c
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]