Search found 84 matches: compact

Return to advanced search

Re: ¿Qué tan seguro es un .EXE Harbour?

Master Enrico, how did you compact your .EXE using PECOMPACT, like this? Maestro Enrico, ¿cómo compactaste tu .EXE usando PECOMPACT, así? C:\PECOMPACT\PEC2 /NB /EMP:Y /TM:Y /CR:Y /MC MYPROGRAM.Exe  I don't remember but I wish to repeat ...
by Enrico Maria Giordano
Tue Nov 22, 2022 3:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Qué tan seguro es un .EXE Harbour?
Replies: 14
Views: 1244

Re: ¿Qué tan seguro es un .EXE Harbour?

Master Enrico, how did you compact your .EXE using PECOMPACT, like this?

Maestro Enrico, ¿cómo compactaste tu .EXE usando PECOMPACT, así?

Code: Select all  Expand view

C:\PECOMPACT\PEC2 /NB /EMP:Y /TM:Y /CR:Y /MC MYPROGRAM.Exe
 


Regards, saludos.
by karinha
Tue Nov 22, 2022 1:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Qué tan seguro es un .EXE Harbour?
Replies: 14
Views: 1244

Re: Harbour warnings

... (.xbx) /g<type> output type generated is <type> (see below) /gc[<type>] output type: C source (.c) (default) <type>: 0=compact 1=normal 2=verbose (default) 3=generate real C code /go output type: Platform dependant object module /gh output type: Harbour Portable Object ...
by hmpaquito
Fri Jun 24, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2336

Re: Using WebView with Borland !!!

hi, i need an visual studio 2019 or 2022 compact, i use in external ssd drive, i dont install all vs in computer, someone has it? only bin, lib and include?

thanks
by Admpss
Wed Feb 16, 2022 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7706

Re: Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0

Dear Rick Try with this                oCn := FW_OpenAdoConnection( ;                     AllTrim( cFolderDatab ) + AllTrim( cFileTarget ) )           ...
by cnavarro
Thu Jun 04, 2020 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0
Replies: 2
Views: 545

Re: Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0

To All Anyone know how to translate this to FWH ? Thanks Rick Lipkin Set reference to "Microsoft Office 12.0 Access database Engine".Now you can use the following code to compress your ACCDB File.Public Sub TestCompact()    Dim acc As New DAO.DBEngine       acc.CompactDatabase &quo...
by Rick Lipkin
Thu Jun 04, 2020 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0
Replies: 2
Views: 545

Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0

To All I have upgraded all my Ms Access .Mdb 2003 tables to MS Access 2007 .Accdb. For the most part the transition was to load the Ace Client and a simple connection string change .. however, it appears you can not use the JRO object with the ACE client .. cSource1  := cDEFA+"\Service.acc...
by Rick Lipkin
Tue Jun 02, 2020 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0
Replies: 2
Views: 545

Re: OS Error Access Denied to execute App.exe

Are you using UPX.EXE to compact?
by karinha
Wed Jun 19, 2019 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OS Error Access Denied to execute App.exe
Replies: 6
Views: 750

Re: Declareing locals

local aTemp := {}

is equivalent to

local aTemp
aTemp = {}

The advantage is that the first form is more compact, I presume.

EMG
by Enrico Maria Giordano
Wed May 01, 2019 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Declareing locals
Replies: 10
Views: 892

AADD not working with GETS

... This is really a shame since the code changes from a compact, few-liner program, to a huge horrible monster. Is there something that can be done in the version or code? FWH 18.07 Emiliano Llano Díaz
by ellano
Sat Feb 02, 2019 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AADD not working with GETS
Replies: 14
Views: 1843

Re: Server vs Notebook as Server for FW programms

... 10 times more than Carles mentioned. ROI of a local server notebook would be within 8 month. Lifetime saving of the notebook as server would be a compact car. How can a hardware dealer participate on the sells. Do dealers get a discount. Best regards, Otto
by Otto
Thu Jun 07, 2018 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 16888

Re: FwSavePreviewToPdf

... that generated the report? We very eagerly look forward to any advice and guidance from experts as to how to convert meta files to pdf, with compact size and quality comparable to MS Word.
by nageswaragunupudi
Sat May 12, 2018 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 5459

Re: Mr. Rao's samples collection.

... ONCE and sub-codes are added to the main-number. Missing numbers inside the order means that there is NO code defined. The solution creates a very compact import-result http://www.service-fivewin.de/IMAGES/Forum78.jpg regards Uwe :D
by ukoenig
Fri Mar 16, 2018 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20847

Re: libharu

... you run into trouble. The library is _FAST_, has no external dependencies like pdf printers or OCX, just add the provided dll's, and produces very compact pdfs. It also makes some optimizations for you. If you put the same image in several points in your pdf, the library is smart enough to include ...
by Carlos Mora
Tue Feb 27, 2018 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libharu
Replies: 8
Views: 1916

Re: Mr. Rao's samples collection for Xbrowse

Marc, I added another screenshot to the post above to show how it works. to make a sample compact, I included more than 1 solution to a sample. inside the forum I still have to search for intresting samples. The project-browser shows the PRG and the FUNCTION that makes ...
by ukoenig
Thu Jan 25, 2018 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20847
Next

Return to advanced search