Hi, I am somewhat new to perl. I have done a few things, but would not consider myself an expert by any means. That being said, I am having a problem creating a xs module that works on NT/2000. I have a library that my company has created that I am trying to hook into perl. I have successfully done this with the Solaris version, but am having problems doing it on Microsoft. I have used the h2xs program to create the stubs, and have added the 2 functions I need into the .xs file. I then add the compiler flag to compile using C++ (I do need this) and then try perl Makefile, and then make. I usually fail at this point because it cannot find the library (.lib/.dll) that I am trying to link into. I am using active perl and Microsoft Visual C++ 6.0 for my environment. Can anyone help? Thanks, Jerry
