Search found 30 matches: oleuipastespeciala

Return to advanced search

Re: Full working project for Visual Studio 2012 IDE

And now there are 4: 1>libcmt.lib(crt0init.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library 1>Fivehc32.lib(RICHEDIT.obj) : error LNK2019: unresolved external symbol _GetFileVersionInfoSizeA@8 referenced in function _HB_FUN_REDLLVERSION...
by TimStone
Tue Jun 10, 2014 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full working project for Visual Studio 2012 IDE
Replies: 31
Views: 6748

Re: FWH 13.04 / xHarbour Commercial

Antonio, The very looong list of unresolved externals is now reduced to: xLINK: error: Unresolved external symbol '_SendInput referenced from FiveHCM.lib(KEYBRD.obj)'. xLINK: error: Unresolved external symbol '_GlobalMemoryStatusEx referenced from FiveHCM.lib(MEM.obj)'. xLINK: error: Unresolved exte...
by toyet
Wed May 22, 2013 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.04 / xHarbour Commercial
Replies: 28
Views: 7359

Re: hbmk2 errors

... have : hbmk2: Processing local make script: hbmk.hbm hbmk2: Linking... pos32.exe RICHEDIT.o:RICHEDIT.C:(.text+0xa45): undefined reference to `OleUIPasteSpecialA@4' RICHEDIT.o:RICHEDIT.C:(.text+0x12de): undefined reference to `GetFileVersionInfoSizeA@8' RICHEDIT.o:RICHEDIT.C:(.text+0x1346): ...
by mosh1
Mon Apr 15, 2013 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7422

Re: hbmk2 errors

... undefined reference to `GetModuleFileNameExA@16' c:/fwh/lib/fivehgc.lib(RICHEDIT.o):RICHEDIT.C:(.text+0xa45): undefined reference to `OleUIPasteSpecialA@4' c:/fwh/lib/fivehgc.lib(RICHEDIT.o):RICHEDIT.C:(.text+0x12de): undefined reference to `GetFileVersionInfoSizeA@8' c:/fwh/lib/fivehgc.lib(RICHEDIT.o):RICHEDIT.C:(.text+0x1346): ...
by mosh1
Sun Apr 14, 2013 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7422

Upgrading FWH/xHarbour & VS 2010

Upgrading to latest release of FW and xHarbour as well as installing Visual Studio 2010. Linker can't find 20 different Harbour symbols: rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regcomp referenced in function _hb_getregex rtl.lib(regex.obj) : error LNK2019: unresolved external...
by DonDrew
Thu Apr 11, 2013 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrading FWH/xHarbour & VS 2010
Replies: 44
Views: 9929

Re: FWH 12.03 Mingw gcc linking errors

... undefined reference to `GetModuleFileNameExA@16' /fwh.2012-03/lib/fivehgc.lib(RICHEDIT.o):RICHEDIT.C:(.text+0xa5c): undefined reference to `OleUIPasteSpecialA@4' /dev/qcc/libhqcc.a(QMAPI.o):QMAPI.c:(.data+0x388): undefined reference to `HB_FUN_MAPISENDMAIL' /fwh.2012-03/lib/fivehgc.lib(ACTX.o):ACTX.CPP:(.text+0xc0): ...
by AlexSchaft
Sat Apr 14, 2012 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 Mingw gcc linking errors
Replies: 21
Views: 4464

FWH 12.03 Mingw gcc linking errors

... undefined reference to `__chkstk_ms' /fwh.2012-03/lib/fivehgc.lib(RICHEDIT.o):RICHEDIT.C:(.text+0xa5c): undefined reference to `OleUIPasteSpecialA@4' /dev/qcc/libhqcc.a(QMAPI.o):QMAPI.c:(.data+0x3a8): undefined reference to `HB_FUN_MAPISENDMAIL' /fwh.2012-03/lib/fivehgc.lib(ACTX.o):ACTX.CPP:(.text+0xc0): ...
by AlexSchaft
Fri Apr 13, 2012 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 Mingw gcc linking errors
Replies: 21
Views: 4464

Re: Harbour 3 with mingw gcc, unresolved external _allshr

... to `IID_IRichEditOleCallback' /fwh.2011-05/lib/fivehcm.lib(objhcm/RICHEDIT.obj):.\source\internal\:(.text+0x8c6): undefined reference to `OleUIPasteSpecialA@4'
by AlexSchaft
Thu Apr 12, 2012 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3 with mingw gcc, unresolved external _allshr
Replies: 3
Views: 609

Re: Creating apps with FWH 11.12

Thanks Antonio, now I have only this issue left: --------------- Creating object: c:\myguests\myguests_hr.EXP Creating library: c:\myguests\myguests_hr.LIB xLINK: error: Unresolved external symbol ' _OleUIPasteSpecialA referenced from Fivehcm.lib(RICHEDIT.obj)'. xLINK: fatal error: 1 unresolved exte...
by codemaker
Fri Jan 13, 2012 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating apps with FWH 11.12
Replies: 8
Views: 1522

Creating apps with FWH 11.12

I just got to test the FWH 11.12 and I wanted to create the program which works ok under the lower versions. While compiling and linking I got the error: ----------------------- ... Type: C >>>xrc.exe -fo"obj32\HR.res" -D__HARBOUR__ -D__FLAT__ -DHRVATSKI -i"C:\FWH1112\INCLUDE...
by codemaker
Fri Jan 13, 2012 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating apps with FWH 11.12
Replies: 8
Views: 1522

Re: _OleUIPasteSpecialA Unresolved external symbol

Rossine

Muito Obrigado.
Solo habia incluido el xHb2.obj

George
by George
Tue Sep 21, 2010 3:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: _OleUIPasteSpecialA Unresolved external symbol
Replies: 2
Views: 567

_OleUIPasteSpecialA Unresolved external symbol

Hola foro. Estoy recibiendo el siguiente mesaje de error cuando incluyo un llamado a browse() en mi programa: xLINK: error: Unresolved external symbol '_OleUIPasteSpecialA referenced from Fivehcm.lib(RICHEDIT.obj)'.xLINK: fatal error: 1 unresolved external(s).  Uso: FWH 10.8 + xHarbour build...
by George
Sun Sep 19, 2010 5:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: _OleUIPasteSpecialA Unresolved external symbol
Replies: 2
Views: 567

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

Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"C:\FWH\lib" - -LIBPATH:"C:\xHB\lib" -LIBPATH:"C:\xHB\c_lib" -LIBPATH:"C:\xHB\c_lib\win" "temp\ZERUS.obj" "temp\FUNCSST2.obj" "...
by russimicro
Mon Feb 01, 2010 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR Fivehcm.lib - FWH 10.1 + HXB.COM de nov de 2009
Replies: 2
Views: 799

getting unresolved external using fwh 1109 and xhb 1109

Below are the externals still unresolved even after linking xhb2.obj as specified in another thread. Thanks in advance for the help. xLINK: error: Unresolved external symbol '_OleUIPasteSpecialA referenced from Fivehcm.lib(RICHEDIT.obj)'. xLINK: error: Unresolved external symbol '_GetFileVersionInfo...
by dionie
Tue Dec 29, 2009 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: getting unresolved external using fwh 1109 and xhb 1109
Replies: 1
Views: 381
Next

Return to advanced search