BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Dropped Out of College to Pursue Web Dev and Life Pursuits in General
WinGecko - Getting Started Empty4/7/2024, 2:34 pm by SnB@BWH

» Bully Made It Into a BIG Video 400K Views
WinGecko - Getting Started Empty4/7/2024, 6:58 am by Bully@WiiPlaza

» Wii Play Tanks
WinGecko - Getting Started Empty3/24/2024, 2:46 pm by helpmeout

» [Bypass Paywalls] (Global) @magnolia1234 - GitLab
WinGecko - Getting Started Empty3/18/2024, 3:55 am by Seth@WiiPlaza

» [Download] Mary Shelley's Frankenhole
WinGecko - Getting Started Empty3/16/2024, 8:29 am by Seth@WiiPlaza

» Completely Custom Modded Controllers (Undetectable)
WinGecko - Getting Started Empty3/5/2024, 1:55 pm by Shadow@BWH

» (Zombies) Drink perks code?
WinGecko - Getting Started Empty3/5/2024, 1:24 pm by Shadow@BWH

» Die Rückkehr zu STEAM und WARFACE
WinGecko - Getting Started Empty3/2/2024, 3:54 am by Seth@WiiPlaza

» First person hand model change?
WinGecko - Getting Started Empty2/28/2024, 4:53 am by Ad3lamac611

» {RELEASE} Field Raider Firefox v1.72 by Seth@WiiPlaza
WinGecko - Getting Started Empty2/21/2024, 8:52 am by naxil

Search
 
 

Display results as :
 


Rechercher Advanced Search

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

WinGecko - Getting Started

Go down  Message [Page 1 of 1]

1Download WinGecko - Getting Started 8/27/2021, 9:43 am

Bully@WiiPlaza

Bully@WiiPlaza
 
 

To get started with using WinGecko, you firstly need to download the WinGecko server package.

Note:
The download links will be released at a later time. Wink

Next, you need to extract the archive. You can run the WinGecko server by e.g. starting it with the C# WinGecko client. You will see how this is easily done below. cheers

Next, you also need to download a client package. Currently, only a C# package is planned to be provided so in the following we will go through the development setup using Visual Studio for C# development.


  • Download Visual Studio 2019 (or later) for Windows
  • Make sure you have .NET Framework installed
  • Clone the WinGecko CSharp client example from GitHub:
    WinGecko - Getting Started Clone_10

    WinGecko - Getting Started Clone_11
  • After cloning, double click the WinGeckoCSharpClientExample.sln file to load the solution. Then, open the Programs.cs file:

    WinGecko - Getting Started After_10

    WinGecko - Getting Started Wingec10
    Note: The example code may differ due to updates/improvements.

  • Since the WinGecko DLL is not resolved, we need to add it as a reference:

    WinGecko - Getting Started Add_re10

    WinGecko - Getting Started Browse10

    WinGecko - Getting Started Wingec11
    Note: For C# public method/field documentation, make sure to keep the WinGeckoCSharp.xml in the same directory as the WinGeckoCSharp.DLL.
  • Now you will see that WinGecko is successfully resolved. Next, put the file path to your WinGeckoServer.exe into the code respectively:

    WinGecko - Getting Started Wingec12

  • Click "Start" in Visual Studio and observe how a CMD window opens which prints the server details of WinGecko:

    WinGecko - Getting Started Start_10

    WinGecko - Getting Started Wingec14


  • Congrats, you successfully started and compiled a WinGecko C# client
    Now you're ready to develop more advanced clients using the vast variety of WinGecko features.
    Use Visual Studio's auto completion feature on the WinGeckoClient class to see which methods etc. are available. thumbsup


If you have any problem with this setup or you think I missing some important piece of information, let me know. Thanks for reading. ubergeek


_________________
WinGecko - Getting Started YBjg74I

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum