MeineZ / BMSessionPlugin

BakkesMod Rocket League plugin to keep track of and display your current session stats per playlist. It shows your current MMR (Match Making Rating) gain/loss, wins, losses and your current win/loss streak.
7 stars 1 forks source link

Unresolved External Symbol #1

Closed Komak57 closed 4 years ago

Komak57 commented 4 years ago

Getting a large collection of errors like Unresolved external symbol "declspec(dllimport) public: ..." when attempting to compile this project. All source appears to be bug-free, compiling Releast/x86, Bakkesmod SDK added as includes from both the GitHub installed version, and the BakkesMod installed version. I'm assuming this has something to do with the compiler settings, but I can't find a solution as to why.

Visual Studio 2017 v15.9.22 Visual Studio 2019 v16.5.4

This code was compiled as both the start of my own plugin, and as the original source from the original solution in the github. The errors following are from the plugin BMDiscord, which are identical to the source compile errors except for file names.

Severity Code Description Project File Line Suppression State

Komak57 commented 4 years ago

Solved. The current BakkesMod SDK runs on x64, not x86. Compiling accordingly resolves the external symbol errors.

MeineZ commented 4 years ago

Ah yes, sorry for my late response! I hope my project helps you out a little! :)