|
I copied some code from a sample project, declaring a queue to hold a struct (I think) called "FrameOfMocapData" from NatNetML. In my project, it has some weird syntax problem.
This line:
Gives this error: "error CS0308: The non-generic type 'System.Collections.Queue' cannot be used with the type arguments' This shorter version of the line gives the same error:
The original code is written in C#, and it works fine. Any idea what the problem could be?
(comments are locked)
|
