Date: 12/20/98
- Next message: shane: "[PHP-DEV] CVS update: php3/functions"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] _php3_memnstr errors"
- In reply to: Rasmus Lerdorf: "Re: [PHP-DEV] _php3_memnstr errors"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] _php3_memnstr errors"
- Reply: Sascha Schumann: "Re: [PHP-DEV] _php3_memnstr errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Rasmus Lerdorf wrote:
>
> > string.c(1244) : error C2036: 'void *' : unknown size
> > string.c(1244) : error C2036: 'void *' : unknown size
> > string.c(1245) : error C2036: 'void *' : unknown size
> > string.c(1245) : error C2036: 'void *' : unknown size
> >
> > I'm going to look at and try to fix, but if someone know's what's a
> > going on, please take a look.
>
> MSVC doesn't like void pointers, I guess. I don't think there is any real
> reason to have these be void *'s. Sascha, this is you code. Why did you
> make them void *'s?
>
> -Rasmus
Ok, changing to unsigned char * fixed the compiler errors.
Shane
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: shane: "[PHP-DEV] CVS update: php3/functions"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] _php3_memnstr errors"
- In reply to: Rasmus Lerdorf: "Re: [PHP-DEV] _php3_memnstr errors"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] _php3_memnstr errors"
- Reply: Sascha Schumann: "Re: [PHP-DEV] _php3_memnstr errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

