search for: docfield

Displaying 1 result from an estimated 1 matches for "docfield".

Did you mean: cfield
2006 Aug 15
2
Windows build with Visual Studio 2005 - some success
...uired for VS2005 to generate compatible dlls): $(DLLIB): $(DEFFILE) $(OBJS) @-$(RM) $@ $(LDSHARED) -Fe$(@) $(OBJS) $(LIBS) $(LOCAL_LIBS) $(DLDFLAGS) mt.exe -outputresource:$(DLLIB);2 -manifest $(DLLIB).manifest 4. ran nmake in ext dir: index_rw.c(192) : error C2275: ''DocField'' : illegal use of this type as an expression VC also does not like statements before declarations. Changed index.rw (lines 190-192) to: DocField **fields = doc->df_arr, *field; text_buf[MAX_WORD_SIZE - 1] = ''\0''; 5. nmake again. Lots of variations on the theme: C:\Pr...