Search found 58 matches: msc

Return to advanced search

How to combine (or use) SDK dll into Fivewin HB/XHB?

... as followings. ----------------------------------------------------------------------------------- regsvr32 KTOpenAPI.dll And and in MSC Sharp sample were as followings Main.cs using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace ...
by kim yong woo
Thu Jul 02, 2015 2:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to combine (or use) SDK dll into Fivewin HB/XHB?
Replies: 36
Views: 8216

Re: FiveWeb

... 3. Start the IIS service executing: (or simply go to "Administrative Tools", "IIS manager" ) c:\Windows\System32\inetsrv\iis.msc 4. Go to your browser and navigate to 127.0.0.1 5. Go to c:\inetpub\wwwroot\cgi\ and place your FiveWeb EXE there 6. Try to execute 127.0.0.1/cgi-bin/tutor01.exe ...
by Antonio Linares
Wed Jan 21, 2015 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16446

Re: Building Harbour + FWH apps from Visual Studio 2012

Solution found:
#if _MSC_VER < 1700 // Before Visual Studio 2012
#include <tmschema.h>
#endif

https://code.google.com/p/evita-common-lisp/source/browse/listener/winapp/precomp.h
by Antonio Linares
Wed Jul 17, 2013 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour + FWH apps from Visual Studio 2012
Replies: 40
Views: 10919

Problem with TOLEAUTO

... 14 ) ):Interior:ColorIndex := if( oSheet:Cells( nL, 13 ) = 0, Verde, Vermelho ) works with bcc but generate an error with msc and mingw.    Compiler version: Harbour 3.2.0dev (Rev. 17445)   FiveWin  Version: FWH 12.04   Error description: ...
by ADutheil
Fri Jul 06, 2012 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TOLEAUTO
Replies: 5
Views: 898

Re: Problem with Windows 7

... FWH version? for Windows 7 to be able compile/link I read recently that the latest xHB is created in Pelles C which has some difference agains MSC?? I need help
by codemaker
Thu Nov 12, 2009 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Windows 7
Replies: 35
Views: 7181

Re: Drawing PNG from Resources !!!

Hello Lailton, The H - File ( for Freeimage-Version : 3.12.0 ) April 14th, 2009 - 3.12.0 ! FreeImage now uses libPNG 1.2.35 ! FreeImage now uses libTIFF 3.9.0beta (CVS patch 2009-02-12) ! FreeImage now uses OpenJPEG 1.3.0 (SVN patch 2008-08-21) ! [Herve Drolon] FreeImage_CloneMetadata no longer clon...
by ukoenig
Sat May 16, 2009 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing PNG from Resources !!!
Replies: 7
Views: 7120

C code in FiveWin

... C. Maybe version 5.5 but I'm not sure. No problem. I try to use BCC50 and it compile fine. Thanks to all for your help. Maybe only DOS apps need MSC to compile floating-point math operations... -------------------------------------------------------------------------------- I made an small sample ...
by Antonio Linares
Wed Aug 27, 2008 7:38 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65683

can not open preview window

while , I have to close dialog to view the preview window my:source #include "FiveWin.ch" #include "InKey.ch" #include "xbrowse.ch" REQUEST DBFCDX STATIC oSayTEST STATIC oDbf static oWnd //----------------------------------------------------------------------------// function Main() SET DELETED ON s...
by kajot
Sat Jun 07, 2008 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: can not open preview window
Replies: 3
Views: 794

dialog and button

Why I must in Dialog use FROM 0,0 to 400,500 PIXEL where in "last button" I have row 200 /to see last button/ my source static function EditWplaty( oLBX2, lAppend ) local oDLG2 local lSave := .f. local NR_REK := RecNo() local oFont local nr_ord:=indexord() // DEFAULT lAppend := .f. if lAppend zeruj(...
by kajot
Sat Feb 23, 2008 9:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog and button
Replies: 2
Views: 549

You are using the wrong lib (the one for MSC).

EMG
by Enrico Maria Giordano
Thu Jan 10, 2008 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 8.01
Replies: 21
Views: 3923

... is mscomm32.prg. If you compile this file you have the same error. Error: Unresolved external '_HB_FUN_TOLEAUTO' referenced from C:\FWH\SAMPLES\MSC OMM32.OBJ Thanks in advance Otto FUNCTION MAIN() // LOCAL oExcel := CREATEOBJECT( "Excel.Application" ) LOCAL oExcel := TOleAuto( ):New( "Excel.Application" ...
by Otto
Wed Nov 28, 2007 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert Row/Column into Excel
Replies: 14
Views: 2305

Solucionado:

Tenia COM+ y DCOM manual en services.msc
by Manuel Valdenebro
Sun Nov 25, 2007 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Excel
Replies: 3
Views: 736

... policies). There you can restrict the users from starting programs, write your own startmenu and so on. You can start the GPO-editor with gpedit.msc in the start/run-menü. It´s very difficult to explain it in few words, so I suggest to read some literature about this very complex subject to get ...
by StefanHaupt
Sun Apr 08, 2007 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hiding the taskbar?
Replies: 18
Views: 5083
Previous

Return to advanced search