.NET script examples?

oneoneone

Active Member
With the .NET wrapper continually getting updated I'm growing more and more curious as to how it works. I've been coding all in ISS up to this point. Are there any .NET solutions of ISXEVE scripts floating around for examples of generally how things work in .NET?

Thanks,
oneoneone
 

MarlboroMan

Active Member
1. (not critical) examples not actual - some methods replaced with properties :(
2. (blocker) Frame.Lock(), Frame.Wait(), using(new FrameLock()) {} - dont work
easy test: a) register for event "OnFrame" b) try to acquire lock. result: OnFrame event not rised on lock acquire
 
Last edited:

GliderPro

Active Member
Those samples are old and should not be used as an example of how to interact with ISXEVE from .NET. We now know that ISXEVE and .NET don't play nice together. If you are serious about using it you have to design your system so that all calls to ISXEVE occur in the OnFrame event. If you want some examples come to IRC and ask around.
 
Top Bottom