❔ Not sure what this error means, i'm new to c#

Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol "class FrameX::Application * __cdecl FrameX::CreateApplication(void)" (?CreateApplication@FrameX@@YAPEAVApplication@1@XZ) referenced in function main FrameX C:\Dev\FrameX\FrameX\FrameX.obj 1
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol "class FrameX::Application * __cdecl FrameX::CreateApplication(void)" (?CreateApplication@FrameX@@YAPEAVApplication@1@XZ) referenced in function main FrameX C:\Dev\FrameX\FrameX\FrameX.obj 1
Can someone please help? I'm following the Cherno's game engine tutorial. If you need some of my code i'll gladly send it over
9 Replies
Possible Panda
Possible PandaOP16mo ago
here's the CreateApplication code:
FrameX::Application* FrameX::CreateApplication()
{
return new Sandbox();
}
FrameX::Application* FrameX::CreateApplication()
{
return new Sandbox();
}
Buddy
Buddy16mo ago
Note that this is not a C++ discord, please go here. $cpp
MODiX
MODiX16mo ago
We're partnered with Together C & C++, check them out here: https://discord.gg/vnyVmAE
Possible Panda
Possible PandaOP16mo ago
oh crap lmao I forgot totally 😂
Buddy
Buddy16mo ago
C# and C++ are two entirely different languages
Possible Panda
Possible PandaOP16mo ago
thats mb lol yeah I know my brain just decided not to work mb
Buddy
Buddy16mo ago
blobthumbsup
Possible Panda
Possible PandaOP16mo ago
for some reason I thought I was coding in C# 😂 I've been doing a lot of c# today lol
Accord
Accord16mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server