From: Eric B. <er...@go...> - 2007-12-17 16:16:40
|
Colin Adams wrote: > I'm getting a whole lot of errors, such as: > gestalt49.c > s:\user_nt\c4\gestalt\trunk\gestalt\gestalt.h(6317) : error C2059: > syntax error : '}' I don't think that it is related to using Boehm. The generated code looks like that: /* Struct for type expanded EPX_FTP_COMMANDS */ struct S1079 { }; It looks like class EPX_FTP_COMMANDS has no attributes, and apparently an empty struct is not allowed in C. If this is indeed the case then I should add a dummy field in the struct in that case. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |