Hi,guys!

Recently I want to creat a 3D scene to represent some situation with help of GameStudio. And I hope that the application,which would process something to make a result showed to the users,could "tell" the scene how this result comes out and show such things like this lively in the 3D scene.

Actually this is one part of an project, which would implement a platform that detects the attack towards some computers on the internet and then the process of such attack could be shown to the administrator in a 3D scene. So I want to use the GameStudio to do the later thing. The platform should tell the scene what will be shown in it.

I imagined one solution is that I could firstly make a script or a piece of codes with SED which include functions, and make it into a DLL with vc++, which could be available for applications to call.Is this feasibility? if not or not very adequate, can anyone offer a better one?