Fw: [wxPython-users] 1make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _make_buildinfo2

2006-12-05 Thread f rom
- Forwarded Message From: Josiah Carlson [EMAIL PROTECTED] To: f rom [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: [wxPython-users] 1make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function

Re: Fw: [wxPython-users] 1make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _make_buildinfo2

2006-12-05 Thread Fredrik Lundh
f rom wrote: 1make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _make_buildinfo2 1make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _make_buildinfo2 you need to link with

Re: Fw: [wxPython-users] 1make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _make_buildinfo2

2006-12-05 Thread etaoinbe
I have added advapi32 user32. This is my current result : I am quite surprised there are so many issues with the solution file that comes with python25. I remember py23 built out of the box :( 1-- Build started: Project: make_versioninfo, Configuration: Debug Win32 -- 2-- Build

Re: Fw: [wxPython-users] 1make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _make_buildinfo2

2006-12-05 Thread Fredrik Lundh
etaoinbe wrote: I have added advapi32 user32. This is my current result : I am quite surprised there are so many issues with the solution file that comes with python25. I remember py23 built out of the box :( python 2.5 also builds out of the box, if you're using an ordinary visual studio