Hi
cadthread.h needs to be added to the winvnc project
Search found 3 matches
- 2019-10-14 11:33
- Forum: Developer discussions (mainly user-mode)
- Topic: r1245
- Replies: 1
- Views: 35932
- 2019-09-18 16:08
- Forum: Developer discussions (mainly user-mode)
- Topic: Problem vncviewer V1238
- Replies: 1
- Views: 34966
Problem vncviewer V1238
This still doesn't work
sprintf_s(fname, "%.15s-%d.vnc", tmphost, (disp > 0 && disp < 100) ? disp : port);
The problem is that I use a Dynamic DNS to find the IP address of my home system when accessing from the internet e.g
myaccountname.mynetgear.com:16925
Why limit the name size to 15 chars ...
sprintf_s(fname, "%.15s-%d.vnc", tmphost, (disp > 0 && disp < 100) ? disp : port);
The problem is that I use a Dynamic DNS to find the IP address of my home system when accessing from the internet e.g
myaccountname.mynetgear.com:16925
Why limit the name size to 15 chars ...
- 2019-09-18 14:42
- Forum: Developer discussions (mainly user-mode)
- Topic: Compiling v1238
- Replies: 1
- Views: 36423
Compiling v1238
winvnc
Where are the definitions for the mysterious functions strncpy_s that only takes 3 parameters and lstrcpy_s These are used variously in genclientservercontext.cpp, authssp.cpp, workgrpdomnt4.cpp
Where are the definitions for the mysterious functions strncpy_s that only takes 3 parameters and lstrcpy_s These are used variously in genclientservercontext.cpp, authssp.cpp, workgrpdomnt4.cpp