in reply to Re^3: Call C DLL Functions in Perl
in thread Call C DLL Functions in Perl

I think the issue is in the data types. I char *strDataSource is not properly being sent to the DLL from Perl. If there is a way to mimic the C data type (char *) in Perl, the problem might be resolved. Do you have any thoughts on the data type conversion between C and Perl?