Search found 147 matches: commander

Return to advanced search

Hunt down my functions in a project

... way of programming. (Old way is not good) Only disable a menu item will give the function also in a list when I want to convert to new way. ex. In commander is search for global " Index on" and If I could only have than the 10% functions that are needed, the conversion speeds up. Now ...
by Marc Venken
Thu Dec 27, 2018 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hunt down my functions in a project
Replies: 6
Views: 1372

Re: Invisible CDX files

Otto and Antonio, I will definitely take a look at Total Commander. I remember using it many years ago. Silvio, >a Question ...the command "set default to (cFilePath (GetModuleFileName (GetInstance ())))" >is correct or works sometimes ...
by James Bott
Mon Sep 10, 2018 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invisible CDX files
Replies: 21
Views: 3719

Re: Invisible CDX files

Otto,

+1 for Total Commander :-)
by Antonio Linares
Mon Sep 10, 2018 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invisible CDX files
Replies: 21
Views: 3719

Re: Invisible CDX files

Otto,

I have not yet tried Total Commander. I am using Win 10 File Explorer.

Here are which indexes are visible and invisible:

Visible CDSs:
Document.cdx
Work.cdx

Invisible CDXs:
Project.cdx
Type.cdx
Group.cdx
by James Bott
Sun Sep 09, 2018 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invisible CDX files
Replies: 21
Views: 3719

Re: Funciones y Bitmaps incluidos en FWH18

... los BMPs Vamos a intentar crear un índice con todas ellas que apunte a sus entradas correspondientes en el wiki de FiveTech Usando el "Total Commander" es muy sencillo hacer estas búsquedas :-)
by Antonio Linares
Thu Jul 05, 2018 6:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones y Bitmaps incluidos en FWH18
Replies: 2
Views: 632

Re: Compile Error using FW17.07, xHarbour, MSVC2015

... find a library is very easy: 1. Go to the folder where the xHarbour libraries are 2. Use a tool to search for a text in all the files. I use Total Commander for this :-) libucrt.lib(pow.obj) : warning LNK4006: __CIpow ya se definió en Fivehmx.lib(HARBOUR.obj); segunda definición ...
by teddydjohan
Wed Sep 06, 2017 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Error using FW17.07, xHarbour, MSVC2015
Replies: 9
Views: 1816

Re: Compile Error using FW17.07, xHarbour, MSVC2015

You have to link xharbour ct.lib

To find a library is very easy:

1. Go to the folder where the xHarbour libraries are

2. Use a tool to search for a text in all the files. I use Total Commander for this

:-)
by Antonio Linares
Wed Sep 06, 2017 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Error using FW17.07, xHarbour, MSVC2015
Replies: 9
Views: 1816

How to build Harbour hbcurl.lib and hbcurls.lib

... Download this curl and unzip it at c:\curl (using Total Commander you simply double click on it and drag&drop) https://bintray.com/artifact/download/vszakats/generic/curl-7.54.0-win32-mingw.7z ...
by Antonio Linares
Thu May 11, 2017 6:47 pm
 
Forum: Utilities / Utilidades
Topic: How to build Harbour hbcurl.lib and hbcurls.lib
Replies: 8
Views: 4424

Re: Funciones propias en una lib

Busca dentro de mylib.lib por _HB_FUN_ABREODBC

Puedes usar Total Commander para hacer esta búsqueda

ó este inspector de librerias de Andrés Reyes:
https://bitbucket.org/fivetech/fivewin-contributions/downloads/Explorer%20Lib-2.0-win32.exe
by Antonio Linares
Sun Jan 01, 2017 7:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones propias en una lib (Solucionado)
Replies: 48
Views: 10819

Re: Midnight Commander for OSX

Joaquín, Con macOS Sierra funciona bien. Puedes desisntalar brew asi: http://superuser.com/questions/203707/how-to-uninstall-homebrew-mac-os-x-package-manager Homebrew now provides an uninstall script located here. Just run the following in the OSX terminal: /usr/bin/ruby -e "$(curl -fsSL https...
by Antonio Linares
Fri Oct 14, 2016 10:56 am
 
Forum: Utilities / Utilidades
Topic: Midnight Commander for OSX
Replies: 10
Views: 2758

Re: Midnight Commander for OSX

Antonio, no funciona, mira el error: MacBook-Pro-de-admin:~ admin$ sudo brew install mcError: Running Homebrew as root is extremely dangerous. As Homebrew does notdrop privileges on installation you are giving all build scripts full accessto your system. As a result of the macOS sandbox not handling...
by jmartial
Fri Oct 14, 2016 9:10 am
 
Forum: Utilities / Utilidades
Topic: Midnight Commander for OSX
Replies: 10
Views: 2758

Re: Midnight Commander for OSX

Prueba asi:

sudo brew install mc

te pedirá tu contraseña
by Antonio Linares
Fri Oct 14, 2016 7:34 am
 
Forum: Utilities / Utilidades
Topic: Midnight Commander for OSX
Replies: 10
Views: 2758

Re: Midnight Commander for OSX

Antonio, Al terminar de instalar me da el siguiente error y no funciona: ==> Pouring midnight-commander-4.8.18.yosemite.bottle.tar.gzError: The `brew link` step did not complete successfullyThe formula built, but is not symlinked into /usr/localCould not symlink share/locale/be/LC_MESSAGES/mc.mo/usr/local/share/locale/be/LC_MESSAGES ...
by jmartial
Fri Oct 14, 2016 7:30 am
 
Forum: Utilities / Utilidades
Topic: Midnight Commander for OSX
Replies: 10
Views: 2758

Re: Midnight Commander for OSX

Easier way to install mc in OSX:

From the terminal:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew install mc

mc
by Antonio Linares
Wed Oct 12, 2016 7:44 pm
 
Forum: Utilities / Utilidades
Topic: Midnight Commander for OSX
Replies: 10
Views: 2758

Re: How to Install and Use the Linux Bash Shell on Windows 10

For a quick test, after running "bash", do:

sudo apt-get install mc

then type mc

and you get the "midnight commander" running :-)
by Antonio Linares
Wed Aug 24, 2016 8:43 am
 
Forum: Off Topic / Otros temas
Topic: How to Install and Use the Linux Bash Shell on Windows 10
Replies: 1
Views: 463
PreviousNext

Return to advanced search