in reply to How to Add MD5 C program using Inline::C to a perl program???

If your C code can be compiled to a library, then you can specify that lib to be linked in the use Inline portion of your code, as per Inline::C.

Depending upon the complexity of your c code, and the kind of perl interface you want, you might want to build an XS module for your project.

As for adding a VC++ workspace, I'm not sure about that.

Hope this helped,
-v.

"Perl. There is no substitute."