DLL: (const char *paramNames[],size_t numParams)
    Kagamin 
    spam at here.lot
       
    Mon Jul  9 13:48:05 UTC 2018
    
    
  
Correct signature:
extern(C) void GetParamNames(const(char)** paramNames, size_t 
numParams);
In C const applies only to the nearest member.
    
    
More information about the Digitalmars-d-learn
mailing list