Search found 996 matches: folders

Return to advanced search

Re: Silvo .. could you post your latest xMAte env for BCC770 ?

... bad configuration of bcc7's cfg files Let me start by saying that I have a folder in c:\ called "Work" and in this I have all the other folders as you can see in this image https://i.postimg.cc/R0pWVqKy/work.png you must set all *. cfg files Ilink32.cfg -L"c:\Work\bcc7\lib";"c:\Work\bcc7\lib\psdk" ...
by Silvio.Falconi
Sat Apr 27, 2024 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. could you post your latest xMAte env for BCC770 ?
Replies: 6
Views: 364

Re: BCC770 and uuid.lib can not find using xMate

I had the same error, you have to set the folders in the ilink32 and bcc7 cfg files, there is a thread in this forum where I explain what to do
by Silvio.Falconi
Fri Apr 26, 2024 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC770 and uuid.lib can not find using xMate
Replies: 5
Views: 146

Re: BCC770 and uuid.lib can not find using xMate

Enrico

The quick, down and dirty solution was to put uuid.lib in my default program folder .. not a great solution .. hate to put any libs in my program folders ..

Thanks
Rick Lipkin
by Rick Lipkin
Thu Apr 25, 2024 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC770 and uuid.lib can not find using xMate
Replies: 5
Views: 146

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... our \fwh\lib\ folder 3. errmsg.sys: language specific err messages. Required to be kept in some folder. This file is not readily available in FWH folders. If you installed dolhpin, you may file it in dolphin folders or in some mysql installation folders. If you do not find it on your disk, .. ...
by nageswaragunupudi
Tue Apr 23, 2024 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 10351

Re: Help to friends to Config Xmate with bcc7.7

... I have the habour libs on original lib folder https://i.postimg.cc/cLWXMbdM/klib.png on "errori" folder I put my test folders you can see "/j%HOME%\I18n\Main.hil" this is a oldest configuration bcause I used hil language harbour system you must set on bcc7\bin ...
by Silvio.Falconi
Wed Apr 17, 2024 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 259

Help to friends to Config Xmate with bcc7.7

... there was a bad configuration on cfg files of bccc7 I state I have in a folder called WORK the harbor, bcc7,fwh,PellesC,xmate then I use another folders as prg and errors bcc32.cfg -I"c:\Work\bcc7\include";"c:\Work\bcc7\include\windows\crtl";"c:\Work\bcc7\include\dinkumware";"c:\Work\bcc7\include\windows\crtl";"c:\Work\bcc7\include\windows\sdk";"c:\Work\bcc7\include\windows\sdk\atl"-L"c:\Work\bcc7\lib";"c:\Work\bcc7\lib\psdk" ...
by Silvio.Falconi
Mon Apr 15, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 259

Cómo desactivar/activar un Folder (FOLDEREX) ?

Saludos al foro:

En un dialogo con varios folders (FOLDEREX), como puedo desactivar/activar uno de
los folder?

Saludos
by Armando
Tue Feb 20, 2024 3:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo desactivar/activar un Folder (FOLDEREX) ?
Replies: 2
Views: 143

Re: RC to PRG generator

... arise. In my case, I often give the dialogs unique names, especially if I will have multiple ones on the same screen. For example, when using folders, I have a master dialog, and each folder has its own dialog. So, you may wish to include an option to assign a name for the dialog that will ...
by TimStone
Mon Feb 12, 2024 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1245

Re: link between PRG and RC

... UESTUDIO in our company ... i hope this was your question and i thank you for your patience :-) i was so eager to start so i just copied all the folders that seemed necessary to me from my sister´s computer. now i have for example - FWH folder - HB30 folder and some more and i also installed ...
by Ruth
Tue Jan 30, 2024 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1800

Re: link between PRG and RC

... a general rule, the better you organize and structure your project, the easier it will be to mantain it. This can be easily achieved using child folders from a parent folder. This is a good structure to use: Folder MyApp + Folder source + Folder include + Folder lib (if you are using third party ...
by Antonio Linares
Mon Jan 29, 2024 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1800

Re: Creating table with Trichedit

... you find at the beginning of this topic I am forced to create a file for each table, because it makes a mistake, for example if a user has six folders I have to create six tables in a single rtf and not six files different because then I would have difficulty printing them https://i.postimg.cc/bwtG9BNG/test.png ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1504

Re: "Save As" dialog box

cGetDir( cTitle, [cInitDir] ) shows only folders without files. I need the files of the folder to be visible, but without the possibility of selection
by Natter
Sat Jan 27, 2024 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1857

Necesito ayuda con este xbrowse

... crear la base de datos en un servidor mysql y cambiar los datos de acceso en el tconexion.prg. gracias. https://drive.google.com/drive/folders/1tLJg5tSLglw44aMvoKzNaG0j57i3tx-M?usp=sharing
by goosfancito
Tue Jan 23, 2024 10:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito ayuda con este xbrowse
Replies: 4
Views: 274

file ID in the Windows file system

... Volume Shadow Copy Service. **Path:** While not a unique identifier in the strictest sense, the full path of a file (combining the drive letter, folders, and filename) is typically unique and used by humans and programs to uniquely identify files in many contexts. However, two different files ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 640

Back after 10 years due to illness [ Javier Lloris ]

... At the end I will put where you can download the programs and classes. Descargar: Download: https://drive.google.com/drive/u/0/folders/1T6rLQMmPU87iSa7gwooBdnQ7Qx1l3_un Imagen: Images: https://i.postimg.cc/Qt9Q377D/preproducir4.jpg En una semana mas o menos publicaré ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 395
Next

Return to advanced search

cron