Search found 8 matches: libmain

Return to advanced search

Re: recompilar fiveh.lib

Luis, No tiene por que existir un "libmain" dentro de FiveH.lib. No se como ha llegado ahi. Lo habrás metido por error ? Respecto a las otras dos funciones, de momento declaralas vacias a la espera de que veamos por que no las encuentra: ...
by Antonio Linares
Sat Sep 22, 2012 11:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: recompilar fiveh.lib
Replies: 47
Views: 15035

Re: recompilar fiveh.lib

... Turbo Incremental Link 5.69 Copyright (c) 1997-2005 BorlandError: Unresolved external '__astart' referenced from C:\HARB2LIB582H\FIVEH.LIB|libmainError: Unresolved external '_HB_FUN_CREATEOBJECT' referenced from OBJ\RMAIL.OBJError: Unresolved external '_HB_FUN_HB_ZIPFILE' referenced from ...
by surGom
Sat Sep 22, 2012 12:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: recompilar fiveh.lib
Replies: 47
Views: 15035

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... Warning W8060 C:\fwh\source\winapi\keybrd.c 83: Possibly incorrect assignment in function HB_FUN____KEYBOARD Warning W8057 C:\fwh\source\winapi\libmain.c 12: Parameter 'hInstance' is never used in function LibMain Warning W8060 C:\fwh\source\winapi\mapi.c 315: Possibly incorrect assignment in ...
by Pritpal Bedi
Mon Jun 07, 2010 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99001

Errores al enlazar con MSVC

... fivehcm aparecen un sinnúmero de errores de compilación por incompatibilidad de compilador cito algunos módulos con problemas: Dlgbox.c, libmain.c, msgbox.c, etc. pero hay algo extraño hay un objeto Brushes.obj que no está en los fuentes de la carpeta Winapi. Además de lo anterior hay ...
by hgarcia
Tue Mar 02, 2010 5:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores al enlazar con MSVC
Replies: 7
Views: 839

... are lot of error and warnings when I generate FiveHx.Lib Hope the same would apply while creating FiveH.Lib To Summarise Removing db10.Prg and Libmain.C solved the problem. You need to have all the contents in the Folders C:\FWNH\Source\Classes, C:\FWNH\Source\Function, C:\FWNH\Source\WinApi ...
by anserkk
Thu Oct 16, 2008 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create FiveH.Lib and FiveHx.Lib from C:\FWH\Source\Classes
Replies: 18
Views: 6647

Please don't include libmain.c in the library
by Antonio Linares
Thu Oct 16, 2008 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create FiveH.Lib and FiveHx.Lib from C:\FWH\Source\Classes
Replies: 18
Views: 6647

... lot of error and warnings when I generate FiveHx.Lib MY PROJECT ERROR Error: Unresolved external '__astart' referenced from C:\FWH\LIB\FIVEHX.LIB|libmain MY PROJECT COMPILATION OUTPUT ---------- Capture Output ---------- > "Compile.Bat" D:\WinAcs>if not exist obj md obj ...
by anserkk
Thu Oct 16, 2008 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create FiveH.Lib and FiveHx.Lib from C:\FWH\Source\Classes
Replies: 18
Views: 6647

... (TW_IDENTITY) == 156); break; default: break; } return TRUE; } #else // Win16 DLL initialization and termination routines int CALLBACK __export LibMain(HINSTANCE hinst, WORD wDataSeg, WORD cbHeapSize, LPSTR lpszCmdLine) { wDataSeg = wDataSeg; cbHeapSize = cbHeapSize; lpszCmdLine = lpszCmdLine; ...
by areang
Mon Aug 07, 2006 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please teach me about FWH and xHarbour
Replies: 3
Views: 4241

Return to advanced search