All times are UTC+01:00




Post new topic  Reply to topic  [ 11 posts ]  Go to page Previous 1 2
Author Message
PostPosted: Thu Jan 04, 2018 6:10 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11185
Ok. This doesn't make any sense. I spent all day tracing down the cause of this. And, it turns out to be caused by the change in the VendorName.

Old code:
Code:
bool AStereoTool::getVendorString (char* text)
{
	vst_strncpy (text, "Hans van Zutphen", kVstMaxVendorStrLen);
	return true;
}
New code:
Code:
bool AStereoTool::getVendorString (char* text)
{
	vst_strncpy (text, "Thimeo Audio Technology B.V.", kVstMaxVendorStrLen);
	return true;
}
It doesn't make any sense that a program would respond to this name. At all.

Renaming the .dll to vst_stereo_tool2.dll and detecting it again fixed the issue. Grrrr.... This took me all day :( :( :(


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 11 posts ]  Go to page Previous 1 2

All times are UTC+01:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited