Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

1SCDLL.dll in C# Application

Developers may discuss here
Post Reply
ali_spindler
Posts: 2
Joined: 2012-04-23 14:20

1SCDLL.dll in C# Application

Post by ali_spindler »

Hello @ all,

i´m writing on a Software to connect to other Computers about the pchelpware dll´s.

But when i trie to open a Server with the 1SCDLL.dll i get a Exception.
Here´s my code:

Code: Select all

[DllImport   ("1SCDLL.dll")]
        public static extern void Start_server( string strID, 
                                                string strRepeaterAddr,
                                                string Hostname, 
                                                int intPort, 
                                                string strPasswd,
                                                bool blProxy
                                               );
Do anyone know if it´s possible to import the dll´s into c#?

Greetings Ali
Post Reply