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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
38 + 9 = ?
Subscribe to this entry?

 
 [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: Sat Apr 20 05:01:27 2024 UTC