Print Topic - Archive

XBLite Forum  /  General Programming Discussion  /  getting started after installation
Posted by: Idbeageniusificouldjustfixthis, August 12, 2008, 6:21pm
hi.

i have just installed the xblite program (the package with everything, i think) and i cant figure out where to find the program that lets me start coding. could i get some help here please?
Posted by: 17 (Guest), August 12, 2008, 8:07pm; Reply: 1
In my setup, I installed xblite in folder C:\xblite.

The xblite editor is C:\xblite\bin\xsed.exe. Create a shortcut to it in your desktop and execute it.

Create a new file by clicking button "New File" in XSed's tool bar, Use menu option "Code/Template Code/New Console Program".  Compile it by F9 (save when asked this skeleton say in C:\xblite\myprogs\abc\abc.x), link it by F10 and run it by F10.

Your program should open a console window saying "Press Enter to quit >". Press Enter as requested and stop the execution of your first console program.

If this does not work, something is wrong in your installation.

Hope this helps! Guy
Posted by: Idbeageniusificouldjustfixthis, August 14, 2008, 12:07am; Reply: 2
thanks in fact, i just for some reason did not find the "xsed" icon.
Print page generated: February 5, 2012, 2:44pm