Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Unicode compile error code-completion plugin oktober 4th

<< < (2/3) > >>

mandrav:
That's what _U() expands to...
I 'll say it again: this code worked fine. I just moved it to another file and now it doesn't?

David Perfors:
Strange, the solution of Rick works.... :? But couldn't the code moved back? What was the reason to move it to here?

mandrav:
Previously, the cache serialization was done by the parser (which keeps the tokens).
Now each token serializes itself so the functions to read/write from/to file, needed to be moved in the header.
Anyway, merely moving a function around shouldn't make it not-compilable, especially since all the needed headers are #included...

rickg22:
Yes, very weird. Maybe because it's included in a header, somehow the macro expansion doesn't work.

David Perfors:
Shall I commit the change? or should we look for another solution? (if there is one..)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version