Re: [PHP-CVS] cvs: php4 /ext/com COM.c php_COM.h

2001-01-29 Thread Andi Gutmans
Are you including php.h or zend.h? Those macro's should be defined and they are used in lots of places. Look at zend.h Let me know of your progress. Thanks, Andi At 03:41 AM 1/28/2001 +, Harald Radi wrote: >phanto Sat Jan 27 19:41:43 2001 EDT > > Removed files: > /php4/ext/co

Re: [PHP-CVS] cvs: php4 /ext/com COM.c php_COM.h

2001-01-29 Thread Andi Gutmans
Damn, cvs.php.net is down so I can't commit changes. Best to change the #if WIN32|WINNT to #ifdef PHP_WIN32 Also you should use BEGIN_EXTERN_C() and END_EXTERN_C() I know it's picky, but it's good for consistency. Andi At 03:41 AM 1/28/2001 +, Harald Radi wrote: >phanto Sat Jan 27 19

[PHP-CVS] cvs: php4 /ext/com COM.c php_COM.h

2001-01-27 Thread Harald Radi
phanto Sat Jan 27 19:41:43 2001 EDT Removed files: /php4/ext/com COM.c Modified files: /php4/ext/com php_COM.h Log: fixed unicodeconversion and parameter passing bugs in com and dotnet modules Index: php4/ext/com/php_COM.h di