Cuando trato de compilar fivedit.prg con harbour 3.1 y mingw aparecen estas funciones no definidas
Harbour 3.1.0dev (Rev. 17003)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'fivedit.prg' and generating preprocessed output to 'fivedit.ppo'...
Lines 4084, Functions/Procedures 8
Generating C source output to 'fivedit.c'... Done.
fivedit.o:fivedit.c:(.data+0x308): undefined reference to `HB_FUN_MAPISENDDOCUMENTS'
.\..\lib/fivehgc.lib(NET.o):NET.C:(.text+0x8e): undefined reference to `WNetAddConnectionA@12'
.\..\lib/fivehgc.lib(NET.o):NET.C:(.text+0x1a2): undefined reference to `WNetAddConnection2A@16'
.\..\lib/fivehgc.lib(NET.o):NET.C:(.text+0x1ea): undefined reference to `WNetGetUserA@12'
.\..\lib/fivehgc.lib(NET.o):NET.C:(.text+0x26d): undefined reference to `WNetConnectionDialog@8'
.\..\lib/fivehgc.lib(NET.o):NET.C:(.text+0x295): undefined reference to `WNetDisconnectDialog@8'
.\..\lib/fivehgc.lib(NET.o):NET.C:(.text+0x2e1): undefined reference to `WNetGetConnectionA@12'
.\..\lib/fivehgc.lib(NET.o):NET.C:(.text+0x35c): undefined reference to `WNetCancelConnectionA@8'
collect2: ld returned 1 exit status
* Link errors *
La solucion que encontre para las funciones WNet ... es agregar las librerias mapi32.a y mpr.a
La funcion HB_FUN_MAPISENDDOCUMENTS al parecer no esta incluido el modulo mapi.c en las librerias de FWH para mingw lo recompile y lo agregue y compilo perfecto me queda este error por resolver
Application
===========
Path and name: c:\FWH1105\samples\fivedit.exe (32 bits)
Size: 2,487,296 bytes
Time from start: 0 hours 0 mins 24 secs
Error occurred at: 03/10/12, 00:59:05
Error description: Error BASE/1003 Variable does not exist: OEDIT
Stack Calls
===========
Called from: .\source\classes\TTxtEdit.PRG => TTXTEDIT:MOUSEMOVE(0)
Called from: => TWINDOW:HANDLEEVENT(0)
Called from: .\source\classes\CONTROL.PRG => TTXTEDIT:HANDLEEVENT(0)
Called from: .\source\classes\WINDOW.PRG => _FWH(0)
Called from: => WINRUN(0)
Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE(0)
Called from: fivedit.prg => MAIN(94)
Slds