Re: The libxlsxwriter library

new topic     » goto parent     » topic index » view thread      » older message » newer message
ghaberek said...
andi49 said...

it works great using memstruct, but i can't get it to work with eu4.0 maybe a setup problem on my side.
i have not testet with 4.1 without memstruct.

Curious. What problem are you having? Maybe I or someone else here can help if you need.

The Parser seems to crash on dot ntotation even if it is in a ifdef ... end ifdef.
(on EU4.0.6 from the repo compiled with Watcom)

commenting out the lines works. like this:

ifdef MEMSTRUCT then 
		 
		--atom worksheets = workbook.lxw_workbook.worksheets 
		--atom next = worksheets.stailq_head.stqh_first 
		 
		while next != NULL do 
			result = append( result, next ) 
		--	next = next.lxw_worksheet.list_pointers.stqe_next 
		end while 
		 
	elsedef 

The same is true for Eu4.1 from the repo (tip) compiled with gcc 4.9.2

Andreas

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu