thanks charles for your reply
a) with embedding here's no problem at all.
$ FileName "tfun.exe"
'include "..\..\inc\RTL64.inc" 'to compile 64bit
'include "..\..\inc\RTL32.inc" 'to compile 32bit
'extern lib "funbasic.dll"
library "funbasic.dll"
include "funbasic.inc"
dim as sys pProgram
'====================
'EMBEDDED SOURCE CODE
'====================
bstring s 'read only. do not free
'embedfile "source.txt",s
embedfile "01-vlong.bas",s
print s
funbasic_run("01-vlong.bas",s)
print "ok!"
b) my idea was to create with oxygen a DLL where's to create an exe for my interpreter, something like a module, where I can load this feature to create exe/dll by loading this module from my "funbasic interpreter" project. but my knowledge about that is still low.
oxygen is very powerful and open for new adventures, I like that
thanks. best regards, frank