link error....

Post Reply
yunbg1
Posts: 107
Joined: Sun Nov 13, 2005 12:40 am
Location: Winnipeg Canada

link error....

Post by yunbg1 »

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 object main.exp
FiveHcm.lib(RICHEDIT.obj) : error LNK2001: unresolved external symbol _OleUIPasteSpecialA@4
main.exe : fatal error LNK1120: 1 unresolved externals
* There are errors
FWH User
FWPPC User
FWLinux User
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Yunbg,

You have to link MS OleDlg.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply