rticonnextdds nodejs connector Win32

3 posts / 0 new
Last post
GS
Offline
Last seen: 1 year 1 month ago
Joined: 03/31/2016
Posts: 23
rticonnextdds nodejs connector Win32

Hi,
I installed the connector according to the instructions (npm install rticonnextdds-connector) but when i’m trying to run one of the examples I get the following error:

C:\Program Files (x86)\nodejs\node_modules\rticonnextdds-connector\examples\node
js\simple>node reader.js
win32 not yet supported
C:\Program Files (x86)\nodejs\node_modules\rticonnextdds-connector\node_modules\
ffi\lib\dynamic_library.js:112
throw new Error('Dynamic Symbol Retrieval Error: ' + this.error())
^

Error: Dynamic Symbol Retrieval Error: Win32 error 127
at DynamicLibrary.get (C:\Program Files (x86)\nodejs\node_modules\rticonnext
dds-connector\node_modules\ffi\lib\dynamic_library.js:112:11)
at C:\Program Files (x86)\nodejs\node_modules\rticonnextdds-connector\node_m
odules\ffi\lib\library.js:50:19
at Array.forEach (native)
at Object.Library (C:\Program Files (x86)\nodejs\node_modules\rticonnextdds-
connector\node_modules\ffi\lib\library.js:47:28)
at Object.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\rticonnext
dds-connector\rticonnextdds-connector.js:37:16)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)

C:\Program Files (x86)\nodejs\node_modules\rticonnextdds-connector\examples\node
js\simple>

 

I'm running on a Windows7x64 and I have the the i86Win32VS2010 and x64Win64VS2010 targets installed on my PC.

Do I have to work on a 32bit OS in order to make the connector work or is there a way to bypass this error?

 

 

gianpiero's picture
Offline
Last seen: 3 months 4 days ago
Joined: 06/02/2010
Posts: 177

Hello,

the Supported platform for the connector are limited. For now we only support Windows 32 for Python. We do not support Windows for  Nodejs yet. 

Regards,

Gianpiero

gianpiero's picture
Offline
Last seen: 3 months 4 days ago
Joined: 06/02/2010
Posts: 177

Hello,

I just added support for windows to the nodejs connector. I tested on Win 10 64 with VS 2013.

Best,
  Gianpiero