Hi Brany, You can't mix debug plugins with a release version of Nuke under windows due to differences in the crt between debug and release.
I would suggest building a release version with debug info which should work ok. Regards, Peter. On Mon, Nov 26, 2012 at 1:21 PM, Brany <[email protected]>wrote: > ** > Hi, > > I'm trying to debug my fileReader plug-in. Whey I try to set some metadata > of my file format on nuke, it crashes (only debugging, not at normal > running). > > > myReader::myReader( Read* r ) : Reader( r ) > { > ... > > _meta.setData( "VERSION_PLUGIN", PLUGIN_VERSION ); > > ... > } > > Maybe in have to set some compiler flag in VS2010? I'm using the VS2010 > project delivered with the nuke 7 beta as a reference. > > _______________________________________________ > Nuke-dev mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev > >
_______________________________________________ Nuke-dev mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev
