- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have a problem with vm_time_sleep, vm_time_get_tick, ... etc. functions in the vm.lib. It always gives me LNK 2019, unresolved Externa symbol. I am sure vm.lib is included. I also found these functions are also used in some other codec .cpp files. But it only complains if these functions are used in my own functions. Anything missing setups inorder to link them?
thanks,
david
I have a problem with vm_time_sleep, vm_time_get_tick, ... etc. functions in the vm.lib. It always gives me LNK 2019, unresolved Externa symbol. I am sure vm.lib is included. I also found these functions are also used in some other codec .cpp files. But it only complains if these functions are used in my own functions. Anything missing setups inorder to link them?
thanks,
david
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Implementation of these functions are bounded by conditionals. Please make sure you defined _WIN32 under Windows or appropriate macro on other systems
Vladimir
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Vladimir Dudnik (Intel)
Implementation of these functions are bounded by conditionals. Please make sure you defined _WIN32 under Windows or appropriate macro on other systems
Vladimir
Vladimir
Hi Vladimir,
I have checked that _Win32 macro is defined. I'm under Win32 paltform.
Any other things that I might have missed?
Thank you,
david.tac
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page