Jump to content

Recommended Posts

Posted

Would it be possible to publish the 1.1 lua.export file? I and a friend of mine have been working on a direct interface on a phidgetTextCLD (Phidgets are relatively inexpensive devices that can be used as text displays, lights, gauges etc. in flight simulators, check out http://www.phidgets.com ), we just finished the 1.0 version and we're starting work on an interfacekit dll.

 

We don't use sockets or files, we have a dll (c++) file that can be accessed directly from the export.lua. I believe this is the least CPU intensive way of creating a workable interface to external devices. However, the usefulness of our program depends on the structure of the export.lua file and I'm worried about extensive changes that could spoil our efforts.

My blog full of incoherent ramblings on random subjects: https://anttiilomaki.wordpress.com/

Posted
We don't use sockets or files, we have a dll (c++) file that can be accessed directly from the export.lua.

 

@AndyHill

 

Can you explain how your dll can access the export.lua !? The possiblity to do i like that would be great. I've written a little program that imports data via sockets. But when Lo-Mac is sending data the graphic engine falter (~0.5sec). A dll could solve that problem.

 

@Developer Team

Is it possible to get the azimuth and the .. (i don't remember the word) angle from the player aircraft in v1.1?

[sigpic][/sigpic]



Flanker driver since 1996

Posted

@AndyHill

 

Can you explain how your dll can access the export.lua !? The possiblity to do i like that would be great. I've written a little program that imports data via sockets. But when Lo-Mac is sending data the graphic engine falter (~0.5sec). A dll could solve that problem.

 

I'm not the code guru and I don't have hte sources handy so this isn't probably very helpful. However, I can tell you that our dll doesn't access export.lua, it's the other way around. Export.lua calls our dll that relays the information to the textLCD. We used advice from this tutorial: http://lua-users.org/wiki/CreatingBinaryExtensionModules

My blog full of incoherent ramblings on random subjects: https://anttiilomaki.wordpress.com/

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...