One more precision conversion question...
In structures such as MSFLSecurityInfo (just an example), there is a variable cPeriodicity. This is C++ type CHAR, an 8-bit signed value. This will convert to SBYTE in .NET, but I'm getting a lot of problems with it. It seems like BYTE will work, an 8-bit unsigned value. Will this be a problem to stick with BYTE?
Traders' Consortium