IE
Re: IE
hi,
Antonio have made a "Wrapper" for FiveWin from WebView2 which is the "Engine" of EDGE
you need to download "MicrosoftEdgeWebview2Setup.exe"
you have to search in FiveWin Forum for BCC ".Lib" while i use HMG and MinGW ".a"
as i only have run some Demo under HMG i can tell you more, sorry
Antonio have made a "Wrapper" for FiveWin from WebView2 which is the "Engine" of EDGE
you need to download "MicrosoftEdgeWebview2Setup.exe"
you have to search in FiveWin Forum for BCC ".Lib" while i use HMG and MinGW ".a"
as i only have run some Demo under HMG i can tell you more, sorry
greeting,
Jimmy
Jimmy
Re: IE
I read the topic Using WebView with Borland !!!
viewtopic.php?f=3&t=41143&hilit=Webview2&start=75
There Antonio shows the usage webview.dll
#include "hbdyn.ch "
plib := hb_LibLoad( "webview.dll" ).
Only I didn't understand how to compile
viewtopic.php?f=3&t=41143&hilit=Webview2&start=75
There Antonio shows the usage webview.dll
#include "hbdyn.ch "
plib := hb_LibLoad( "webview.dll" ).
Only I didn't understand how to compile
- Antonio Linares
- Site Admin
- Posts: 42520
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
Re: IE
Dear Natter,
What issues do you have to compile it ?
Please post here the output ? Do you get errors ?
What issues do you have to compile it ?
Please post here the output ? Do you get errors ?
- Antonio Linares
- Site Admin
- Posts: 42520
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
Re: IE
Dear Natter,
First you have to download and install this:
https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
Second, you have to download this webview.dll:
https://github.com/FiveTechSoft/FWH_tools/blob/master/webview.zip
Working example:
viewtopic.php?p=248148&sid=de65bf49536f575693b46c9b8767215d#p248148
You can use Borland or MSVC to build it. Whatever you prefer
First you have to download and install this:
https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
Second, you have to download this webview.dll:
https://github.com/FiveTechSoft/FWH_tools/blob/master/webview.zip
Working example:
viewtopic.php?p=248148&sid=de65bf49536f575693b46c9b8767215d#p248148
You can use Borland or MSVC to build it. Whatever you prefer
Re: IE
Edited: Fixed in the previous post
When I try to go to this address, I get a 404 error
https://github.com/webview/webview/tree/master/dll/x86
When I try to go to this address, I get a 404 error
https://github.com/webview/webview/tree/master/dll/x86
- Antonio Linares
- Site Admin
- Posts: 42520
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
Re: IE
Please download it from here:
https://github.com/FiveTechSoft/FWH_tools/blob/master/webview.zip
https://github.com/FiveTechSoft/FWH_tools/blob/master/webview.zip
- Antonio Linares
- Site Admin
- Posts: 42520
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
Re: IE
First of all, is it working fine for you ?
Next, please explain what you need with more detail, thanks
Next, please explain what you need with more detail, thanks
Re: IE
Installed Microsoft.WebView 2.Fixed Version Run time.101.0.1210.53.x86
Downloaded an example. Example works well.
Reassembled webview.prg (BCC7, FWH2012, 32)
When starting, an empty window appears for 3 seconds. Then the program closes without an error. (I tried both under Harbour and under xHarbor)
Downloaded an example. Example works well.
Reassembled webview.prg (BCC7, FWH2012, 32)
When starting, an empty window appears for 3 seconds. Then the program closes without an error. (I tried both under Harbour and under xHarbor)