Thanks for the reply.
Do you mean the C code generated is used to build the Ring extensions during run time??
because saying ,
"Ring code doesn't generate any C code."
Is not true because I opened that C file, that is generated.
--
---
You received this message because you are subscribed to the Google Groups "The Ring Programming Language" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ring-lang+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ring-lang/a8cc9cde-d712-49b0-a576-b8fabb8f70ccn%40googlegroups.com.
Thanks Ilir,
For clarification.
Tim
To view this discussion visit https://groups.google.com/d/msgid/ring-lang/0d25012f-ca72-43a2-ac25-bcbce7d65ce4n%40googlegroups.com.
Hallo, revisited this today, the ring documention, talks about the [options] such as -keep and -geo.
The simple code (test.ring) used loads guilib.ring only, using option - keep
It avails a test.c, which managed to compile with gcc to get test.exe.
Running test.exe (I put ring.dll in same folder ) gives errors related to Qt5. not being present (isn't this strange, ie Qt errors when you have only guilib.ring)
Any way, test.exe runs (without problems) when put in .../bin
@Mahmoud had suggested MonoRing earlier, as if it doesn't work with guilib.ring.
N.B the main issue why I even made this post in the first place was (I could not get a functional .exe using ring2EXE -static because of missing c compiler, yet machine had gcc, and tcc) that's why I wanted .c file (to do the compiling myself, I don't know if this is advisable or a nice workaround)
Tim
--
---
You received this message because you are subscribed to the Google Groups "The Ring Programming Language" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ring-lang+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ring-lang/eee5978a-ed23-4d09-95a3-eb67aa0dd2d1n%40googlegroups.com.