Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Windows 应用程序中的开源库,我能找到的唯一预构建版本是一个名为“lib.dll.a”的文件
这是什么格式,我可以把它转换成普通的dll文件吗?
命名输出文件libjvm.dll.a将允许gcc将其识别为名为jvm. 后缀(按照.dll.a惯例)表明它是一个导入库,而不是一个静态库(按照 libjvm.a惯例,它会被简单地命名为 )。
libjvm.dll.a
gcc
jvm
.dll.a
libjvm.a