Re: [python-win32] LNK4197 error building c++ extension

2018-08-21 Thread Tim Roberts
On Aug 21, 2018, at 5:59 AM, Robin Becker wrote: > > C:\code\hg-repos\taggstate\REPOS\aggstate>ls build\temp.win-amd64-2.7\Release > _aggstate.exp _aggstate.obj agg25 > _aggstate.lib _aggstate.pyd.manifest > > digging a bit deeper I find taht the problem comes from

Re: [python-win32] LNK4197 error building c++ extension

2018-08-21 Thread Robin Becker
On 17/08/2018 18:32, Tim Roberts wrote: . It's not an error, it's a warning.  And this has nothing to do with C++.  Is this your own private project, or is it one I can go look up? it's an experiment to see if the ageing libart_lgpl code which reportlab uses can be replaced with someth

Re: [python-win32] LNK4197 error building c++ extension

2018-08-17 Thread Tim Roberts
Robin Becker wrote: I am not a great C++ person so as I am building my first C++ extension I am seeing this error which I don't understand > _aggstate.obj : warning LNK4197: export 'init_aggstate' specified multiple times; using first specification >    Creating library build\temp.win-amd64-2.