hust-marx / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

Plugin does not build with VS C++ 2008 Express #116

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Issue is already described at 
http://groups.google.com/group/firebreath-dev/browse_thread/thread/36a97a663f33d
a23#msg_0780172c8bb07f62.

Complete build log is attached.

Original issue reported on code.google.com by zbynek.m...@nic.cz on 10 Dec 2010 at 1:52

Attachments:

GoogleCodeExporter commented 9 years ago
Here is complete log file with m_hkey identifier error.

Original comment by zbynek.m...@nic.cz on 10 Dec 2010 at 2:33

Attachments:

GoogleCodeExporter commented 9 years ago
ok, I just pushed a fix that should take care of these issues; sorry about 
that, I usually take more time to test before pushing a fix, but I've just been 
swamped.  Try it and let me know if it's fixed.

Original comment by taxilian on 10 Dec 2010 at 6:02

GoogleCodeExporter commented 9 years ago
Great, I have added 'target_link_libraries(${PLUGIN_NAME} "atlthunk.lib")' into
- my project's projectDef.cmake
- FireBreath/src/ActiveXPluginTest/CMakeLists.txt
and now it compiles fine. This is for commit d62fe2082a487130893e.

However, the latest commit (abf518baef832e216984) has new errors (see log). It 
seems that FireBreathWin.idl is not generated properly.

Thanks,
Zbynek

Original comment by zbynek.m...@nic.cz on 13 Dec 2010 at 12:32

Attachments: