Hello All,
I'm currently working on GIMP# development, and the plug-ins so generated under Windows use the .exe file format. In such a way, we're forced to use the Microsoft .NET platform but, for debuggining purposes, we'd want to use the Mono platform: this can be accomplished using the command
I'm currently working on GIMP# development, and the plug-ins so generated under Windows use the .exe file format. In such a way, we're forced to use the Microsoft .NET platform but, for debuggining purposes, we'd want to use the Mono platform: this can be accomplished using the command
mono <pluginname> "$@"
Under Linux it can be done writing a proper script file invoking the plug-in, but is it possible to do the same under Win32 using a batch file ? If so, could you please write me in which way I should invoke it ?
Thanks,
Regards,
Max
_______________________________________________ Gimp-developer mailing list Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer