hi
one thing else please may this help me
i called dll file this dll using pow function
double(x,y,z)
z=pow(x,y)
okay i called it cause i understand it
parameter for this (x return double ,y return double ) function name is pow
and i return value as double
so
now i have function in hasp dll and i will say what i understand from it and telling me if i'm correct or wrong cause i call it but didnt return value
hasp_status_t HASP_CALLCONV hasp_login(hasp_feature_t feature_id,
hasp_vendor_code_t vendor_code,
hasp_handle_t *handle);
what i understand funcation name is hasp_login
parameters1 feature_id return unsigned int
parameters2 vendor_code return void*
parameters3 *handle return unsigned int
okay
but hasp_login name of function i know this return enum
this enum return int or int* or double or double* or char or char* or long or long* or short or short* or void or void*
cause oracle call this type of variables not enum
so please help i'm near to make it work
thank you