About Store Forum Documentation Contact



Post Reply 
Error connected with 'db' function in Input
Author Message
Harton Offline
Member

Post: #1
Error connected with 'db' function in Input
I use struct EE::Input and function db(). When I compile code everything is ok but when I link my code with EsenthelEngine.lib, Visual throws error:
Code:
error LNK2001: unresolved external symbol "public: bool __thiscall EE::Input::db(void)" (?db@Input@EE@@QAE_NXZ)
05-05-2011 02:39 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Error connected with 'db' function in Input
thanks, this will be added in next sdk
05-05-2011 02:43 PM
Find all posts by this user Quote this message in a reply
Post Reply