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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Fri Apr 26 05:01:30 2024 UTC