Search found 50 matches: appsys

Return to advanced search

... function OneParam(Param1) MsgInfo(Param1) return nil //----------------------------------------------------------------------------// procedure AppSys // XBase++ requirement return //----------------------------------------------------------------------------// TESTDLL.PRG: // Using Harbour ...
by angelo.c
Wed Jun 25, 2008 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 32-bit DLLs with Harbour Code - Any More Progress
Replies: 14
Views: 6049

... tutor01.dll I get the Tutor01.lib file OK. When I check the Tutor01.lib file, I have not got any DLL Import Symbol references to Main (or AppSys) which are defined in Tutor01. How can I force Harbour to export these function names from the *.prg source? Best Regards, Angelo C
by angelo.c
Wed Jun 18, 2008 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 32-bit DLLs with Harbour Code - Any More Progress
Replies: 14
Views: 6049

testsmtp

... { "testsmtp.prg" } ) // attached files return nil //----------------------------------------------------------------------------// procedure AppSys // Xbase++ requirement return //----------------------------------------------------------------------------//
by kajot
Sun May 18, 2008 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: testsmtp
Replies: 0
Views: 526

... oPrn:Say( 2, 2, "Bye" ) ENDPAGE ENDPRINT return nil //----------------------------------------------------------------------------// procedure AppSys // XBase++ requirement return //----------------------------------------------------------------------------//
by Otto
Wed Mar 12, 2008 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTabs now uses Office 2007 look - border
Replies: 9
Views: 1708

... ID 202 OF oDlg; ACTION oDlg:end() CANCEL //Activar dialogo ACTIVATE DIALOG oDlg CENTER ON INIT msginfo(oDlg:SetFont(Font1)) RETURN procedure AppSys // Xbase++ requirement return
by Otto
Thu Mar 06, 2008 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder & Font
Replies: 9
Views: 2510

How to resize oPanel

... oDlg CENTERED MsgInfo( GetGuiResources() ) return nil //----------------------------------------------------------------------------// procedure AppSys // XBase++ requirement return //----------------------------------------------------------------------------// func f_tab(nOption,oPanel,oPanel2) ...
by Otto
Fri Feb 15, 2008 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to resize oPanel
Replies: 6
Views: 1312

... 1 ]:nLeft = 25) SET _3DLOOK OFF return nil //----------------------------------------------------------------------------// procedure AppSys // XBase++ requirement return
by Otto
Thu Dec 06, 2007 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO CLASS
Replies: 5
Views: 1196

Error FiveWin/3 Cannot create Dialog Box

... "REPOR_IMPRE" ACTIVATE DIALOG oDlg centered CLOSE ALL SET RESOURCES TO SYSREFRESH() // --------------------------- #ifdef __XPP__ procedure AppSys // XBase++ requirement return #endif DLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL"
by diegopolverelli
Mon Nov 26, 2007 3:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box
Replies: 7
Views: 3458

Scroll Window Problem

... , GetClientRect(::oWnd:hWnd) ) ::nHPos := nNewPos endif RETURN( NIL ) //=* End of File ================================================= procedure AppSys // Xbase++ requirement return
by Eroni
Tue Jul 24, 2007 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll Window Problem
Replies: 7
Views: 1443

error al compilar..ayuda

Hola amigos,estoy dando mis primeros pasos en FiveWin logre instalar porfin y entender los distintos pasos, me saltan dos errores al compilar el primer programa TUTOR01.PRG son: ERROR E2193 tutor01.c 56: Too few parameters in call to 'hb_vmExecute' in function HB_FUN_MAIN ERROR E2193 tutor01.c 68: T...
by Fernando46
Tue Jul 03, 2007 12:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al compilar..ayuda
Replies: 2
Views: 786

... // ------------------------------------------------- DLL32 FUNCTION BWCCREGISTER(HINST AS LONG) AS WORD PASCAL LIB "BWCC32.DLL" PROCEDURE APPSYS RETURN ES LO MISMO...
by diegopolverelli
Thu Jun 21, 2007 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No puedo usar dlls
Replies: 14
Views: 3499

error after run application

... ACTION oWnd:End() ENDMENU ENDMENU return oMenu //----------------------------------------------------------------------------// procedure AppSys // XBase++ requirement return // -------------------
by kajot
Sun Jun 17, 2007 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error run application
Replies: 8
Views: 1634

No Clear method when pressing "." in a listbox cel

... //Now save new edited value aItems[lRowNumber, lColNumber] := lVarToEdit return //32 bits Alaska XPP Initialisation source code here... procedure AppSys() return ------------------------------------------------------------------------------- The resource file gettst1.rc used with the above program ...
by angelo.c
Fri Mar 23, 2007 4:56 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: No Clear method when pressing "." in a listbox cel
Replies: 3
Views: 2452

antonio

... := Loadlib32("Bwcc32.dll") BwccRegister( GetResources() ) DLL32 FUNCTION BWCCRegister(hinst AS LONG) AS WORD PASCAL LIB "BWCC32.DLL" Procedure AppSys return #pragma BEGINDUMP #include "hbapi.h" #include "hbapiitm.h" PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym ) { return pDynSym->pSymbol; ...
by AOKISANTOS
Thu Mar 15, 2007 5:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio, Called from CALLDLL(0)
Replies: 3
Views: 1045

... CENTERED ; VALID MsgYesNo( "Want to end ?" ) return nil //------------------------------------------------------------------------// procedure appsys return
by Randal
Sat Jan 27, 2007 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TGet with latest xHarbour from CVS
Replies: 25
Views: 6168
PreviousNext

Return to advanced search