Search found 4 matches

by CHerrera
Thu Mar 18, 2010 1:00 pm
Forum: IO-Warrior English
Topic: multiple warrior dlls registered
Replies: 7
Views: 18862

Re: multiple warrior dlls registered

thx for ur answer. The current setup has been designed to make an independent plug-in like structure, in which plug-ins handle specific devices. Seperate plug-ins can thus both use the warrior SDK. However now they are interfering with each other. Upon opening of the plug-in all IO warriror devices ...
by CHerrera
Tue Mar 16, 2010 2:55 pm
Forum: IO-Warrior English
Topic: multiple warrior dlls registered
Replies: 7
Views: 18862

Re: multiple warrior dlls registered

The multiple instances do not need to know which other instances are running and they do not need to communicate with each other . But the program that lets the user choose which io box to use (you can call this the third program) should know which IO warrior dll should be handled. Is there a way to...
by CHerrera
Tue Mar 16, 2010 2:04 pm
Forum: IO-Warrior English
Topic: multiple warrior dlls registered
Replies: 7
Views: 18862

Re: multiple warrior dlls registered

We have two IO boxes (each can connect to different devices) that are used for different purposes. Each box is accessed using its own dll, and both are dependent on the iowkit dll. The decision to create separate dll's for each box was made, so as not to mix the functionalities of each box. We have ...
by CHerrera
Tue Mar 16, 2010 10:47 am
Forum: IO-Warrior English
Topic: multiple warrior dlls registered
Replies: 7
Views: 18862

multiple warrior dlls registered

We have two io modules (dll's, running in Visual Studio 2008) which use the warrior api. Upon installation of our software, the two dll's are registered. This however gives problems when running the software and the user chooses to use one of the io modules. The solution so far is to unregister the ...