Re: [INTERNALS-WIN] Developing PHP extensions on Windows with VC++, linking problems
[email protected] (Kalle Sommer Nielsen)
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
2009/5/10 Eugenio Tacchini <[email protected]>: > > I then execute nmake but I get this error: > internal_functions.c > main\internal_functions.c(43) : error C2065: 'phpext_my_extension_ptr' : > undeclared identifier > main\internal_functions.c(43) : error C2099: initializer is not a constant > > I don't have any idea about the cause... Thats because your header file does not define the module pointer, checkout any extension and you should see something like: extern zend_module_entry <myext>_module_entry; #define phpext_<myext>_ptr &<myext>_module_entry > > Can you help me? > > Thanks. > > Eugenio > -- Kalle Sommer Nielsen [email protected]