Hello all.

I would have rather mail some contact person, but failing to find someone specific in the package files, I am left with no choice… so here goes:

I am working with Visual C++ .NET 2003, with Sofia library package version 1.11.6

The type “intptr_t” is defined in several of VC++’s header files. This makes problems while compiling .NET application which uses Sofia library.

 

So in su_types.h, line 71, I have done this:

 

/** Integer large enough for pointers */

#ifndef _INTPTR_T_DEFINED //EETAY

typedef SU_INTPTR_T intptr_t;

#endif //EETAY

 

 

(_INTPTR_T_DEFINED is macro defined & used by VC++ header files.)

 

I’ve also noted that the project/solution files are old VC6 files.

 

Also had problem with __FUNCTION__ macro. I’ve added #define HAVE_FUNC=1 somewhere, since the win32 config header file did not do so.

 

Regards,

Eetay

Reply via email to