attie / libxbee3

A C/C++ library to aid the use of Digi XBee radios in API mode
GNU Lesser General Public License v3.0
68 stars 40 forks source link

windows release x64 make #14

Open MichaelWallace30 opened 8 years ago

MichaelWallace30 commented 8 years ago

I followed your website instructions for compiling as x64 in windows 7. It compiles fine, yet x64 DLL projects fail to link with x64 libxbee3.dll The compiled x64 libxbee3.dll links fine with x86 DLL projects. I assume the make file is the issue. I tried multiple times. The issue was solved by compiling libxbee3 in visual studio.

attie commented 8 years ago

Hi Michael,

Unfortunately I don't often find myself with a functioning Windows dev environment, but I'll look into this when I find a moment. I'm glad you managed to find a work around for now.

Attie On 19 May 2016 00:05, "MichaelWallace30" notifications@github.com wrote:

I followed your website instructions for compiling as x64 in windows 7. It compiles fine, yet x64 DLL projects fail to link with x64 libxbee3.dll The compiled x64 libxbee3.dll links fine with x86 DLL projects. I assume the make file is the issue. I tried multiple times. The issue was solved by compiling libxbee3 in visual studio.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/attie/libxbee3/issues/14

MichaelWallace30 commented 8 years ago

Yeah I'm in no rush and by you code comments I know you love Windows.