2024年5月28日发(作者:)
这个时候发现压缩包里只有dll和def文件。
那么就用以下方式生成lib文件吧:
1、在命令行执行:
dumpbin /exports >
Microsoft (R) COFF / PE Dumper Version 7.10 . 3077
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file
File Type: DLL
Section contains the following exports for
00000000 characteristics
47042120 time date stamp Thu Oct 04 07 : 09 : 20 2007
0.00 version
1 ordinal base
149 number of functions
149 number of names
ordinal hint RVA name
1 0 000186E8 sqlite3_aggregate_context
2 1 0001884C sqlite3_aggregate_count
3 2 0002F550 sqlite3_apis
4 3 0002FB20 sqlite3_auto_extension
5 4 00018DFC sqlite3_bind_blob
6 5 00018E20 sqlite3_bind_double
7 6 00018E88 sqlite3_bind_int
8 7 00018EA4 sqlite3_bind_int64
9 8 00018F14 sqlite3_bind_null
10 9 00019060 sqlite3_bind_parameter_count
11 A 00019118 sqlite3_bind_parameter_index
12 B 000190E0 sqlite3_bind_parameter_name
13 C 00018F54 sqlite3_bind_text
14 D 00018F78 sqlite3_bind_text16
15 E 00018F9C sqlite3_bind_value
16 F 00019000 sqlite3_bind_zeroblob
17 10 0001F380 sqlite3_blob_bytes
18 11 0001F244 sqlite3_blob_close
19 12 0001EC9C sqlite3_blob_open
20 13 0001F338 sqlite3_blob_read
21 14 0001F35C sqlite3_blob_write
22 15 000458D4 sqlite3_busy_handler
23 16 000459AC sqlite3_busy_timeout
24 17 00044EB0 sqlite3_changes
25 18 00017FC4 sqlite3_clear_bindings
26 19 00044F00 sqlite3_close
27 1A 000468E0 sqlite3_collation_needed
28 1B 0004693C sqlite3_collation_needed16
29 1C 00018984 sqlite3_column_blob
30 1D 000189BC sqlite3_column_bytes
31 1E 000189F4 sqlite3_column_bytes16
32 1F 0001885C sqlite3_column_count
33 20 00018C74 sqlite3_column_decltype
34 21 00018C90 sqlite3_column_decltype16
35 22 00018A2C sqlite3_column_double
36 23 00018A64 sqlite3_column_int
37 24 00018A9C sqlite3_column_int64
38 25 00018C3C sqlite3_column_name
39 26 00018C58 sqlite3_column_name16
40 27 00018ADC sqlite3_column_text
41 28 00018B40 sqlite3_column_text16
42 29 00018B78 sqlite3_column_type
43 2A 00018B14 sqlite3_column_value
44 2B 00045E44 sqlite3_commit_hook
45 2C 0004492C sqlite3_complete
46 2D 00044DA0 sqlite3_complete16
47 2E 000467B4 sqlite3_create_collation
48 2F 00046868 sqlite3_create_collation16
49 30 0004680C sqlite3_create_collation_v2
50 31 00045C58 sqlite3_create_function
51 32 00045CC0 sqlite3_create_function16
52 33 0003AC44 sqlite3_create_module
53 34 0003AC64 sqlite3_create_module_v2
54 35 00018870 sqlite3_data_count


发布评论