I followed all the instructions as on the homepage below and tried to make it work for two days (think that may work on unix/linux). I did not succeed. The best case was when it asked for .al files. And unfortunately I do not know what .al files are.
Sandor -----Original Message----- From: Robert Thorpe [mailto:[EMAIL PROTECTED]] Sent: Freitag, 17. Mai 2002 13:17 To: Hugh S. Myers; [EMAIL PROTECTED] Subject: RE: Problem compiling C++ using XS 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 _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
