View Single Post
  #3  
Old 07-22-2012, 09:40 PM
FCIProject FCIProject is offline
Approved Member
 
Join Date: May 2008
Posts: 18
Default

Quote:
Originally Posted by bolox View Post
Hi Gary

i believe it's in gameWorld.dll
http://forum.1cpublishing.eu/showthread.php?t=23959

as a coding noob i don't think you can directly access the parameters with java
see
http://forum.1cpublishing.eu/showthr...338#post342338

my understanding is you have to write a c# script for the mission (sp only) to access the data and output it in suitable format (udp??)

http://www.microsoft.com/visualstudi...csharp-express

seems to be the way most are using to write the code
Hi Bolox

Good to see you are still out there Thanks for your reply.

I will see if I can access gameWorld.dll using JNI. I've got a 300 page book on JNI to work through. If not I will have to look at using a Windows based language and compiler. Would I be able to use C++? I would rather learn a cross-platform language, like C++ than C#. Sorry to ask an obvious question like this, but my Windows programming skills are nil.

Last edited by FCIProject; 07-22-2012 at 10:09 PM.
Reply With Quote