Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » how to compile source files and create shared lib.
Re: how to compile source files and create shared lib. [message #44645 is a reply to message #44644] |
Mon, 04 May 2015 07:13   |
|
Hi-
I followed the link to the macro. I kind of get the mini scripting language. I couldn't figure out after I create the macro where to put the .usc file and how to execute it though.
Where is the common or local directory? I think they are bound to a key combination... right?
For i.e. this code goes in .usc file but how to execute it? Thanks for elaborating!
macro "Insert current date" {
s = [];
tm = GetSysTime();
s << to_string(tm.year) << "-" << to_string(tm.month) << "-" << to_string(tm.day);
.Insert(s);
}
|
|
|
Goto Forum:
Current Time: Mon Apr 28 16:59:14 CEST 2025
Total time taken to generate the page: 0.03824 seconds
|