Search found 275 matches: commented

Return to advanced search

Re: Borland Make Utility Issues

... with the FWH test.mak file. It was dated 2009 so it is quite out of date. I had to copy the library list from the FWH 16.02 Buildx.bat file. I commented out any references to the Two.c file and the Alert.rc file which don’t exist in my sample. Here is the MAK file: #Borland make sample, (c) ...
by James Bott
Sun Apr 16, 2017 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland Make Utility Issues
Replies: 40
Views: 4257

Re: MSVC 2017 Try

Last problem commented few minutes later was solved, but still have the problem with the previous issues posted yesterday.
by Verhoven
Wed Apr 12, 2017 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC 2017 Try
Replies: 67
Views: 7799

Re: xHarbour.org updated!

... Then I got: Error combaseapi.h 283 9: Symbol PURE is already defined. Redefinition is not the same So I fix combaseapi.h line 283 (commented out). Then I got an error on resource.h that is not a known include file. EMG
by Enrico Maria Giordano
Fri Jan 27, 2017 3:33 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 38280

Re: FWH 16.12 : Display Seek values in Header Search Bar

... some problems. ***************************************************************************************************************** OK ... I have commented out much of my code, and using this, I can get a display:   REDEFINE  XBROWSE  oLBxcl ;      DATASOURCE oClients  ;      AUTOCOLS ;      ; ...
by TimStone
Mon Dec 26, 2016 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9052

Re: FWH 16.12 : Display Seek values in Header Search Bar

... since they are all inherited A dialog is created with one control ( tFolderEX ). There are two folder tabs created using child dialogs. I have commented out lSeekBar, but the problem still exists. It still has the problem. FROM THE RC // This is the main dialog:CLISVCw DIALOG 0, 0, 850, 460STYLE ...
by TimStone
Sat Dec 24, 2016 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9052

Re: FWH 16.12 : Display Seek values in Header Search Bar

Yes ... very strange. I added the logical .t. and it started. Commented out the line and the problem remains. No problem on a single dialog with no folders. I haven't added the command elsewhere so I don't know if that will create problems there. Reverting ...
by TimStone
Fri Dec 23, 2016 12:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9052

Re: Bcc72 Prsht.h resource compile error

I simply commented out these lines from the .RC:

Code: Select all  Expand view
//#include <windows.h>
//#include <commctrl.h>
//#include <richedit.h>
//#include "resource.h"


And now your sample compiles and runs fine here.

EMG
by Enrico Maria Giordano
Mon Oct 31, 2016 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Missing GET cursor for numeric in Folder

That was the standard for years on numeric fields defined in an .rc. At one point it was a requirement. I can't tell you why, but it was.

I just commented it out, and the cursor re-appeared. It has worked perfectly for at least 15 years ... very strange.
by TimStone
Sat Sep 24, 2016 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing GET cursor for numeric in Folder
Replies: 6
Views: 950

Re: Strange checkbox issue with Windows IDE

... IDE to not make the manifest, the dialog worked fine. Then I moved to the 64 bit version, and it failed, even with a 64 bit manifrest. So then I commented out the MANIFEST instruction line in the .rc and rebuilt the project. Suddenly all worked correctly. For further testing, I did the same on ...
by TimStone
Mon May 16, 2016 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange checkbox issue with Windows IDE
Replies: 13
Views: 3098

Re: Build.bat for MSVC 2015

... and a 32 bit mak file in a separate folder. That calls the 32 bit libs and it fails at exactly the same place. I did other testing where I commented out all Harbour and FWH libs, and it does link all of the windows libs without a problem. If I build these using the Visual Studio 2015 Community ...
by TimStone
Sat Apr 09, 2016 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 5562

Re: Build.bat for MSVC 2015

... bit app. It says it can't open the .lib file, not that it can't find it ( if that makes a difference ). The files are from you and dated 3/30/16 I commented that one out and tried to see what happens. The next .lib gets the same error message. So it is not happy with the .lib files ?
by TimStone
Fri Apr 08, 2016 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 5562

Re: Toast Alert vs (my) TdesktopAlert

Silvio, yes
In testoast, the example appears with the 4 types of notifications
And do not confuse Tiles with Toast

Please, Help me to complete the class
As we have commented, to the TToast class still has some things to improve
Image
by cnavarro
Sat Apr 02, 2016 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Toast Alert vs (my) TdesktopAlert
Replies: 9
Views: 2908

Re: Toast Alert vs (my) TdesktopAlert

Silvio, yes, you are right if you use style office 2007 As we have commented by mail, to the TToast class still has some things to improve Your class is very good and I like it a lot too, but, I followed these instructions There are really only 4 styles notification ...
by cnavarro
Fri Apr 01, 2016 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Toast Alert vs (my) TdesktopAlert
Replies: 9
Views: 2908

Re: BCC 7.0 64 is almost double fast as BCC 7.1 64

Enrico, Yesterday Manuel Alvarez commented me that there is a LLVM\Clang based version of BCC32 which may be much faster than BCC32: http://docwiki.embarcadero.com/RADStudio/Seattle/en/What's_New C++ Compilers New Clang-enhanced C++ Compiler ...
by Antonio Linares
Sun Mar 27, 2016 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC 7.0 64 is almost double fast as BCC 7.1 64
Replies: 18
Views: 5116

Re: Windows 10 style menus

Cristobal, I looked at the TMenu.prg and there is one significant thing I noticed. This class used to inherit from TControl, but that was commented out so now it doesn't inherit from any other class. Of course, this means that it doesn't have access to all the methods and data in TWindow and ...
by James Bott
Wed Mar 16, 2016 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 style menus
Replies: 14
Views: 4778
PreviousNext

Return to advanced search