|
3 registered members (AndrewAMD, Grant, Neb),
908
guests, and 6
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Question about runtime-includes and folders
#390573
01/02/12 13:20
01/02/12 13:20
|
Joined: Mar 2008
Posts: 2,247 Baden Württemberg, Germany
Espér
OP
Expert
|
OP
Expert
Joined: Mar 2008
Posts: 2,247
Baden Württemberg, Germany
|
hi there.. i've just a little question and i don't know how difficult it is: 1.) Is there a Way to include Scripts at runtime. Like 'txt_for_dir' to read all *.c filenames, and include them into the running Applikation', so engine_getscript is finding them? 2.) Any idea how to create a Folder? Like folder_create or so? hoping for help 
|
|
|
Re: Question about runtime-includes and folders
[Re: Espér]
#390575
01/02/12 13:55
01/02/12 13:55
|
Joined: Apr 2007
Posts: 3,751 Canada
WretchedSid
Expert
|
Expert
Joined: Apr 2007
Posts: 3,751
Canada
|
1) No, thats not possible. You had to dynamically compile and link them which is way beyond what normal compilers and linkers do. 2) WinAPI
Shitlord by trade and passion. Graphics programmer at Laminar Research. I write blog posts at feresignum.com
|
|
|
Re: Question about runtime-includes and folders
[Re: Espér]
#390581
01/02/12 14:27
01/02/12 14:27
|
Joined: Apr 2007
Posts: 3,751 Canada
WretchedSid
Expert
|
Expert
Joined: Apr 2007
Posts: 3,751
Canada
|
1) Write your own scripting language, you can find enough material about this on the internet. 2) Why isn't this helping? It does exactly what you want.
Shitlord by trade and passion. Graphics programmer at Laminar Research. I write blog posts at feresignum.com
|
|
|
Re: Question about runtime-includes and folders
[Re: WretchedSid]
#390583
01/02/12 14:51
01/02/12 14:51
|
Joined: Mar 2008
Posts: 2,247 Baden Württemberg, Germany
Espér
OP
Expert
|
OP
Expert
Joined: Mar 2008
Posts: 2,247
Baden Württemberg, Germany
|
2) if you can tell me how to use WinAPI with lite-c (i know how to use it with RGSS/Ruby.. but no other language)^^"
Last edited by Espér; 01/02/12 14:55.
|
|
|
Re: Question about runtime-includes and folders
[Re: Espér]
#390590
01/02/12 16:13
01/02/12 16:13
|
Joined: Apr 2007
Posts: 3,751 Canada
WretchedSid
Expert
|
Expert
Joined: Apr 2007
Posts: 3,751
Canada
|
Uhm... just use it? Include the appropriate header and use the function?
Shitlord by trade and passion. Graphics programmer at Laminar Research. I write blog posts at feresignum.com
|
|
|
Re: Question about runtime-includes and folders
[Re: Espér]
#390600
01/02/12 19:28
01/02/12 19:28
|
Joined: Oct 2004
Posts: 897 Lgh
rojart
User
|
User
Joined: Oct 2004
Posts: 897
Lgh
|
2) if you can tell me how to use WinAPI with lite-c (i know how to use it with RGSS/Ruby.. but no other language)^^" Just take a look here.
|
|
|
|