Hi Antonio,
I have been experiencing similar problems. OpenSBC consistently crashes VC++ 2005 Expres when trying to build it, even though the sources compile without a problem. I have build opensipstack separately and this works fine, but I had to reconfigure things to make this succeed. I used the configure.exe tool (in the opensipstack directory) to disable IPv^6 and to exclude some of my directories from being searched for whatever the configuration tool searches for when activated from the IDE or from the commandline without any parameters.
I.e. I opened a command prompt in the opensipstack directory and ran configure as follows: "configure --disable-ipv6"
Maybe this will do the trick for you. If not, try disabling some of the features that you don't need and/or try excluding directories ("--exclude-dir=..." ) that don't seem to be needed.
Cheers,
Frank
|