On 17 May 2002, at 4:24, Hugh S. Myers wrote: > >This may also be problematic because MS have different standard > >libraries for C and C++. Perl is all C, I doubt it will compile with a > >C++ compiler. > > To the contrary, Visual C is the compiler used for ActiveState Perl...
In the Makefile of win32core, the perl source is valid C++ but it is compiled against the C library (with the C compiler). I don't know if the affects XS, I've never used it, but I've had to compile perl before for embedding. Anyway, there is a webpage about XS & C++ http://www.johnkeiser.com/perl-xs-c++.html -- The information in this e-mail is for use by the addressee(s) only. If you are not the intended recipient, please notify us immediately and delete the message from your computer. No liability or responsibility is accepted for viruses and it is your responsibility to scan attachments (if any). Opinions and views expressed in this email are those of the sender and do not reflect the opinions and views of antenova Ltd. _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
