Search found 30 matches: oleuipastespeciala

Return to advanced search

Problem linking with Xharbour commercial

Hi to all. I'm converting a old Clipper and Fw software with the last FWH and Xharbour commercial and I have some linking errors. xLINK: error: Unresolved external symbol '??2@YAPAXI@Z referenced from Fivehcm.lib(ACTX.obj)'. xLINK: error: Unresolved external symbol '??3@YAXPAX@Z referenced from Five...
by Massimo Linossi
Wed Nov 11, 2009 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem linking with Xharbour commercial
Replies: 11
Views: 2429

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

FWH 9:09 and xHb.com 1.2.1 April-2009 error when compiling c:\fwh\samples\ testget.prg fivehcm.lib and compatible with xhb.com April-2009? Type: C >>>xhb.exe -o"obj_c\testget.c" -m -n -pOobj_c\ -q -gc0 -I"C:\fwh\include" -I"C:\xHB\include" -I"C:\xHB\includ...
by Elcio Junior
Fri Sep 25, 2009 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fivehcm.lib and compatible with xhb.com April-2009?
Replies: 7
Views: 1388

Re: must I add xhb.obj and actx.obj and ole.obj

when I add xhb.obj only I get the error Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"D:\fwh\lib" -LIBPATH:"R:\lib" -LIBPATH:"R:\c_lib" -LIBPATH:"R:\c_lib\win" "t.obj" "d:\fwh\xhb.o...
by kajot
Sun Sep 13, 2009 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: must I add xhb.obj and actx.obj and ole.obj
Replies: 4
Views: 909

must I add xhb.obj and actx.obj and ole.obj

must I add xhb.obj and actx.obj and ole.obj to my compitation I used new FHW /9.08/ because I got error Type: C >>>xhb.exe -o"t.c" -m -n -p -q -gc0 -I"D:\fwh\include" -I"r:\include" -I"r:\include\w32" "t.prg"<<< xHarbour Compiler bu...
by kajot
Sat Sep 12, 2009 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: must I add xhb.obj and actx.obj and ole.obj
Replies: 4
Views: 909

problem with create application

when I create same application a got error I USED xHARBOUR /XCC /compercial ver 83 ans FWH ver 200906 Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"D:\fwh\lib" -LIBPATH:"D:\xHB.83\lib" -LIBPATH:"D:\xHB.83\c_lib&...
by kajot
Sat Aug 29, 2009 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with create application
Replies: 1
Views: 460

Re: comile simple program

when I add xhb.obj and function OleInvoke( hObj, cMethod ) #ifndef __XHARBOUR__ return __ObjSendMsg( TOleAuto():New( hObj ), cMethod) #else local aParams := hb_aParams() aParams[ 1 ] = TOleAuto():New( hObj ) return hb_execFromArray( @__ObjSendMsg(), aParams ) #endif function OleSetProperty( hObj, cP...
by kajot
Wed Jul 29, 2009 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile simple program
Replies: 5
Views: 1147

compile simple program

when I compile my simple program I get the error / i used xHarbour.com-simplex (new version .74) and FHW 09.06/ Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"D:\fwh\lib" -LIBPATH:"R:\lib" -LIBPATH:"R:\c_lib"...
by kajot
Tue Jul 28, 2009 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile simple program
Replies: 5
Views: 1147

Build Error 9.06

Although I don't use Rich Edit, I get the following error when I try a build ( xBuilder, with standard Pelles compiler ) xLINK: error: Unresolved external symbol '_OleUIPasteSpecialA referenced from Fivehcm.lib(RICHEDIT.obj)'. xLINK: error: Unresolved external symbol '_GetFileVersionInfoSizeA refere...
by TimStone
Mon Jul 13, 2009 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build Error 9.06
Replies: 6
Views: 1363

Antonio - Erro com FWH + Harbour + MSVC

Olá Antonio, Ao tentar gerar o .exe de minha aplicação, me é gerado o seguinte erro: FiveHCM.lib(RICHEDIT.obj) : error LNK2019: unresolved external symbol _OleUIPasteSpecialA@4 referenced in function _HB_FUN_REPASTESPECIAL Em meu fluxo de compilação eu tenho isto declarado. [FLUXO] echo "\fwh\l...
by Rossine
Mon Mar 09, 2009 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio - Erro com FWH + Harbour + MSVC
Replies: 2
Views: 556

TestRTF.prg unresolved externals

Hi, When I try to compile testrtf.prg with xHarbour, I get these unresolved externals: xLINK: error: Unresolved external symbol '_OleUIPasteSpecialA'. xLINK: error: Unresolved external symbol '_GetFileVersionInfoSizeA'. xLINK: error: Unresolved external symbol '_GetFileVersionInfoA'. xLINK: error: U...
by patrickmast
Wed Mar 26, 2008 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestRTF.prg unresolved externals
Replies: 3
Views: 598

link error....

Hi.. Compiling... Harbour devel build 1.1-0 Intl. Copyright 1999-2007, http://www.harbour-project.org/ Compiling 'main.prg' and generating preprocessed output to 'main.ppo'... .. Lines 5931, Functions/Procedures 34 Generating C source output to 'main.c'... Done. main.c Creating library main.lib and ...
by yunbg1
Thu Feb 28, 2008 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error....
Replies: 1
Views: 449

Dietmar, For a quick test, please try to add this code to the PRG: #pragma BEGINDUMP void OleUIPasteSpecialA( void ) {} void GetFileVersionInfoSizeA( void ) {} void GetFileVersionInfoA( void ) {} void VerQueryValueA( void ) {} #pragma ENDDUMP > what is missing? xHB ...
by Antonio Linares
Fri Nov 02, 2007 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FGet enhancement
Replies: 3
Views: 928

I tried to build testrtf. That's what I get: xLINK: error: Unresolved external symbol '_OleUIPasteSpecialA'. xLINK: error: Unresolved external symbol '_GetFileVersionInfoSizeA'. xLINK: error: Unresolved external symbol '_GetFileVersionInfoA'. xLINK: error: Unresolved external symbol '_VerQueryValueA...
by Dietmar Jahnel
Fri Nov 02, 2007 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FGet enhancement
Replies: 3
Views: 928

email you a modified FiveHCM.lib, compile error..

We email you a modified FiveHCM.lib, thanks thank you. Antonio... Mail Download file is Compiling... Error. (fivehcm.lib) Compiling... Harbour devel build 1.1-0 Intl. Copyright 1999-2007, http://www.harbour-project.org/ Compiling 'main.prg' and generating preprocessed output to 'main.ppo'... Lines ...
by yunbg1
Fri Jun 01, 2007 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hi buildhm comfile error...
Replies: 4
Views: 964
Previous

Return to advanced search