Thread: IPlug - Youlean
View Single Post
Old 02-21-2018, 02:58 PM   #345
Guod3
Human being with feelings
 
Guod3's Avatar
 
Join Date: Jan 2008
Posts: 506
Default

I've bought my plugin code into the project and made the various changes to my source.
It builds o.k but falls over in execution with
Code:
An unhandled exception was encountered during a user callback.
as a VST2.

It seems be in the formation of the plugin window. In the standalone App the debugger throws the exception in Lice_Blit() in the second line:
Code:
 RECT sr={0,0,src->getWidth(),src->getHeight()};
Not being familiar with the new platform I thought I'd ask about any usual adaptations necessary when migrating to Youlean (beyond just getting the project to build by resolving the type changes mentioned at the very top of this thread...)
Guod3 is offline   Reply With Quote