Search found 6 matches

by CharlesKwon
Tue Jun 30, 2020 9:02 pm
Forum: mod_harbour
Topic: Error: Variable does not exist operation: HPP
Replies: 1
Views: 510

Re: Error: Variable does not exist operation: HPP

This issue already closed.

I just upgrade modules from https://github.com/FiveTechSoft/mod_harbour/releases
and Done!

Thanks all.

Charles Kwon.
by CharlesKwon
Tue Jun 30, 2020 8:35 pm
Forum: mod_harbour
Topic: Error: Variable does not exist operation: HPP
Replies: 1
Views: 510

Error: Variable does not exist operation: HPP

Hello, I tried to mod_harbour (64bit) on Apache24 with Windows 10. But, I got an error like following even very simple code. function Main()    ?? "Harbour power" return nil   Error: Variable does not exist operation: HPP called from: ..\source\exec.prg, EXECUTE, line: 23 What's wrong with...
by CharlesKwon
Sat Jan 12, 2019 2:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Add some functions for Tensorflow
Replies: 5
Views: 2370

Re: Add some functions for Tensorflow

Hello Richard, I already add a Tensorflow graph browser^^ function Main()    local oTF  := TensorFlow():New()    LOCAL nOp    LOCAL nCounter := 0    LOCAL nPos := 1    LOCAL nOld := 0    LOCAL aInfo := {}    LOCAL aGraphInfo := {}    oTF:ImportGraph( "graph.pb" )    WHILE .T.        nOp :=...
by CharlesKwon
Fri Jan 11, 2019 5:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Add some functions for Tensorflow
Replies: 5
Views: 2370

Add some functions for Tensorflow

Hello. I adding some functions/method for Tensoflow for Fivewin like following.^^ METHOD GraphNextOperation( nPos ) DLL FUNCTION TF_GraphNextOperation( hGraph AS LONG, @nPos AS LONG ) AS LONG LIB hDLL DLL FUNCTION TF_OperationName( hOperation AS LONG ) AS LPSTR LIB hDLL DLL FUNCTION TF_OperationOpTy...
by CharlesKwon
Sun Nov 23, 2014 10:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: My First 64bit transparent window
Replies: 2
Views: 515

My First 64bit transparent window

Today I succeed port a part of my transparent window class with Fivewin 64.

Fivewin64 bit power!

Regards,
Charles Kwon

1.Target image for transparent.
Image

2.Dr_ZWin'll make a transparent window or dialog
Image
by CharlesKwon
Sun Nov 02, 2014 8:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: dialog:move( ntop,nleft,nwidth,nheight)
Replies: 9
Views: 1527

Re: dialog:move( ntop,nleft,nwidth,nheight)

In my case, I use GetRect() method for save a pre-postions.