Hi,
I just compiled v8 as DLL and I have problems with the decorated text
in the 433 entries in the DLL.
I did a DUMPBIN and the entries look like this (just the 4 first
entries):
----------------------------------------------------------------------
File Type: DLL
Section contains the following exports for v8.dll
00000000 characteristics
48D6225A time date stamp Sun Sep 21 12:30:50 2008
0.00 version
1 ordinal base
433 number of functions
433 number of names
ordinal hint RVA name
C:\Descargas\V8\src
1 0 00003E30 ??0?
[EMAIL PROTECTED]@v8@@@v8@@[EMAIL PROTECTED]@1@@Z = ??0?
[EMAIL PROTECTED]@v8@@@v8@@[EMAIL PROTECTED]@1@@Z (public: __thiscall
v8::Handle<class v8::Int32>::Handle<class v8::Int32>(class v8::Int32
*))
2 1 0000B0A0 [EMAIL PROTECTED]@v8@@@v8@@[EMAIL PROTECTED] = ??0?
[EMAIL PROTECTED]@v8@@@v8@@[EMAIL PROTECTED] (public: __thiscall
v8::Handle<class
v8::Integer>::Handle<class v8::Integer>(void))
3 2 00003E30 ??0?
[EMAIL PROTECTED]@v8@@@v8@@[EMAIL PROTECTED]@1@@Z = ??0?
[EMAIL PROTECTED]@v8@@@v8@@[EMAIL PROTECTED]@1@@Z (public: __thiscall
v8::Handle<class v8::Int32>::Handle<class v8::Int32>(class v8::Int32
*))
4 3 0000B0A0 [EMAIL PROTECTED]@v8@@@v8@@[EMAIL PROTECTED] = ??0?
[EMAIL PROTECTED]@v8@@@v8@@[EMAIL PROTECTED] (public: __thiscall
v8::Handle<class
v8::Integer>::Handle<class v8::Integer>(void))
........
---------------------------------------------------------
Is there a way to compile the project so that the names are more
accessible?
I'm trying to use the dll with Delphi.
How are other people doing this?
And why the lib file is 13MB and the DLL only 1.2MB?
Thank you in advance! :-)
Hoch Martínez
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---