Search found 55 matches: bypass

Return to advanced search

Re: Also for Image

... -out jpeg -o result_%.jpg file.tga creates a file named result_file.jpg Note for windows users: in batch files you must write %% instead of %. To bypass this problem, you can use a nconvert script instead of a batch file. You can control nconvert with a script, performing multiple sets of conversions ...
by ukoenig
Sat Oct 05, 2013 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for Image
Replies: 5
Views: 1969

New FTDN July/Julio 2013 (FWH 13.07)

... at the left side as samples/test2003.prg does). Thats why we implemented in that test2003.prg example the functions WinRun() and NoGPF() to bypass the GPF. Now it is fine and the functions WinRun() and NoGPF() for those cases are no longer needed. * Fix: After the above fix, we were able ...
by Antonio Linares
Tue Jul 30, 2013 11:06 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2013 (FWH 13.07)
Replies: 1
Views: 2452

Re: bug SQLRDD, xHarbour and BCC 5.8.2

Kokoo,

Many thanks for sharing your solution with all :-)

I really enjoy when someone is able to bypass a limitation, even if his code is not the best implementation. But it shows creativity and the wish to solve problems, very good :-)
by Antonio Linares
Wed Jun 19, 2013 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug SQLRDD, xHarbour and BCC 5.8.2
Replies: 19
Views: 6001

Re: MSVS 2012

... ::lDoInsert := .f. // ::RetrieveDayEvents( aParms[ 1 ], aParms[2] ) ::RetrieveDayEvents( aParms[ 2 ], aParms[3] ) ::lDoInsert := .T. // Bypass the InsertEvent Method because we put the data in here. // Case Event == "DblClick" Case Event == "-601" if ::oCalex:ViewType() ...
by Richard Chidiak
Wed May 22, 2013 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15099

Re: Protection

Hi Carlos.
You're system cannot works in multi user environment.
And in standalone situation, if you want to bypass the protection for using the files, the simplest way
is to kill the application when is running. So you can use the files without the protection.
Massimo
by Massimo Linossi
Thu Apr 18, 2013 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protection
Replies: 11
Views: 1721

progress bar

... : 10/11/12 // Use : Assemble Q:\data folder and file information // for millcerts local aFolders local nFol_len local nOffset := 3 // set at 3 to bypass . & .. parent <dir> local nIndex := 1 local cFol_nam local nFol_max local aSub_Fldr local nSub_max := 0 local nSub_index := 3 // set ...
by brewster
Fri Jan 25, 2013 2:02 pm
 
Forum: FiveWin for CA-Clipper
Topic: progress bar
Replies: 2
Views: 3049

Re: Chinese characters in FWH

Ni Hao :D

so is there a way to bypass that unicode effect?

Regards,

John.
by John
Mon Nov 26, 2012 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Chinese characters in FWH
Replies: 20
Views: 3651

Re: avoid debuggers/cracking

Hi Felix,

I am looking the solution to protect/compress/offuscate the .exe, not the system to handle the registration (we have this system already).

The problem is that the tool should be updated (searching Arnadillo shows tutorials to bypass it) and well tested,
by lucasdebeltran
Wed Aug 08, 2012 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: avoid debuggers/cracking
Replies: 20
Views: 3661

Re: avoid debuggers/cracking

... others is that sometimes the user can´t start the program. Felix, Thank yoiu very much. I saw it is from 2005. Crackers shoukd have learned how to bypass it. When I tested UPX, I experience that in some PCS I could not open the program, so I quit it. Have you experienced this behaviour?.
by lucasdebeltran
Wed Aug 08, 2012 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: avoid debuggers/cracking
Replies: 20
Views: 3661

Re: Yoda's Protector

Felix,

Thank yoiu very much.

I saw it is from 2005.

Crackers shoukd have learned how to bypass it.

When I tested UPX, I experience that in some PCS I could not open the program, so I quit it.

Have you experienced this behaviour?.

Thanks.
by lucasdebeltran
Wed Aug 08, 2012 11:05 am
 
Forum: Utilities / Utilidades
Topic: Yoda's Protector
Replies: 5
Views: 1801

Re: Bad Email Dreams ...

... you can use the Outlook object model directly . The only problem with that is the security pop-up. You can get a free utility (mapilabs) that can bypass the security pop-up, but the Outlook object model is much slower than other approaches. Quick example without error checking. #define olMailItem ...
by Gale FORd
Mon May 14, 2012 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 19234

Re: Bad Email Dreams ...

... emails going through their system, so they block direct connections to other servers. Some providers have an alternative port that allows us to bypass it, but others I believe block the return even on the alternate port. Consequently we get no response from the server ( some locations ) and ...
by TimStone
Mon May 14, 2012 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 19234

Re: WBrowse changes the current file record by itself

you can use debug function for bypass the focus in controls. dbwin32.exe or dbgview.exe function main()   ?KDSDebug( version() )returnFUNCTION KDSDebug( xVal, lReturn )   DEFAULT lReturn ...
by carlos vargas
Mon Feb 06, 2012 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3208

tMultiget and bLostFocus problem

... then when the bLostFocus is evaluated the new get value is not still assigned different from FWH Oct 2009 where the get was assigned. I tried to bypass the problem with oGet:Assign() after the bLostFocus is evaluated but this method is not available in tMultiget class. Any ideas ? Thanks in advance.
by Marco Turco
Wed Jan 12, 2011 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tMultiget and bLostFocus problem
Replies: 4
Views: 793

[xBrowse] - Implementing picklist

Basically what I want to do is bypass the validation done in current column and set focus to the next column. It'd be easier to understand using a self-contained example that I'm attaching below. Here's the steps to show you what I mean: ...
by hua
Fri Dec 04, 2009 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [xBrowse] - Implementing picklist
Replies: 6
Views: 1152
PreviousNext

Return to advanced search