Visual Studio Errors

Discussion in 'Technical Discussion' started by Quantico, Jun 24, 2018.

  1. Quantico

    Quantico Boxer

    Joined:
    Mar 23, 2018
    Messages:
    17
    Likes Received:
    19
    After following the uwp guide, Im getting these 3 errors creating a package , anyone knows how to fix it?
    Thanks

    1>core.lib(PTServices.obj) : error LNK2001: unresolved external symbol "long __stdcall __winRT::__getActivationFactoryByPCWSTR(void const *,class Platform::Guid &,void * *)" (?__getActivationFactoryByPCWSTR@__winRT@@YGJPBXAAVGuid@Platform@@PAPAX@Z)
    1>core.lib(PTStore.obj) : error LNK2001: unresolved external symbol "long __stdcall __winRT::__getActivationFactoryByPCWSTR(void const *,class Platform::Guid &,void * *)" (?__getActivationFactoryByPCWSTR@__winRT@@YGJPBXAAVGuid@Platform@@PAPAX@Z)
    1>core.lib(PTAdVungle.obj) : error LNK2001: unresolved external symbol "long __stdcall __winRT::__getActivationFactoryByPCWSTR(void const *,class Platform::Guid &,void * *)" (?__getActivationFactoryByPCWSTR@__winRT@@YGJPBXAAVGuid@Platform@@PAPAX@Z)
    1>C:\WORX\QUANTICRAIN\SYNTHESIS\BBDOC\SYNTHWIN\uwp\Release\BBPlayer\BBPlayer.exe : fatal error LNK1120: 1 unresolved externals
     
    itzonator likes this.
  2. Catothebasterd

    Catothebasterd Boxer

    Joined:
    Oct 1, 2018
    Messages:
    5
    Likes Received:
    1
    im having the same issue
     
  3. Halim Santoso

    Halim Santoso Boxer

    Joined:
    Aug 19, 2018
    Messages:
    6
    Likes Received:
    0
    same as me got this error too. i hope anyone can help us for this error
     

    Attached Files:

  4. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    Isn't that weird, I am getting the EXACT same error as the guys above?

    Used:
    BuildBox 2.3.6 for export to Windows
    OS: Windows 10 Pro
    Microsoft Visual Studio 2015 Community Update 3

    So basically when export for Windows without messing around with the code, build failed. Are we using the correct version of Visual Studio to build the exported game? @NikRudenko

    It basically says, "This project is out of date, do you want to build it: BBPlayer - Release Win32"? YES / NO / Cancel. When hit "YES" the build errors are as above.

    This is regardless if I generated the test certificate in project or not.
     
    Last edited: Oct 30, 2018

Share This Page