New FWH 11.07
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 11.07
Antonio,
Error: Unresolved External: GetModuleFileNameExA
What to do?
Error: Unresolved External: GetModuleFileNameExA
What to do?
- Daniel Garcia-Gil
- Posts: 2365
- Joined: Wed Nov 02, 2005 11:46 pm
- Location: Isla de Margarita
- Contact:
Re: New FWH 11.07
Hello
add borland lib, psapi.lib
add borland lib, psapi.lib
our best documentation is the source code
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
Re: New FWH 11.07
Thanks Daniel! The overpainting says in 11/7 now ok! But the static says (..only defined in the RC-file) are not transparent on colored dialogs. See the texts on: http://byte-one.com/say.jpg
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: New FWH 11.07
Were they transparent in 11.06?byte-one wrote:Thanks Daniel! The overpainting says in 11/7 now ok! But the static says (..only defined in the RC-file) are not transparent on colored dialogs. See the texts on: http://byte-one.com/say.jpg
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: New FWH 11.07
Yes, where transparent!
Re: New FWH 11.07
Rao ,
I confirm the problem
Maurizio
I confirm the problem
Maurizio
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 11.07
Günther, Maurizio,
How are you coloring your dialog ? Please post an example. This code is working fine:
How are you coloring your dialog ? Please post an example. This code is working fine:
Code: Select all
#include "FiveWin.ch"
function Main()
local oDlg
DEFINE DIALOG oDlg COLOR "W+/B"
@ 2, 2 SAY "Hello world!" TRANSPARENT
ACTIVATE DIALOG oDlg CENTERED
return nil
Re: New FWH 11.07
Antonio, only the static texts come from the RC-file are not transparent! -> http://byte-one.com/say.jpg
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 11.07
Günther,
I have already seen your screenshot.
How do you color the dialog ? Could you please post a small and self contained example ? thanks
I have already seen your screenshot.
How do you color the dialog ? Could you please post a small and self contained example ? thanks
Re: New FWH 11.07
Antonio,
you cann try my example at :
http://forums.fivetechsupport.com/viewt ... =3&t=21947
Regards Maurizio
you cann try my example at :
http://forums.fivetechsupport.com/viewt ... =3&t=21947
Regards Maurizio
Re: New FWH 11.07
I colored the dialog with DEFINE DIALOG .... COLOR or also with DEFINE DIALOG .... BRUSH. Its the same result.How do you color the dialog ?
In the RC-file a text is defined z.B. as
Code: Select all
RTEXT "Text", -1, 10, 10, 16, 8
Re: New FWH 11.07
Daniel,
Why the error with MSVC and since I don't use Borland, how is that fixed.
Why the error with MSVC and since I don't use Borland, how is that fixed.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
- Daniel Garcia-Gil
- Posts: 2365
- Joined: Wed Nov 02, 2005 11:46 pm
- Location: Isla de Margarita
- Contact:
Re: New FWH 11.07
Hello Tim
is the same library...
is the same library...
our best documentation is the source code
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
Re: New FWH 11.07
Daniel,
I do not use, and I do not have, the Borland files !
We are working hard to get this running with MSVC 10, a modern compiler.
Tim
I do not use, and I do not have, the Borland files !
We are working hard to get this running with MSVC 10, a modern compiler.
Tim
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019