Jump to content

[Python 3.7.1] Unresolved external symbol


Recommended Posts

Hello everyone! I'm working on source to change the python lib from 2.2 to 3.7.1!
Now i have changed every single deprecated function and checked if the function return the same result and until now everything is ok!

Now i can't understand why visual studio give me the external symbol error. This is 1 of 40 errors:

GameLib.lib(MapOutdoor.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CScreenFilter::SetBlendType(char,char)" (?SetBlendType@CScreenFilter@@QAEXDD@Z)

 

and this is where the function is called

m_ScreenFilter.SetBlendType((char)mc_pEnvironmentData->byFilteringAlphaSrc, (char)mc_pEnvironmentData->byFilteringAlphaDest);

 

anyone have idea about this problem?

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.