Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
mtdew3q is currently offline  mtdew3q
Messages: 181
Registered: July 2010
Location: Upstate, NY (near Canada)
Experienced Member

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);
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to compile non C/C++ files in an U++ project
Next Topic: Debugging mouse over popup need to be improved
Goto Forum:
  


Current Time: Wed Apr 24 04:47:08 CEST 2024

Total time taken to generate the page: 0.02967 seconds