I think I'm facing a bug in Factor. I have something like this:

TYPEDEF: double PaTime

C-STRUCT: PaDeviceInfo
      { "int" "structVersion" }
      { "char*" "name" }
      { "PaHostApiIndex" "hostApi" }
      { "int" "maxInputChannels" }
      { "int" "maxOutputChannels" }
      { "PaTime" "defaultLowInputLatency" }
      { "PaTime" "defaultLowOutputLatency" }
      { "PaTime" "defaultHighInputLatency" }
      { "PaTime" "defaultHighOutputLatency" }
      { "double" "defaultSampleRate" } ;

The C library returns correct values for the PaTime fields and the  
double field (I checked in GDB). But in Factor, all double values  
have absurd values.The rest are OK.

TIA,
    Jorge Acereda


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to