Search found 118 matches: oledlg

Return to advanced search

Re: ERROR Fivehcm.lib - FWH 10.1 + HXB.COM de nov de 2009

... Y tienes que enlazar estas librerias que faltan en xharbour comercial: http://www.fivetechsoft.com/files/oledlg.lib http://www.fivetechsoft.com/files/version.lib
by Antonio Linares
Mon Feb 01, 2010 8:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR Fivehcm.lib - FWH 10.1 + HXB.COM de nov de 2009
Replies: 2
Views: 811

problem with FWH 9.09

... -LIBPATH:"D:\xHB.92\c_lib\win" "t.obj" "d:\fwh\xhb2.obj" "D:\FWH\lib\version.lib" "D:\FWH\lib\oledlg.lib" "FiveHCM.lib" "FiveHMX.lib" "OptG.lib" "xhb.lib" "dbf.lib" "nsx.lib" "ntx.lib" ...
by kajot
Sat Sep 26, 2009 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 9.09
Replies: 1
Views: 574

Re: fivehcm.lib and compatible with xhb.com April-2009?

... "C:\xHB\c_lib\Win\version.lib" "C:\FWH\lib\Fivehmx.lib" "C:\FWH\lib\Fivehcm.lib" "C:\xHB\c_lib\Win\oledlg.lib" "C:\xHB\lib\Ole.lib" "C:\FWH\lib\version.lib" "C:\FWH\lib\oledlg.lib" "WinAPI.lib" "OptG.lib" ...
by Elcio Junior
Fri Sep 25, 2009 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fivehcm.lib and compatible with xhb.com April-2009?
Replies: 7
Views: 1429

FWH 9.09 and OLE methods problem

Hi, in our tests with FWH 9.09 and xHarbour builder (April release and latest beta) linking in xhb.obj,oledlg.lib and version.lib seems to break somethiong in OLE object (tested with MSWord and MS EXCEL): Object methods have numeric type instead of object and accessing them ...
by Taavi
Fri Sep 25, 2009 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 9.09 and OLE methods problem
Replies: 23
Views: 3537

Re: Erro com 9.07

... 0x0013D000 C:\WINDOWS\system32\OLE32.DLL 0x77100000 0x0008B000 C:\WINDOWS\system32\OLEAUT32.DLL 0x7DFC0000 0x00022000 C:\WINDOWS\system32\OLEDLG.DLL 0x76350000 0x00005000 C:\WINDOWS\system32\MSIMG32.DLL 0x76360000 0x0001D000 C:\WINDOWS\system32\IMM32.DLL 0x003B0000 0x00043000 C:\Arquivos ...
by Rossine
Fri Aug 21, 2009 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Erro com 9.07
Replies: 28
Views: 9248

Re: Build Error 9.06

Tim, Michel,

You have to link these Windows import libraries that xHB included C compiler (PellesC) should provide:

http://www.fivetechsoft.com/files/oledlg.lib
http://www.fivetechsoft.com/files/version.lib
by Antonio Linares
Tue Jul 14, 2009 5:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build Error 9.06
Replies: 6
Views: 1380

Re: Nuevo FWH 9.06

George,

Por favor prueba a enlazar estas dos librerias:

http://www.fivetechsoft.com/files/oledlg.lib
http://www.fivetechsoft.com/files/version.lib

Son librerias de importación de Windows que debería proporcionar el compilador de C que usa xHB (PellesC).
by Antonio Linares
Sun Jul 12, 2009 12:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 9.06
Replies: 4
Views: 820

... >> msvc.tmp echo %vcdir%\lib\version.lib >> msvc.tmp echo %vcdir%\lib\wsock32.lib >> msvc.tmp echo %vcdir%\lib\oledlg.lib >> msvc.tmp echo %vcdir%\lib\vfw32.lib >> msvc.tmp [com[ple...->] Compiling... Harbour devel build 1.1-1 Intl. Copyright 1999-2007, ...
by yunbg1
Wed Apr 09, 2008 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CVS Link Error. 8.03 Version. Help me please
Replies: 17
Views: 3558

CVS Link Error. 8.03 Version. Help me please

... >> msvc.tmp echo %vcdir%\lib\version.lib >> msvc.tmp echo %vcdir%\lib\wsock32.lib >> msvc.tmp echo %vcdir%\lib\oledlg.lib >> msvc.tmp echo %vcdir%\lib\vfw32.lib >> msvc.tmp IF EXIST main.res echo main.res >> msvc.tmp %vcdir%\bin\link @msvc.tmp ...
by yunbg1
Wed Apr 09, 2008 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CVS Link Error. 8.03 Version. Help me please
Replies: 17
Views: 3558

Patrick,

You need to link oledlg.lib and version.lib from your used C compiler import libraries.

In case you don't have them, we can tell you how to build yourself those import libraries.
by Antonio Linares
Wed Mar 26, 2008 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestRTF.prg unresolved externals
Replies: 3
Views: 600

Yunbg,

You have to link MS OleDlg.lib
by Antonio Linares
Thu Feb 28, 2008 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error....
Replies: 1
Views: 449

Build an import library for xHB commercial

polib /DEF:oledlg.def /OUT:oledlg.lib /MACHINE:X86 remove ".dll" from the def file (first line): OLEDLG instead of OLEDLG.DLL OLEDLG.DEF LIBRARY OLEDLG EXPORTS OleUIAddVerbMenuA @1 ; OleUIAddVerbMenuA OleUIAddVerbMenuW @13 ; OleUIAddVerbMenuW ...
by Antonio Linares
Fri Dec 14, 2007 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build an import library for xHB commercial
Replies: 0
Views: 791

You have to link Microsoft oledlg.lib too
by Antonio Linares
Sat Jun 02, 2007 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hi buildhm comfile error...
Replies: 4
Views: 973
Previous

Return to advanced search