Re: Compilation Error: app_procs.c
>> After grabbing the Dia module fresh from CVS, I was unable to compile >> the code due to errors in apps/app_procs.c: >> > Only a small typo, fix just commited to cvs ... I am still encountering related errors: app_procs.c: In function `do_convert': app_procs.c:246: warning: passing arg 4 of pointer to function discards qualifiers from pointer target type app_procs.c: In function `app_init': app_procs.c:489: error: `poptCtx' undeclared (first use in this function) app_procs.c:489: error: (Each undeclared identifier is reported only once app_procs.c:489: error: for each function it appears in.) app_procs.c:533: warning: passing arg 1 of `set_message_func' from incompatible pointer type app_procs.c: In function `app_exit': app_procs.c:678: warning: too many arguments for format >From a brief look at the source code, I suspect that on line 489 poptCtx ought to be "context" instead. I went ahead and tried that out and it appears to compile. ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.gnome.org/projects/dia/faq.html Main page at http://www.gnome.org/projects/dia
StdProps and Collections
Do the standard property dialogs for programmed objects offer any support for collections (as with the UML attributes, for example)? As I understand it, Dia's UML objects are not considered good examples for creating new objects. However, the UMLClass object is the only example I have found that includes properties which are collections (again like the UML Attributes or Operations). Is a custom dialog necessary to support (unusual) collections properties. ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.gnome.org/projects/dia/faq.html Main page at http://www.gnome.org/projects/dia
SQL Plugin
>From searches I have seen evidence of past work on SQL plugins for Dia. Unfortunately I'm still not sure whether any of these plugins has ever been publicly released -- in any form (useable or not). I'm looking into the possibility of creating a SQL object set for Dia that would be compatible with an external code generation tool, tedia2sql (http://tedia2sql.tigris.org). Cheers, Mike ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.gnome.org/projects/dia/faq.html Main page at http://www.gnome.org/projects/dia