|
From: Reini U. <ru...@sb...> - 2001-01-23 19:49:28
|
Aldo Calpini schrieb:
> BTW, I'm not sure yet that 0.0.558 is stable enough for a
> PPM distribution. I would like to get some feedback from
> 'people with a C compiler' that can build the module and
> test it, before giving it out to everybody.
Ah, you mean me :)
okay:
using my selfbuilt MSVC - GSAR perl 5.005_02 built for MSWin32-x86-thread
>mperl502 Makefile.pl
>nmake
...
cp GUI.pm blib\lib\Win32/GUI.pm
cp BitmapInline.pm blib\lib\Win32/GUI/BitmapInline.pm
cp GridLayout.pm blib\lib\Win32/GUI/GridLayout.pm
Can't open getbuild.bat: No such file or directory
then cl blabla...
GUI.cpp
*** Using a non-Object Core Perl. (which is okay :)
GUI.xs(445) : error C2065: 'SvPV_nolen' : nichtdeklarierter Bezeichner
in which perl was 'SvPV_nolen' introduced?
the prev GUI.xs had
pszName = SvPV(*pHv, PL_na);
instead of the new
pszName = SvPV_nolen(*pHv);
GUI.xs(445) : error C2440: '=' : 'int' kann nicht in 'char *' konvertiert
werden
Die Konvertierung eines ganzzahligen Typs in einen Zeigertyp erfordert
e
in reinterpret_cast-Operator oder eine Typumwandlung im C- oder
Funktionsformat
GUI.xs(448) : error C2440: '=' : 'int' kann nicht in 'char *' konvertiert
werden
Die Konvertierung eines ganzzahligen Typs in einen Zeigertyp erfordert
e
in reinterpret_cast-Operator oder eine Typumwandlung im C- oder
Funktionsformat
GUI.xs(835) : error C2065: 'thr' : nichtdeklarierter Bezeichner
...
and so on of course
--
Reini Urban
http://xarch.tu-graz.ac.at/autocad/news/faq/autolisp.html
|