c++ - Truecrypt 无法构建

标签 c++ build truecrypt

6>ComSetup.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' specification
6>  Setup.vcxproj -> C:\Truecrypt\Source\Setup\Debug\TrueCryptSetup.exe
        ========== Rebuild All: 6 succeeded, 0 failed, 0 skipped ==========

这是我在 Visual Studio 2012 上为 Windows 构建 Truecrypt 源代码后的消息。我成功了,但我在 C:\Truecrypt\Source\Setup\Debug\TrueCryptSetup.exe 的文件没有工作。

我该如何解决?

最佳答案

这只是一个您可以忽略的警告。文件好像编译成功了,但是需要把相关的dll和truecrypt.exe放在同一个文件夹下。这些丢失的 DLL 可能是导致程序崩溃的原因。

关于c++ - Truecrypt 无法构建,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30233551/

相关文章:

c++ - 与 C++ 库链接时,如何在 OCaml 编译中抑制 g++ 弃用警告?

macos - 如何在 MAC (Mountain Lion) 上构建 OpenCASCADE

Maven内部版本号插件,如何将内部版本号保存在文件中?

c++ - 为什么 C++ 从推断的返回类型中剥离引用限定符,为什么生命周期扩展不起作用?

c++ - 从模板中的类获取类型

c++ - 将 vector 输出到文件中

assembly - 从 DOS 启动 MBR

c++ - 在类定义中使用 'this'

truecrypt - 如何在Windows上构建TrueCrypt?

带有 truecrypt 密码隐藏的 Linux bash shell 脚本