Search found 22 matches: getfileversioninfoa

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: 6783

Re: hbmk2 errors

... undefined reference to `GetFileVersionInfoSizeA@8' RICHEDIT.o:RICHEDIT.C:(.text+0x1346): undefined reference to `GetFileVersionInfoA@16' RICHEDIT.o:RICHEDIT.C:(.text+0x1370): undefined reference to `VerQueryValueA@16' c:/fwh/lib/fivehg.lib(GETTASKS.o):GETTASKS.c:(.text+0x180): ...
by mosh1
Mon Apr 15, 2013 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7432

Re: hbmk2 errors

... undefined reference to `GetFileVersionInfoSizeA@8' c:/fwh/lib/fivehgc.lib(RICHEDIT.o):RICHEDIT.C:(.text+0x1346): undefined reference to `GetFileVersionInfoA@16' c:/fwh/lib/fivehgc.lib(RICHEDIT.o):RICHEDIT.C:(.text+0x1370): undefined reference to `VerQueryValueA@16' collect2: ld returned ...
by mosh1
Sun Apr 14, 2013 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7432

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

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: 2413

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: 1387

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: 903

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: 903

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: 1145

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: 1145

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: 1361

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: 585

... 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 commercial should provide those Windows API ...
by Antonio Linares
Fri Nov 02, 2007 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FGet enhancement
Replies: 3
Views: 917

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: 917
Next

Return to advanced search