This issue already closed.
I just upgrade modules from https://github.com/FiveTechSoft/mod_harbour/releases
and Done!
Thanks all.
Charles Kwon.
Search found 6 matches
- Tue Jun 30, 2020 9:02 pm
- Forum: mod_harbour
- Topic: Error: Variable does not exist operation: HPP
- Replies: 1
- Views: 535
- Tue Jun 30, 2020 8:35 pm
- Forum: mod_harbour
- Topic: Error: Variable does not exist operation: HPP
- Replies: 1
- Views: 535
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...
- Sat Jan 12, 2019 2:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Add some functions for Tensorflow
- Replies: 5
- Views: 2390
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 :=...
- Fri Jan 11, 2019 5:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Add some functions for Tensorflow
- Replies: 5
- Views: 2390
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...
- Sun Nov 23, 2014 10:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: My First 64bit transparent window
- Replies: 2
- Views: 529
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.
2.Dr_ZWin'll make a transparent window or dialog
Fivewin64 bit power!
Regards,
Charles Kwon
1.Target image for transparent.
2.Dr_ZWin'll make a transparent window or dialog
- Sun Nov 02, 2014 8:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: dialog:move( ntop,nleft,nwidth,nheight)
- Replies: 9
- Views: 1556
Re: dialog:move( ntop,nleft,nwidth,nheight)
In my case, I use GetRect() method for save a pre-postions.