Sending info to other programs

Posted By: thrasher4556

Sending info to other programs - 06/14/03 08:43

How can I send info about my running game (for example the players x,y,z position) to another running program. I want to send the info (the players x,y,z position) from the game to a visual basic program that I am making. How do I do this?
Posted By: poloman

Re: Sending info to other programs - 06/14/03 23:12

Just A thought.

You may us A6 to write the informations out into a file . Then use VB to reopen the file and read it .

Hope this helps. [Smile]
Posted By: thrasher4556

Re: Sending info to other programs - 06/14/03 23:47

thats what i was thinking but wouldent that be extermely slow if i was sending and recieving form program to program every frame?
Posted By: Adi

Re: Sending info to other programs - 06/15/03 04:25

You need to write a dll with VC++ & SDK (You can not write sdk-dll with vb) that send information to VB application.

[EDIT]
If you need it to debug your project, you can use GST-Builder together with GSTDebugger from nfs42. It's realy good Link to GST-Builder

(Say thank you, nfs42 [Big Grin] )
© 2024 lite-C Forums