Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

How convert Blinker *.lnk to xHarbour xlink
hi everyone,

How can convert Blinker  *.lnk to xHarbour xlink commandfile
Please example.

Thanks,



Report this thread to moderator Post Follow-up to this message
Old Post
Srecko
08-17-04 01:55 PM


Re: How convert Blinker *.lnk to xHarbour xlink
> How can convert Blinker  *.lnk to xHarbour xlink commandfile
> Please example.

xBuild is a visual environment that supports drag and drop, just drag all
sources onto xBuild and click the "Build Now" button.

In the alternate you may convert blinker files as follow:

----------------------------------
FILE Object1, Object2, ObjectN
----------------------------------

will become

[Object1.prg]
[Object2.prg]
[ObjectN.prg]

and:

----------------------
LIB Lib1, Lib2, LibN
----------------------

will become:

[Lib1.lib]
[Lib2.lib]
[LibN.lib]

I strongly recommend using xBuild UI to specify a project.

Ron



Report this thread to moderator Post Follow-up to this message
Old Post
Ron Pinkas
08-17-04 08:55 PM


Re: How convert Blinker *.lnk to xHarbour xlink
Is there a non-GUI way to do this as well, where it can be done (and later
scripted) on the commandline?

"Ron Pinkas" <Ron@remove-this.xharbour.com> wrote in message
news:bQpUc.9902$yh.3083@fed1read05... 
>
> xBuild is a visual environment that supports drag and drop, just drag all
> sources onto xBuild and click the "Build Now" button.
>
> In the alternate you may convert blinker files as follow:
>
> ----------------------------------
> FILE Object1, Object2, ObjectN
> ----------------------------------
>
> will become
>
> [Object1.prg]
> [Object2.prg]
> [ObjectN.prg]
>
> and:
>
> ----------------------
>  LIB Lib1, Lib2, LibN
> ----------------------
>
> will become:
>
> [Lib1.lib]
> [Lib2.lib]
> [LibN.lib]
>
> I strongly recommend using xBuild UI to specify a project.
>
> Ron
>
>



Report this thread to moderator Post Follow-up to this message
Old Post
Halim A. Issa
08-19-04 08:55 PM


Re: How convert Blinker *.lnk to xHarbour xlink
> Is there a non-GUI way to do this as well, where it can be done (and later
> scripted) on the commandline?

Absolutely. xBuild has full command line interface, i.e.

xBuild MyApp.exe source\main.prg source\*.prg source\c\*.c
MyKib1.lib -dMYDEFINE;MYOTHERDEFINE -oObjTargetFolder -iMyIncludeFolder;Othe
rIncludeFolder

etc. etc.

Type xBuild -? for help screen

Ron



Report this thread to moderator Post Follow-up to this message
Old Post
Ron Pinkas
08-19-04 08:55 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Clipper archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 04:47 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.