# GFN-Link **Repository Path**: mirrors_NVIDIA/GFN-Link ## Basic Information - **Project Name**: GFN-Link - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## The GFNLink SDK package includes the following GFNLink Copyright © 2013-2015 NVIDIA Corporation. All rights reserved. See [Wiki for more detailed help](https://github.com/NVIDIA/GFN-Link/wiki) ### GFNLinkSDK\dll Win32 (x86) and x64 GFN.dlls This dll needs to be placed next to your game executable in order to enable communication with the GRID backend. ### #GFNLinkSDK\include C (.h) and C++ (.hpp) header files your application will need to include in order to access the GRIDLink API. ### GFNLinkSDK\lib GFNLink static library files, built with various build configurations. - **GFNLinkMD.lib** - Uses MultiThreadedDll CRT linkage - **GFNLinkMT.lib** - Uses MultiThreaded CRT linkage ### GFNLinkSDK\props GFNLink props files to include in your application; Adding this will automatically set up include and lib paths. - Use **GFNLinkSDK.props** if you're using MultiThreadedDll CRT linkage - Use **GFNLinkSDKMT.props** if you're using MultiThreaded CRT linkage ### GFNLinkSDK\stubs Stub files you can add to your application in order to meet the minimal integration requirements. You should fill in these stubs with calls into your application in order to implement the required functionality. - Use C Stubs for C style calls - Use C++ Stubs for C++ style calls - Use .NET Stubs for C#/.NET ## Samples - **SampleCApplication** - illustrates a minimal C implementation - **SampleCPPApplication** - illustrates a minimal C++ implementation - **SampleCPPGUIApplication** - illustrates a C++ implementation with a GUI interface - **SampleCSharpApplication** - illustrates a minimal C# implementation