← Back to team overview

kicad-developers team mailing list archive

Re: pcbnew tools uses long instead of intptr_t

 

Orson,

Please take a look at this patch to see if it makes sense.

Thanks,

Wayne

On 9/17/2016 7:04 PM, Gustav Bergquist wrote:
> Hello, 
> 
> I just managed to setup a build environment on windows and noticed that
> kicad/pcbnew/tools/pcb_editor_control.cpp  
> kicad/pcbnew/tools/pcbnew_control.cpp
> have <long> when <intptr_t> probably is more correct.
> 
> See attached patches.
> 
> Next up the wx ABI and wxPython ABI differs so i have built wxwidgets and wxpython from source.
> if anyone needs help with this i am happy to help.
> 
> With the new OCE library for the 3D viewer the following dll-files is necessary in the bin folder:
> libpcre*.dll
> libicu*.dll
> libgraphite2.dll
> 
> /Gustav
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


References