[Solved]Help installing mod AlvaLynx

BlitzMax Forums/BlitzMax Beginners Area/[Solved]Help installing mod AlvaLynx

Yue(Posted 2016) [#1]
The library works very well with native Blitz3D , and Xors3D , yet can not get properly install the module to BlitzMax .

These are the instructions.

BlitzMax

Copy AlbaLynx.dll from "%AlbaLynx%\dll" to your project's folder.
Copy albalynx.mod from "%AlbaLynx%\Headers\BlitzMax" to "%BlitzMax%\mod".
Copy albalynx.mod from "%AlbaLynx%\Engines\%YourEngine%\BlitzMax" to "%BlitzMax%\mod". (if there no headers for your engine, then you have to write it. See Connecting AlbaLynx to the input system)
Build the module: "%BlitzMax%\bin\bmk.exe makemods -a albalynx"


I'm pretty sure that all the steps I have succeeded, but I get the following error when testing the sample files .





I have compiled modules so corrcta with mbx.exe makemods -a -h albalynx


C:\BlitzMax\bin>bmk.exe makemods -a -h albalynx
Compiling:albalynx.bmx
flat assembler  version 1.69.14  (1667955 kilobytes memory)
3 passes, 0.1 seconds, 311143 bytes.
Archiving:albalynx.debug.mt.win32.x86.a
ar: creating C:/BlitzMax/mod/albalynx.mod/albalynx.mod/albalynx.debug.mt.win32.x
86.a
Compiling:connect_xors3d.bmx
flat assembler  version 1.69.14  (1667502 kilobytes memory)
4 passes, 6386 bytes.
Archiving:connect_xors3d.debug.mt.win32.x86.a
ar: creating C:/BlitzMax/mod/albalynx.mod/connect_xors3d.mod/connect_xors3d.debu
g.mt.win32.x86.a
Compiling:albalynx.bmx
flat assembler  version 1.69.14  (1665059 kilobytes memory)
3 passes, 136465 bytes.
Archiving:albalynx.release.mt.win32.x86.a
ar: creating C:/BlitzMax/mod/albalynx.mod/albalynx.mod/albalynx.release.mt.win32
.x86.a
Compiling:connect_xors3d.bmx
flat assembler  version 1.69.14  (1664740 kilobytes memory)
3 passes, 3297 bytes.
Archiving:connect_xors3d.release.mt.win32.x86.a
ar: creating C:/BlitzMax/mod/albalynx.mod/connect_xors3d.mod/connect_xors3d.rele
ase.mt.win32.x86.a

C:\BlitzMax\bin




Any suggestions ?


Hardcoal(Posted 2016) [#2]
add this line to your starting code AlbaLynxInput_Connect()
hope it helped