tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] how to make symbol 'address@hidden' match its definat


From: Roy Tam
Subject: Re: [Tinycc-devel] how to make symbol 'address@hidden' match its defination of 8 argv
Date: Sat, 5 Apr 2014 22:17:02 +0800

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



reply via email to

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