Giter Club home page Giter Club logo

ultravncasdll's Introduction

Error: NASM not found
Fix  : copy all exe etc "c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\"

Error: 1>c:\projecten_it\3rd party tools\ultravnc_src\winvnc\winvnc\hidedesktop.cpp(42): fatal error C1083: Cannot open include file: 'atlbase.h': No such file or directory
Fix  : add some dirs to project -> Properties -> Configuration -> VC++ Directories -> Include Directories:
c:\Projecten_IT\3rd Party Tools\Microsoft Platform SDK for Windows Server 2003 R2\Include\atl
c:\Projecten_IT\3rd Party Tools\Microsoft Platform SDK for Windows Server 2003 R2\Include\mfc

Error: 1>ldapauthnt4.rc(10): fatal error RC1015: cannot open include file 'afxres.h'.
Fix  : add some dirs to project -> Properties -> Configuration -> VC++ Directories -> Include Directories:
c:\Projecten_IT\3rd Party Tools\Microsoft Platform SDK for Windows Server 2003 R2\Include\mfc\

ultravncasdll's People

Contributors

andremussche avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ultravncasdll's Issues

Will this work in Windows 10?

I am interested in using this in my application, but it needs to run in Windows 10, and Windows Server 2010. I know it has been a while since there was a code commit so I thought I would ask how current it is.

I did change WinVnc Server PortNumber but not working.

Hello.
Sorry for my poor English.

I want change WinVnc server port number 5900 to 15900 or another port.

ex)
props.PortNumber := 15900;

I did change delphi source code and compiled it.
but it didn't working on port 15900. just working on port 5900.
I can't solve this problem.

Please help me.

Thank you.

UltraVncAsDll / DelphiLoader / MainForm.pas

procedure TForm1.actStartExecute(Sender: TObject);
var
props: TvncPropertiesStruct;
pollprops: TvncPropertiesPollStruct;
begin
//create
TVncServerAsDll.WinVNCDll_CreateServer;

//setup
FillChar(props, SizeOf(props), 0);
TVncServerAsDll.WinVNCDll_GetProperties(@props);
//note: properties are default or loaded from "ultravnc.ini"
//we set some minimal values to allow local testing (in case of default values)
props.AllowLoopback := 1;
props.PortNumber := 15900; //<---- Change PortNumber but not changed. just working by port 5900.
props.password := 'test';
props.password_view := 'guest';

Port for Delphi 7

Hello.
I've tried to port it to Delphi 7, but by some reason I can not pass the Init.
VNC_Server.zip

Please if it is not much of a trouble to advice what could be the issue.

vncserver.dll

hi,which project to generate the vncserver.dll,i can not find the vncserver.dll,but your release dir has this file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.