10 Commits

Author SHA1 Message Date
Scott Godin
ab267a732e - remove no longer needed pcre and fmt libraries from contrib
- adjust deprecated Visual Studio solution and project files to remove pcre and fmt
- remove VS 2017 solution and project files, leaving VS2019 and VS2022 in place for now, however CMake is the new supported/maintined build system for Visual Studio
2024-12-11 13:24:25 -05:00
Scott Godin
ff909b5c78 Merge pull request #300 from bwalden/vs-sln-fix
VS solution configuration fixes
2023-01-24 10:39:30 -05:00
Ben Walden
85c3d52688 Change the SSL-Release|x64 solution configuration to use the SSL-Release|x64 ares project configuration 2023-01-24 12:04:40 +00:00
Scott Godin
56935fd884 Use zeroc OpenSSL Nuget Package for VS2019 projects
-remove include paths and library link lines for OpenSSL in contrib folder
-remove use of fmt in rutil
-update VS2019 rend project file to build in 64bit
-add -MT project settings for pcre
2022-11-18 18:06:34 -05:00
Scott Godin
3c43d02768 -fix a couple bugs in new fmt code in Log.cxx
-_logFileName string was not null terminated
  -_logFileName memory buffer went out of scope
  -code was moved to a better location, so that it works for reinitialize calls

-fmt library support on windows
  -add VS2019 project files for fmt library
  -adjust include paths for rutil to find fmt includes
  -add project reference to link fmt with rutil
  -added #ifdef USE_FMT around fmt code so that older Visual studio builds will continue to work
2021-08-25 14:34:05 -04:00
Scott Godin
59c194b1d1 -adding new dum test/sample program
DialogInfoSubClient

Dialog-info+xml subscription client test program.

This dum test/sample program is a derivative of the basicClient program, however
it has been modified to subscribe to the dialog-info+xml event package.  Notifies
containing dialog-info+xml bodies are displayed in the log output, and a couple of
additional features are available for testing:
1.  Pressing 'a' toggles 'auto-answer' for incoming calls off/on.
2.  Pressing 'h' toggles the hold state on/off for any active calls.
3.  Pressing 'j' sends an INVITE with Join header to the first dialog in the dialog-info+xml events
4.  Pressing 'p' sends an INVITE with Replaces header to the first dialog in the dialog-info+xml events
2021-07-07 13:46:02 -04:00
Scott Godin
958aaecb25 -fixed up VS2019 solutions and project files to find and link with contrib projects from contrib folder 2020-10-09 12:30:47 -04:00
Ben Walden
b1c7e3dc75 Add Visual Studio 2019 project files for reTurn 2020-08-23 01:25:04 +01:00
Ben Walden
be76b10a50 Fix some issue compiling with Visual Studio 16.7.0 and tidy up Visual Studio 16 project files 2020-08-22 23:14:11 +01:00
Ben Walden
221d79728f Add Visual Studio 2019 project files 2020-07-31 21:49:30 +01:00