since I update to last SDK, I have this error
error LNK2001: symbole externe non résolu "void __cdecl GetBrowserInfo(struct ModuleInfo *)" (?GetBrowserInfo@@YAXPEAUModuleInfo@@@Z)
I'm using visual studio 2013
trouble with new SDK
http://oli-lab.org
Win11 Ryzen9/32GB RAM - RME MADIFACE - SSL alpha link 4-16 - OSC capable interfaces
follow OLI_LAB adventures on Mastodon
@olivar_premier@mastodon.social
Win11 Ryzen9/32GB RAM - RME MADIFACE - SSL alpha link 4-16 - OSC capable interfaces
follow OLI_LAB adventures on Mastodon
@olivar_premier@mastodon.social
I reverted to the previous SDK version and it is not working either.
http://oli-lab.org
Win11 Ryzen9/32GB RAM - RME MADIFACE - SSL alpha link 4-16 - OSC capable interfaces
follow OLI_LAB adventures on Mastodon
@olivar_premier@mastodon.social
Win11 Ryzen9/32GB RAM - RME MADIFACE - SSL alpha link 4-16 - OSC capable interfaces
follow OLI_LAB adventures on Mastodon
@olivar_premier@mastodon.social
-
martignasse
- Site Admin
- Posts: 611
- Location: Lyon, FRANCE
- Contact:
seems like you dont provide the GetBrowserInfo globale function implementation
something like this in your module cpp file
look in sdk modules sources for examples
something like this in your module cpp file
Code: Select all
// module constants for browser info and module info
const AnsiCharPtr UserModuleBase::MODULE_NAME = "DelayArr";
const AnsiCharPtr UserModuleBase::MODULE_DESC = "Delay Array";
const AnsiCharPtr UserModuleBase::MODULE_VERSION = "2.0";
// browser info
void GetBrowserInfo(ModuleInfo* pModuleInfo)
{
pModuleInfo->Name = UserModuleBase::MODULE_NAME;
pModuleInfo->Description = UserModuleBase::MODULE_DESC;
pModuleInfo->Version = UserModuleBase::MODULE_VERSION;
}Martin FLEURENT - Usine Developer - SDK maintainer
thank you very much, it is working.

http://oli-lab.org
Win11 Ryzen9/32GB RAM - RME MADIFACE - SSL alpha link 4-16 - OSC capable interfaces
follow OLI_LAB adventures on Mastodon
@olivar_premier@mastodon.social
Win11 Ryzen9/32GB RAM - RME MADIFACE - SSL alpha link 4-16 - OSC capable interfaces
follow OLI_LAB adventures on Mastodon
@olivar_premier@mastodon.social
Who is online
Users browsing this forum: No registered users and 16 guests
