in reply to Help - XS layer

In some circumstances it might be easier to use the Win32::API module to access the functions in a DLL rather than creating an XS layer, however as long as you have the appropriate header files describing the interface then writing XS code to do access a DLL is no different than that for using a static C library.<?p>

/J\