diff --git a/libs/libdingaling/libdingaling.vcproj b/libs/libdingaling/libdingaling.vcproj
index 33fc3b5bea..f20b263bc7 100644
--- a/libs/libdingaling/libdingaling.vcproj
+++ b/libs/libdingaling/libdingaling.vcproj
@@ -304,10 +304,6 @@
RelativePath=".\src\libdingaling.c"
>
-
-
-
-
address;
for(x = 0; x < 4 ; x++) {
- i[x] = atoi(p);
+ i[x] = (uint8_t)atoi(p);
if ((p = strchr(p, '.'))) {
p++;
} else {
diff --git a/w32/vsnet/FreeSwitchCore.vcproj b/w32/vsnet/FreeSwitchCore.vcproj
index 5b69721847..b50cf42b62 100644
--- a/w32/vsnet/FreeSwitchCore.vcproj
+++ b/w32/vsnet/FreeSwitchCore.vcproj
@@ -239,6 +239,10 @@
RelativePath="..\..\src\switch_rtp.c"
>
+
+
@@ -317,6 +321,10 @@
RelativePath="..\..\src\include\switch_sqlite.h"
>
+
+
diff --git a/w32/vsnet/GetLibs.vbs b/w32/vsnet/GetLibs.vbs
index 25ed7ae498..9c7fd13855 100644
--- a/w32/vsnet/GetLibs.vbs
+++ b/w32/vsnet/GetLibs.vbs
@@ -178,7 +178,6 @@ End If
If BuildModDingaling Then
BuildLibs_iksemel BuildDebug, BuildRelease
- BuildLibs_jrtplib BuildDebug, BuildRelease
End If
If BuildModIaxChan Then