Search found 65 matches: mem32

Return to advanced search

Re: Upgrading FWH/xHarbour & VS 2010

... $(HBDIR)lib\hbmacro.lib >> aba.tmp echo $(HBDIR)lib\hbrdd.lib >> aba.tmp echo $(HBDIR)lib\hbxpp.lib >> aba.tmp echo $(HBDIR)lib\mem32.lib >> aba.tmp echo $(HBDIR)lib\rddntx.lib >> aba.tmp echo $(HBDIR)lib\rddcdx.lib >> aba.tmp echo $(HBDIR)lib\rddfpt.lib >> ...
by DonDrew
Tue Apr 16, 2013 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrading FWH/xHarbour & VS 2010
Replies: 44
Views: 10142

Re: Upgrading FWH/xHarbour & VS 2010

... For GlobalMemoryStatusEx please link this lib also: http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=mem32.lib And the Ole... should be ok with MS ole2w32.lib
by Antonio Linares
Thu Apr 11, 2013 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrading FWH/xHarbour & VS 2010
Replies: 44
Views: 10142

Re: Unresolved external symbol '__chkstk

... N >>>      1405<<< The solution that I am using, found in this forum, is by adding the following libraries: MEM32.LIB and SEND32.LIB To fix the __chkstk error found also in FWH 13.02 (xLINK: error: Unresolved external symbol '__chkstk referenced from FiveHMX.lib(SCINTILA.obj)'.), ...
by George
Sun Mar 17, 2013 4:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved external symbol '__chkstk (solved)
Replies: 15
Views: 3268

Problem with FiveHCM.lib

... -LIBPATH:"D:\xHB2011\c_lib\win"  "obj32\testgif.obj" "obj32\scintila.obj" "D:\xHB2011\Lib\mem32.lib" "D:\xHB2011\Lib\send32.lib" "FiveHCM.lib" "FiveHMX.lib" "OptG.lib" "xhb.lib" "dbf.lib" ...
by mtajkov
Wed Nov 21, 2012 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveHCM.lib
Replies: 16
Views: 3672

Re: FWH 11.11 + xharbour.com + xCC

Tim,

mem32.lib and send32.lib are not needed with MSVC. They are just import libraries that PellesC (used by xhb commercial) does not provide.
by Antonio Linares
Thu May 24, 2012 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.11 + xharbour.com + xCC
Replies: 39
Views: 15017

Re: FWH 11.11 + xharbour.com + xCC

What is the purpose of the following libraries ? I have them linked to my xBuildw build ( xHarbour.com ). Do I need them when building with Harbour and MSVC 2010 ? ( FWH 12.04 ) Is there a better Harbour equivalent ?

TipSSL.lib
Mem32.lib
Send32.lib

TIm
by TimStone
Wed May 23, 2012 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.11 + xharbour.com + xCC
Replies: 39
Views: 15017

Re: FWH 11.11 + xharbour.com + xCC

... there is, and the pressure is great. With relation to the FWH 11.11 I have spent every one of the problems of Hakan. In fact I have the libraries mem32.lib, send32.lib, LIBC.lib, png.lib and shows me dialog : "unrecoverable error 9009" As for changing xHarbour is not an option for me, ...
by Blessed
Mon May 21, 2012 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.11 + xharbour.com + xCC
Replies: 39
Views: 15017

Re: FWH 11.11 + xharbour.com + xCC

... At this time I link in the following libraries in addition to the default xBuilder settings: xhb.obj oledlg.lib version.lib prnwnd.lib TipSSL.lib mem32.lib send32.lib I am working through a couple of issues, but have been able to migrate to Harbour with Microsoft Visual C++ 2010 which I believe ...
by TimStone
Fri May 11, 2012 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.11 + xharbour.com + xCC
Replies: 39
Views: 15017

Re: Creating apps with FWH 11.12

... are missing in PellesC (renamed and used from xHB.com): http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=mem32.lib&can=2&q= http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=send32.lib&can=2&q=
by Antonio Linares
Fri Jan 13, 2012 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating apps with FWH 11.12
Replies: 8
Views: 1554

Re: using FWH 2011.11 and xHarbour.com

... -LIBPATH:"R:\lib" -LIBPATH:"R:\c_lib" -LIBPATH:"R:\c_lib\win" "t.obj" "send32.lib" "mem32.lib" "FiveHCM.lib" "FiveHMX.lib" "OptG.lib" "xhb.lib" "dbf.lib" "nsx.lib" "ntx.lib" ...
by kajot
Sat Dec 17, 2011 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: using FWH 2011.11 and xHarbour.com
Replies: 5
Views: 1596

Re: using FWH 2011.11 and xHarbour.com

... -LIBPATH:"R:\c_lib" -LIBPATH:"R:\c_lib\win" "t.obj" "S:\lib\send32.lib" "S:\lib\mem32.lib" "FiveHCM.lib" "FiveHMX.lib" "OptG.lib" "xhb.lib" "dbf.lib" "nsx.lib" "ntx.lib" ...
by kajot
Fri Dec 16, 2011 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: using FWH 2011.11 and xHarbour.com
Replies: 5
Views: 1596

Re: Haru Free PDF Library

after updating the lib's libcmt.lib, libcpmt.lib, png.lib, mem32.lib and send32.lib the warning and errors are as follows: Type: C >>>xhb.exe -o"harupdf.c" -m -n -p -q -gc0 -I"C:\xHB\include" -I"C:\xHB\include\w32" ...
by frose
Sat Nov 26, 2011 11:58 am
 
Forum: Utilities / Utilidades
Topic: Haru Free PDF Library
Replies: 21
Views: 9918

Re: New FWH 11.11

... png.lib http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=png.lib&can=2&q= mem32.lib http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=mem32.lib&can=2&q= send32.lib http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=send32.lib&can=2&q= ...
by Antonio Linares
Thu Nov 24, 2011 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.11
Replies: 66
Views: 15348

Re: New FWH 11.11

... MYDEFINES = MYRC_FLAGS = [\6.00\Source\Common\xhb.obj] [C:\xHB\lib\Nanfor.lib] [C:\xHB\c_lib\Win\mpr.lib] [C:\xHB\lib\SQL.lib] [C:\FWH\lib\mem32.lib] [C:\FWH\lib\send32.lib]
by PeterHarmes
Thu Nov 24, 2011 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.11
Replies: 66
Views: 15348
PreviousNext

Return to advanced search