Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
LibraryBackend_Win.cpp File Reference

Windows-specific dynamic library handling implementation. More...

#include "RType/Assert.hpp"
#include "LibraryBackend.hpp"
#include <system_error>
#include <windows.h>
Include dependency graph for LibraryBackend_Win.cpp:

Go to the source code of this file.

Namespaces

namespace  rtp
 
namespace  rtp::sys
 
namespace  rtp::sys::impl
 

Detailed Description

Windows-specific dynamic library handling implementation.

Author
Robin Toillon

Implements dynamic library operations using Windows API functions LoadLibraryA, GetProcAddress, and FreeLibrary. Provides error handling using GetLastError for Windows systems.

Definition in file LibraryBackend_Win.cpp.