Hi O'Neil,
On Thu, April 3, 2014 11:44, O'Neil Delpratt wrote:
> Just to report to the list that the linkage error has not gone away, even
> with the extern “C” wrapped around the include. It seems like I need to
> add some library dependency? But my experience of Windows and c++ is
> limited.
>
>
> On 2 Apr 2014, at 15:42, Johannes Schlüter <[email protected]>
> wrote:
>
>
>> On Wed, 2014-04-02 at 14:56 +0100, O'Neil Delpratt wrote:
>>
>>> When I compile my code I am now getting the following error:
>>>
>>>
>>> Error 93 error LNK2001: unresolved external symbol
>>> "__declspec(dllimport) char * __cdecl virtual_getcwd(char *,unsigned
>>> int,void * * *)" (__imp_?virtual_getcwd@@YAPADPADIPAPAPAX@Z) C:\Users
>>> \ond1\Documents\Visual Studio 2012\Projects\saxon\saxon
>>> \SaxonProcessor.obj
>>>
>>>
>>> insertions in my C Code:
>>
>> The subject talks about C++, now C. If you are using C++: Probably that
>> header is missing extern "C" declarations? Try
>>
>> extern "C" { #include "TSRM/tsrm_virtual_cwd.h"
>> }
>>
>>
>> johannes
>>
>>
>
> -------------------------------
> O'Neil Delpratt
> Software Developer, Saxonica Limited Email: [email protected]
> Tel: +44 118 946 5894
> Web: http://www.saxonica.com
> Saxonica Community site: http://dev.saxonica.com
> Bug tracking site: https://saxonica.plan.io/
>
>
>
>
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
do you have your code somewhere around, or at least could you share a
problem snippet?
Regards
Anatol