php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12403 VARIANT.c : error C2065 'CP_SYMBOL' : undeclared identifier
Submitted: 2001-07-26 10:40 UTC Modified: 2001-07-29 16:16 UTC
From: christophe dot chapuron at alcatel dot fr Assigned:
Status: Closed Package: COM related
PHP Version: 4.0.6 OS: NT 4
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: christophe dot chapuron at alcatel dot fr
New email:
PHP Version: OS:

 

 [2001-07-26 10:40 UTC] christophe dot chapuron at alcatel dot fr
Hello,

This is an error message compiling PHP4TS under ms c++ 5

Would you mind help me ?

--------------------Configuration: php4dllts - Win32 Release_TS--------------------
Compiling...
VARIANT.c
E:\php\ext\com\VARIANT.c(100) : error C2065: 'CP_SYMBOL' : undeclared identifier
E:\php\ext\com\VARIANT.c(101) : error C2065: 'CP_THREAD_ACP' : undeclared identifier
Error executing cl.exe.

php.exe - 2 error(s), 0 warning(s)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-29 16:16 UTC] phanto@php.net
simply comment them out for now, it doesn't matter. you only won't have these constants defined in your php build (but you can't use them on your machine anyways, they are only accessible on win2k.)

i'll add a check.
 [2001-07-29 16:16 UTC] phanto@php.net
forgot to close
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 14:01:31 2024 UTC