Closed GoogleCodeExporter closed 9 years ago
Attached patch for yaml_dll.h and updated CMakeLists.txt
Original comment by matthias...@gmail.com
on 5 Jan 2011 at 11:08
Attachments:
Updated patch to include format fixes.
Original comment by matthias...@gmail.com
on 7 Jan 2011 at 10:38
Attachments:
Deleted patch as all format fixes were committed in 432, and the header from
the initial report is good enough to give an idea how to maybe solve this.
Original comment by matthias...@gmail.com
on 2 Mar 2011 at 7:34
Implemented, I believe, r473. It gives lots of C4251 warnings, which is for a
member of an exported class not being exported itself. It seems that this is OK
as long as you can't access that member. Other than that warning, it compiles
properly and the tests execute correctly with the DLL. (I've been testing with
VS2008.)
Original comment by jbe...@gmail.com
on 16 Mar 2011 at 2:37
Original issue reported on code.google.com by
matthias...@gmail.com
on 5 Jan 2011 at 10:33Attachments: