You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
Hi, sorry to bother you...
I'm new into developing Custom Mods for BDS and have a question: I started as described in your Wiki and now i have all the header files and libs that are needed. (Compiler doesn't grumble about missing headers, etc.)
But then building the MinimalModTemplate example i get 56 "code"-errors (everywhere in the include dirs).
E.g.: identifier was expected in SyncedActorData.h:15
Btw I'm using VS2017 (should i use 19?) on Win10 and I've added std=c++17, after i found out that 11 was the default.
I really like your project and would like to start developing Custom Mods 👍 :)
Maybe you can help me out here.
Sincerely
thecrafterjt from Germany
The text was updated successfully, but these errors were encountered:
Hi, sorry to bother you...
I'm new into developing Custom Mods for BDS and have a question: I started as described in your Wiki and now i have all the header files and libs that are needed. (Compiler doesn't grumble about missing headers, etc.)
But then building the MinimalModTemplate example i get 56 "code"-errors (everywhere in the include dirs).
E.g.: identifier was expected in SyncedActorData.h:15
Btw I'm using VS2017 (should i use 19?) on Win10 and I've added std=c++17, after i found out that 11 was the default.
I really like your project and would like to start developing Custom Mods 👍 :)
Maybe you can help me out here.
Sincerely
thecrafterjt from Germany
The text was updated successfully, but these errors were encountered: