Search found 65 matches: illegal

Return to advanced search

Re: Strange characters going from FWH to Outlook FWH 13.10

... need those special characters to put into official documents, I just can't replace them. Names for instance without those special signs, would be illegal for the court. Antonio, no solution yet? What changed from FWH 13.07 to 13.10? To my opinion it must be related to some changes in FWH 13.10. ...
by driessen
Fri Dec 15, 2023 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3776

Re: how to use Member pszText, cx & Co from LVCOLUMN Structure

next Problem Error E2096 LVREPORT.prg 636: Illegal structure operation in function HB_FUN_LV_DISPINFO Error E2096 LVREPORT.prg 641: Illegal structure operation in function HB_FUN_LV_DISPINFO 634│HB_FUNC( LV_DISPINFO )635│{636│   UINT ...
by Jimmy
Tue Oct 18, 2022 1:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to use Member pszText, cx & Co from LVCOLUMN Structure
Replies: 5
Views: 267

Re: illegal copy protection

Moises,

Sorry for the delay ... I run Win 10 using Parallels on an iMac and once again it has "gone down" due to an error ... and it takes the system days to fix itself.

I'll give the example when I get access again.

Tim
by TimStone
Sat Jan 23, 2021 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 1017

Re: illegal copy protection

Thank you very much Tim.

Please could you share the function you use to download the files over the internet?
by MOISES
Fri Jan 22, 2021 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 1017

Re: illegal copy protection

I have a small program that runs on their server ( or primary ) computer. It cycles every 3 hours. It reaches out to my server and downloads a "data" file that tells it if there are any updates, and also includes a very compressed file of their license data. In addition, after midnight, it...
by TimStone
Thu Jan 21, 2021 11:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 1017

Re: illegal copy protection

Timm,

Please can you share how you do the upgrade? Antivirus usually block this kind of actions.

Thank you very much.
by MOISES
Thu Jan 21, 2021 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 1017

Re: illegal copy protection

I don't want to deal with hardware ties because people get new computers and then I have to give them new ID's. Also, I provide my program as networkable and don't charge extra per workstation. My clients print invoices and other data for their clients, so their name, address, and phone appear on th...
by TimStone
Thu Jan 21, 2021 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 1017

Re: illegal copy protection

damianodec
Contactame rguardadof gmail dot com
nota: non parlo italiano
by ricardog
Thu Jan 21, 2021 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 1017

Re: illegal copy protection

the key that works only on that pc is the value of GetNetCardID()[ 1 ]
by Antonio Linares
Wed Dec 30, 2020 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 1017

Re: illegal copy protection

thank you Antonio,
my customers download pgm from www site and I'd like to send them the key that works only on that pc.
by damianodec
Wed Dec 30, 2020 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 1017

Re: illegal copy protection

Damiano, You identify the netcard id of the computer where you are going to install it: ? GetNetCardID()[ 1 ] then you modify your PRG this way: if GetNetCardID()[ 1 ] != "THE_NETCARDID_OF_THE_PC" // use here the value you got above MsgStop( "not authorized installation" ) quit e...
by Antonio Linares
Wed Dec 30, 2020 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 1017

illegal copy protection

hi,
I'd like to protect my app.exe builded by FWH from illegal copy.
is there any FWH function?
have I to use others 3rd part program?
how do you protect your pgm?

thank you.
by damianodec
Wed Dec 30, 2020 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 1017

Re: Windows 11 2020

... be careful to install unknown things. :? < http://www.window11updates.com/ > this is private and not Microsoft :!: even it would work it is illegal ONLY Microsoft can offer updates. https://www.microsoft.com/de-de/windows/ http://www.pflegeplus.com/IMAGES/Win10a.jpg regards Uwe
by ukoenig
Tue Jan 07, 2020 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 2020
Replies: 18
Views: 4661

Re: To James Bott - Error Using TData

... very much but the question comes spontaneously if the operator cancels the entry and the Id on sysfile.dbf increases by +1 I will then have an illegal list of invoices with non-progressive numbers is this normal? for me it's a crazy shit
by Silvio.Falconi
Wed May 29, 2019 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5228

Re: Need CURL syntax with fivewin using HBCURL LIB?

... 69 /* permission problem on server */ #define HB_CURLE_REMOTE_DISK_FULL 70 /* out of disk space on server */ #define HB_CURLE_TFTP_ILLEGAL 71 /* Illegal TFTP operation */ #define HB_CURLE_TFTP_UNKNOWNID 72 /* Unknown transfer ID */ #define HB_CURLE_REMOTE_FILE_EXISTS 73 /* File already exists ...
by ADutheil
Tue Nov 01, 2016 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need CURL syntax with fivewin using HBCURL LIB?
Replies: 10
Views: 4848
Next

Return to advanced search