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 defination


From: lifenjoiner
Subject: [Tinycc-devel] how to make symbol 'address@hidden' match its defination of 8 argv
Date: Sat, 5 Apr 2014 21:54:53 +0800

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.

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?






reply via email to

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