Knox Module missing TKO
RicardoSiqueira
Posts: 373
I am trying to compile both the Netlinx and the Duet modules for the Knox Media Flex Switcher from the AMX web site and both are missing the COM MODULE .TKO file. Any ideas? It looks like AMX forgot to pack the .tko com module with the rest of the files. The name of the missing file is:
Knox_MediaFlex16_Comm_v1_0_0.tko
If anybody has it could you please e-mail me or let me know how to get it. Thanks,
Ricardo
Knox_MediaFlex16_Comm_v1_0_0.tko
If anybody has it could you please e-mail me or let me know how to get it. Thanks,
Ricardo
0
Comments
In the archive you'll find a .jar file, which is the module.
Implement it in the common way with DEFINE_MODULE...
The virtual device (or better: Duet device) must be 41001 ... 41999
Check that the .jar can be found by the compiler. Imho best way is
- to save it in c:\program files\common files\AMXShare\duet\modules (this is the default folder for module files, i.e. used by VisualArchitect)
and
- to add it additionally to your workspace.
Click add existing Module file in the workspace tree and change look for file type from .tko to .jar and then select your .jar file.
Thanks for the help.
Ricardo