Closed themasch closed 8 years ago
Hi - try putting the lib files into a global place like system32 - it looks like even though you are specifying the location of them the compiler is still unable to resolve them. Also make sure that you have the right NW SAP RFC SDK for your architecture. Cheers, Piers Harding.
I already have them in system32 and using a them from there (prebuild extension).
Okay, I failed. I tried to build a 32bit extension with 64bit libs. It compiles now but crashes php when creating the sapnwrfc instance. Currently no idea why, i only get a "xyz stopped working"-screen on windows.
@themasch did you made any progress on this?
@ThaDafinser not yet. I've used the prebuild binaries for now :/
Did you used those? https://github.com/piersharding/php-sapnwrfc/tree/master/builds
exactly these, thanks for them! ;)
Cool. Now i got a feedback that they work actually for others too :+1:
Hi,
i'm currently working on a config.w32 file to build this extension on windows:
Heres the current state:
https://gist.github.com/themasch/ef6a4be22f0d209836b9
It currently does not work, linking fails with the following messages:
Although, the created Makefile looks sane:
Any ideas on what is missing? I had the "libsapucum.lib" in there, too. Did not change anything.