TGI has asked for the wisdom of the Perl Monks concerning the following question:
It looks like I will need to enter the strange new (to me) world of XS development for a project I am working on, I'm new to this, so I need advice.
I am working on an embedded project using a Cygnal 8051F330 and the IDE SiLabs (formerly Cygnal) provides with their dev kit. They also provide a few DLLs that allow programmatic manipultion of a connected system. My plan is to use Test::More and friends to automate some tests on the system. To do this I need to use the DLL to control the test system.
I am using Windows XP and Active State Perl 5.6.1. Active State uses MSVC to compile Perl. I don't have MSVC, is this going to prevent me from creating functional XS code? From the docs it seems like the tools used to build perl need to be the same as those used to build any XS code. Is this true or am I missing something obvious? Is there another approach to talking to a DLL that I am overlooking?
TGI says moo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XSUBs and Compilers
by Mr. Muskrat (Canon) on Mar 18, 2004 at 00:24 UTC | |
|
Re: XSUBs and Compilers
by dragonchild (Archbishop) on Mar 18, 2004 at 01:49 UTC | |
|
Re: XSUBs and Compilers
by esskar (Deacon) on Mar 17, 2004 at 20:36 UTC | |
by TGI (Parson) on Mar 17, 2004 at 21:50 UTC | |
by Anonymous Monk on Mar 18, 2004 at 00:36 UTC |