[statechart]LNK2001 Error on VC 8.0
Here is a tutorial. I compile succeeded at DEBUG mode, but failed at RELEASE
mode. And I got LNK2001 Error.
#include
Hi Jiang
Jiang Miao
Here is a tutorial. I compile succeeded at DEBUG mode, but failed at RELEASE mode. And I got LNK2001 Error.
It surely looks like compiler/linker bug, as the same works just fine under MSVC7.1. This problem has been reported before: http://thread.gmane.org/gmane.comp.lib.boost.user/23065 Please try the workaround mentioned in the post and let me know whether it works for you. HTH, -- Andreas Huber When replying by private email, please remove the words spam and trap from the address shown in the header.
Andreas Huber,Thank you for your help. I have solve the problem.I compared between debug mode and release mode. I add flag /Gm(Enable Minimal Rebuild) in release mode. It is compiled succeeded. But I don't know the reason.
participants (3)
-
Andreas Huber
-
Jiang Miao
-
JiangMiao