• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

UWP: fatal error LNK1120

Greetings,

im trying to compile using UWP to put a game on the windows 10 store.

i am receving the following error when i attempt to compile using the YYC Module.

the problem seems to reside in "public: static struct SYYStackTrace * SYYStackTrace::s_pStart" but do not recognize that this is.

the error block is below, if anyone has an idea what might be causing this please help.

Thank you.

Code:
Creating library C:\Users\[REDACTED]\Documents\GameMaker\Cache\[REDACTED]\Default\Scripts\WinUAPSolution\Win32\Release\[REDACTED][REDACTED].lib and object C:\Users\[REDACTED]\Documents\GameMaker\Cache\[REDACTED]\Default\Scripts\WinUAPSolution\Win32\Release\[REDACTED]\[REDACTED].exp

gml_Script_iapBuy.gml.obj : error LNK2001: unresolved external symbol "public: static struct SYYStackTrace * SYYStackTrace::s_pStart" (?s_pStart@SYYStackTrace@@2PAU1@A) [C:\Users\[REDACTED]\Documents\GameMaker\Cache\[REDACTED]\Default\Scripts\WinUAPSolution\[REDACTED].vcxproj]

C:\Users\[REDACTED]\Documents\GameMaker\Cache\[REDACTED]\Default\Scripts\WinUAPSolution\Win32\Release\[REDACTED]\[REDACTED].dll : fatal error LNK1120: 1 unresolved externals [C:\Users\[REDACTED]\Documents\GameMaker\Cache\[REDACTED]\Default\Scripts\WinUAPSolution\[REDACTED].vcxproj]
Create finished: 12:08:26 PM
 
Last edited:
Top