Help request: Linker error coming from entry.o #2776
-
Hi everyone, I have been wanting to try out bgfx for a while now and have gone through the usual build process all okay. However, now that I come to try compile a simple main.cpp with all the release libraries linked, I run into a linker error which says the following.
I can see that this is one of the bgfx libraries complaining, but i'm not sure what I can do fix it as it doesn't seem to need any links to external frameworks. I'm sure this is just me being foolish so I posted it here rather than in the issues section. Please don't hesitate to ask for more information if needed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You're missing bgfx/examples/00-helloworld/helloworld.cpp Lines 132 to 137 in f6e0db1 |
Beta Was this translation helpful? Give feedback.
You're missing
ENTRY_IMPLEMENT_MAIN
:bgfx/examples/00-helloworld/helloworld.cpp
Lines 132 to 137 in f6e0db1