Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. alaindoe

    C# : how to handle huge data generated by a dll written in C

    I have a dll written in C code to I use in my C# project. One returned data structure is like this : #define WV_MAX_TREND_PARAMETERS 60 #define WV_MAX_TREND_SAMPLES 1501 #define WV_MAX_TIME_CHANGES 24 #define WV_MAX_TREND_HOURS 25 #define WV_LABEL_SIZE...
  2. alaindoe

    using C DLL in C# code : error - Cannot marshal 'parameter #2': Intern

    I have to use a dll written in C in a C# VS project. I have some difficulties to translate and use the structures declared in C. structure of the trend list : =============================== C structure ------------- typedef struct { WV_PARAMETER_ID WvParameterID...

Part and Inventory Search

Back
Top