How to reference a .fx via ebuild-build?

Hello :slight_smile:

I have successfully created a 70KB malloc.h (just for testing HI) and I want to learn how to use your ebuild-tool, which is very nicely for cmd usage as I found, but I run into an error, when I want to try my “c_rtl.fx” which is in the same solder as the project.elements, the error is: " Unknown namespace “c_rtl” in uses list [C:\Users\Phoenix\Desktop\TEST\test\Program.pas (3)]"

Could you show me, how to add a reference to the .fx when build via ebuild?

The best regards

Shpend

Just as you would reference anything else, add a Reference to it to your project…

thx for the fast response, but I want to add it via the command-line! :wink:

I search something like: ebuild project.elements --build --debug --reference c_rtl.fx

No, thats not now EBuild works. Add it as reference to your project.

Hmm, ok, thx for the response!