I'd agree on a lib merge, but last time we've
tried it looked like something against the various
needs ppl seem to be having.

Maybe hbmacro, hblang, hbcpage, hbrdd could be
merged into hbrtl without concerns. This would be
a small step to this direction.

We'd definitely need opinions and an agreement on
it and also helping hands who can do this merge.

Brgds,
Viktor

On 2008.09.20., at 13:24, Massimo Belgrano wrote:

I have read an problem regarding getprinters on harbour user and I have tried to recompile sample Each times that I try recompile harbour sample I have a lot of problem regarding library resolve In clipper I must link basically only clipper.lib and extend.lib with in harbour I have big number of library?
Wich are library that must be always loaded like clipper.lib?
Can same body post a reply on harbour user http://lists.harbour-project.org/mailman/listinfo/harbour-users ?
*******************************
Function Imprime(cArq,cPrint)
*******************************
*
*
   #include "hbcompat.ch"
Local oPrn, aPrn:=GetPrinters()
if empty(aPrn)
   MsgInfo( 'Not Print' )
   return .f.
endif
If cPrint == Nil
 cPrint := GetDefaultPrinter()
EndIf

  //Set Printer to (GetDefaultPrinter() )
 //Set(_SET_PRINTER)
 //Set(_SET_PRINTFILE)
 //Set Console Off
 //Set Printer On
 nRet := PrintFileRaw(cPrint,cArq,'Pedido')
 if nRet < 1
   MsgStop('Error Printing: '+rtrim(str(nRet)))
  EndIf
 //Linhas := mlcount(txt,nCol)
 //For i:=1 to Linhas
 //   ? rTrim(MemoLine(txt,nCol,i,,,.f.))
 //Next
 //Set Printer Off
 //Set Console On
 //Set Printer to
 Return .t.
Error: Unresolved external '__turboFloat' referenced from root
Error: Unresolved external '__beginthreadex' referenced from C: \HARBOUR\LIB\HBVM.LIB|thread Error: Unresolved external 'VirtualAlloc' referenced from C:\HARBOUR \LIB\HBVM.LIB|fm Error: Unresolved external 'VirtualQuery' referenced from C:\HARBOUR \LIB\HBVM.LIB|fm Error: Unresolved external 'VirtualFree' referenced from C:\HARBOUR \LIB\HBVM.LIB|fm Error: Unresolved external 'InterlockedCompareExchange' referenced from C:\HARBOUR\LIB\HBVM.LIB|fm Error: Unresolved external 'Sleep' referenced from C:\HARBOUR\LIB \HBVM.LIB|fm Error: Unresolved external 'InterlockedExchange' referenced from C: \HARBOUR\LIB\HBVM.LIB|fm Error: Unresolved external 'GetSystemInfo' referenced from C:\HARBOUR \LIB\HBVM.LIB|fm Error: Unresolved external '__streams' referenced from C:\HARBOUR\LIB \HBVM.LIB|fm Error: Unresolved external '_fprintf' referenced from C:\HARBOUR\LIB \HBVM.LIB|fm Error: Unresolved external '_abort' referenced from C:\HARBOUR\LIB \HBVM.LIB|fm Error: Unresolved external '_memset' referenced from C:\HARBOUR\LIB \HBVM.LIB|fm Error: Unresolved external 'InterlockedIncrement' referenced from C: \HARBOUR\LIB\HBVM.LIB|fm Error: Unresolved external '_memcpy' referenced from C:\HARBOUR\LIB \HBVM.LIB|fm Error: Unresolved external 'InterlockedDecrement' referenced from C: \HARBOUR\LIB\HBVM.LIB|fm Error: Unresolved external '_snprintf' referenced from C:\HARBOUR\LIB \HBRTL.LIB|langapi Error: Unresolved external '_pow' referenced from C:\HARBOUR\LIB \HBCOMMON.LIB|hbstr Error: Unresolved external '_modf' referenced from C:\HARBOUR\LIB \HBCOMMON.LIB|hbstr Error: Unresolved external '__llmul' referenced from C:\HARBOUR\LIB \HBCOMMON.LIB|hbstr Error: Unresolved external '_strlen' referenced from C:\HARBOUR\LIB \HBCOMMON.LIB|hbstr Error: Unresolved external '__ltolower' referenced from C:\HARBOUR \LIB\HBCOMMON.LIB|hbstr Error: Unresolved external '__ltoupper' referenced from C:\HARBOUR \LIB\HBCOMMON.LIB|hbstr Error: Unresolved external '_memmove' referenced from C:\HARBOUR\LIB \HBVM.LIB|dynsym Error: Unresolved external '___System__GetTls' referenced from C: \HARBOUR\LIB\HBVM.LIB|dynsym Error: Unresolved external 'GetStdHandle' referenced from C:\HARBOUR \LIB\HBRTL.LIB|filesys Error: Unresolved external 'CreateFileA' referenced from C:\HARBOUR \LIB\HBRTL.LIB|filesys Error: Unresolved external 'CloseHandle' referenced from C:\HARBOUR \LIB\HBRTL.LIB|filesys Error: Unresolved external '_setmode' referenced from C:\HARBOUR\LIB \HBRTL.LIB|filesys Error: Unresolved external 'GetFileTime' referenced from C:\HARBOUR \LIB\HBRTL.LIB|filesys Error: Unresolved external 'FileTimeToLocalFileTime' referenced from C:\HARBOUR\LIB\HBRTL.LIB|filesys Error: Unresolved external 'FileTimeToSystemTime' referenced from C: \HARBOUR\LIB\HBRTL.LIB|filesys Error: Unresolved external 'GetLocalTime' referenced from C:\HARBOUR \LIB\HBCOMMON.LIB|hbdate Error: Unresolved external 'GetFileAttributesA' referenced from C: \HARBOUR\LIB\HBRTL.LIB|filesys Error: Unresolved external 'GetVolumeInformationA' referenced from C: \HARBOUR\LIB\HBRTL.LIB|hbffind Error: Unresolved external 'FindFirstFileA' referenced from C: \HARBOUR\LIB\HBRTL.LIB|hbffind Error: Unresolved external 'FindNextFileA' referenced from C:\HARBOUR \LIB\HBRTL.LIB|hbffind Error: Unresolved external 'GetLastError' referenced from C:\HARBOUR \LIB\HBRTL.LIB|fserror Error: Unresolved external 'FindClose' referenced from C:\HARBOUR\LIB \HBRTL.LIB|hbffind Error: Unresolved external 'SystemTimeToFileTime' referenced from C: \HARBOUR\LIB\HBRTL.LIB|filesys Error: Unresolved external 'LocalFileTimeToFileTime' referenced from C:\HARBOUR\LIB\HBRTL.LIB|filesys Error: Unresolved external 'SetFileTime' referenced from C:\HARBOUR \LIB\HBRTL.LIB|filesys Error: Unresolved external 'SetFileAttributesA' referenced from C: \HARBOUR\LIB\HBRTL.LIB|filesys Error: Unresolved external 'ReadFile' referenced from C:\HARBOUR\LIB \HBRTL.LIB|filesys Error: Unresolved external 'WriteFile' referenced from C:\HARBOUR\LIB \HBRTL.LIB|filesys Error: Unresolved external 'SetEndOfFile' referenced from C:\HARBOUR \LIB\HBRTL.LIB|filesys Error: Unresolved external 'FlushFileBuffers' referenced from C: \HARBOUR\LIB\HBRTL.LIB|filesys Error: Unresolved external 'LockFileEx' referenced from C:\HARBOUR \LIB\HBRTL.LIB|filesys Error: Unresolved external 'LockFile' referenced from C:\HARBOUR\LIB \HBRTL.LIB|filesys Error: Unresolved external '_isspace' referenced from C:\HARBOUR\LIB \HBCOMMON.LIB|hbver Error: Unresolved external 'GetVersionExA' referenced from C:\HARBOUR \LIB\HBCOMMON.LIB|hbver Error: Unresolved external 'GetEnvironmentVariableA' referenced from C:\HARBOUR\LIB\HBCOMMON.LIB|hbgete Error: Unresolved external '_strchr' referenced from C:\HARBOUR\LIB \HBVM.LIB|cmdarg Error: Unresolved external '_strpbrk' referenced from C:\HARBOUR\LIB \HBRTL.LIB|cdpapi Error: Unresolved external '_memcmp' referenced from C:\HARBOUR\LIB \HBRTL.LIB|strtran Error: Unresolved external '__ftoul' referenced from C:\HARBOUR\LIB \HBRTL.LIB|idle Error: Unresolved external 'GetCurrentProcess' referenced from C: \HARBOUR\LIB\HBRTL.LIB|seconds Error: Unresolved external 'GetProcessTimes' referenced from C: \HARBOUR\LIB\HBRTL.LIB|seconds Error: Unresolved external 'EmptyClipboard' referenced from C: \HARBOUR\LIB\HBRTL.LIB|gtclip Error: Unresolved external 'GlobalAlloc' referenced from C:\HARBOUR \LIB\HBRTL.LIB|gtclip Error: Unresolved external 'MultiByteToWideChar' referenced from C: \HARBOUR\LIB\HBCOMMON.LIB|hbwince Error: Unresolved external 'WideCharToMultiByte' referenced from C: \HARBOUR\LIB\HBCOMMON.LIB|hbwince Error: Unresolved external 'SetClipboardData' referenced from C: \HARBOUR\LIB\HBRTL.LIB|gtclip Error: Unresolved external 'IsClipboardFormatAvailable' referenced from C:\HARBOUR\LIB\HBRTL.LIB|gtclip Error: Unresolved external 'OpenClipboard' referenced from C:\HARBOUR \LIB\HBRTL.LIB|gtclip Error: Unresolved external 'GetClipboardData' referenced from C: \HARBOUR\LIB\HBRTL.LIB|gtclip Error: Unresolved external 'GlobalLock' referenced from C:\HARBOUR \LIB\HBRTL.LIB|gtclip Error: Unresolved external '_wcslen' referenced from C:\HARBOUR\LIB \HBRTL.LIB|gtclip Error: Unresolved external 'GlobalSize' referenced from C:\HARBOUR \LIB\HBRTL.LIB|gtclip Error: Unresolved external 'GlobalUnlock' referenced from C:\HARBOUR \LIB\HBRTL.LIB|gtclip Error: Unresolved external 'CloseClipboard' referenced from C: \HARBOUR\LIB\HBRTL.LIB|gtclip Error: Unresolved external 'SetConsoleCursorPosition' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'SetConsoleCursorInfo' referenced from C: \HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'WriteConsoleOutputA' referenced from C: \HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'ReadConsoleOutputA' referenced from C: \HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'FreeConsole' referenced from C:\HARBOUR \LIB\GTWIN.LIB|gtwin Error: Unresolved external 'AllocConsole' referenced from C:\HARBOUR \LIB\GTWIN.LIB|gtwin Error: Unresolved external 'GetConsoleScreenBufferInfo' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'GetConsoleMode' referenced from C: \HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'SetConsoleScreenBufferSize' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'SetConsoleWindowInfo' referenced from C: \HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'SetConsoleCtrlHandler' referenced from C: \HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'SetConsoleMode' referenced from C: \HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'GetNumberOfConsoleInputEvents' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'ReadConsoleInputA' referenced from C: \HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external '__ftol' referenced from C:\HARBOUR\LIB \HBRTL.LIB|gttone Error: Unresolved external 'Beep' referenced from C:\HARBOUR\LIB \HBRTL.LIB|gttone Error: Unresolved external 'GetConsoleTitleA' referenced from C: \HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'SetConsoleTitleA' referenced from C: \HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'GetLargestConsoleWindowSize' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external 'GetKeyboardState' referenced from C: \HARBOUR\LIB\HBRTL.LIB|gtkbstat Error: Unresolved external 'SetKeyboardState' referenced from C: \HARBOUR\LIB\HBRTL.LIB|gtkbstat Error: Unresolved external 'GetKeyState' referenced from C:\HARBOUR \LIB\GTWIN.LIB|gtwin Error: Unresolved external 'GetNumberOfConsoleMouseButtons' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external '_atol' referenced from C:\HARBOUR\LIB \HBVM.LIB|cmdarg Error: Unresolved external 'UnlockFileEx' referenced from C:\HARBOUR \LIB\HBRTL.LIB|filesys Error: Unresolved external 'UnlockFile' referenced from C:\HARBOUR \LIB\HBRTL.LIB|filesys Error: Unresolved external 'SetFilePointer' referenced from C: \HARBOUR\LIB\HBRTL.LIB|filesys Error: Unresolved external 'DeleteFileA' referenced from C:\HARBOUR \LIB\HBRTL.LIB|filesys Error: Unresolved external 'MoveFileA' referenced from C:\HARBOUR\LIB \HBRTL.LIB|filesys Error: Unresolved external 'CreateDirectoryA' referenced from C: \HARBOUR\LIB\HBRTL.LIB|filesys Error: Unresolved external 'SetCurrentDirectoryA' referenced from C: \HARBOUR\LIB\HBRTL.LIB|filesys Error: Unresolved external 'RemoveDirectoryA' referenced from C: \HARBOUR\LIB\HBRTL.LIB|filesys Error: Unresolved external 'GetCurrentDirectoryA' referenced from C: \HARBOUR\LIB\HBRTL.LIB|filesys Error: Unresolved external '__chdrive' referenced from C:\HARBOUR\LIB \HBRTL.LIB|filesys Error: Unresolved external 'GetDriveTypeA' referenced from C:\HARBOUR \LIB\HBRTL.LIB|filesys Error: Unresolved external 'GetFileType' referenced from C:\HARBOUR \LIB\HBRTL.LIB|filesys Error: Unresolved external '__getdrive' referenced from C:\HARBOUR \LIB\HBRTL.LIB|filesys Error: Unresolved external '_printf' referenced from C:\HARBOUR\LIB \HBVM.LIB|estack Error: Unresolved external '_fopen' referenced from C:\HARBOUR\LIB \HBCOMMON.LIB|hbfopen Error: Unresolved external '_fwrite' referenced from C:\HARBOUR\LIB \HBRTL.LIB|errorint Error: Unresolved external '_fclose' referenced from C:\HARBOUR\LIB \HBRTL.LIB|errorint Error: Unresolved external '_exit' referenced from C:\HARBOUR\LIB \HBRTL.LIB|errorint Error: Unresolved external 'GlobalMemoryStatus' referenced from C: \HARBOUR\LIB\HBVM.LIB|fm Error: Unresolved external '__isnan' referenced from C:\HARBOUR\LIB \HBVM.LIB|itemapi Error: Unresolved external '__finite' referenced from C:\HARBOUR\LIB \HBVM.LIB|itemapi Error: Unresolved external '__llmod' referenced from C:\HARBOUR\LIB \HBVM.LIB|itemapi Error: Unresolved external '__lldiv' referenced from C:\HARBOUR\LIB \HBVM.LIB|itemapi Error: Unresolved external '_isdigit' referenced from C:\HARBOUR\LIB \HBRTL.LIB|dates Error: Unresolved external '__endthreadex' referenced from C:\HARBOUR \LIB\HBVM.LIB|thread Error: Unresolved external 'DeleteCriticalSection' referenced from C: \HARBOUR\LIB\HBVM.LIB|thread Error: Unresolved external 'InitializeCriticalSection' referenced from C:\HARBOUR\LIB\HBVM.LIB|thread Error: Unresolved external 'CreateSemaphoreA' referenced from C: \HARBOUR\LIB\HBVM.LIB|thread Error: Unresolved external 'GetCurrentThreadId' referenced from C: \HARBOUR\LIB\HBVM.LIB|thread Error: Unresolved external 'ReleaseSemaphore' referenced from C: \HARBOUR\LIB\HBVM.LIB|thread Error: Unresolved external 'WaitForSingleObject' referenced from C: \HARBOUR\LIB\HBVM.LIB|thread Error: Unresolved external 'EnterCriticalSection' referenced from C: \HARBOUR\LIB\HBVM.LIB|thread Error: Unresolved external 'LeaveCriticalSection' referenced from C: \HARBOUR\LIB\HBVM.LIB|thread Error: Unresolved external '_fmod' referenced from C:\HARBOUR\LIB \HBCOMMON.LIB|expropt2 Error: Unresolved external '_strncmp' referenced from C:\HARBOUR\LIB \HBMACRO.LIB|macrob Error: Unresolved external '__llshr' referenced from C:\HARBOUR\LIB \HBMACRO.LIB|macrob Error: Unresolved external '__llshl' referenced from C:\HARBOUR\LIB \HBMACRO.LIB|macrob Error: Unresolved external '_memchr' referenced from C:\HARBOUR\LIB \HBVM.LIB|macro Error: Unresolved external '_srand' referenced from C:\HARBOUR\LIB \HBRTL.LIB|hbrandom Error: Unresolved external '_rand' referenced from C:\HARBOUR\LIB \HBRTL.LIB|hbrandom Error: Unresolved external 'GetTempPathA' referenced from C:\HARBOUR \LIB\HBRTL.LIB|fstemp Error: Unresolved external 'GetTempFileNameA' referenced from C: \HARBOUR\LIB\HBRTL.LIB|fstemp Error: Unresolved external '_sqrt' referenced from C:\HARBOUR\LIB \RDDNTX.LIB|dbfntx1 Error: Unresolved external '_ceil' referenced from C:\HARBOUR\LIB \RDDNTX.LIB|dbfntx1 Error: Unresolved external '_exp' referenced from C:\HARBOUR\LIB \HBRTL.LIB|math Error: Unresolved external '_log' referenced from C:\HARBOUR\LIB \HBRTL.LIB|math Error: Unresolved external '__huge_dble' referenced from C:\HARBOUR \LIB\HBRTL.LIB|math Error: Unresolved external 'IsBadReadPtr' referenced from C:\HARBOUR \LIB\HBVM.LIB|extrap Error: Unresolved external 'IsBadWritePtr' referenced from C:\HARBOUR \LIB\HBVM.LIB|extrap Error: Unresolved external 'MessageBoxA' referenced from C:\HARBOUR \LIB\HBVM.LIB|extrap Error: Unresolved external 'SetUnhandledExceptionFilter' referenced from C:\HARBOUR\LIB\HBVM.LIB|extrap Error: Unresolved external '_vfprintf' referenced from C:\HARBOUR\LIB \HBCOMMON.LIB|hbtrace Error: Unresolved external '_fflush' referenced from C:\HARBOUR\LIB \HBCOMMON.LIB|hbtrace Error: Unresolved external '_HB_FUN_GETPRINTERS' referenced from C: \CLIP52\LAVORI\MASSIMO\ARCA\OBJ\MAX26.OBJ Error: Unresolved external '_HB_FUN_MSGINFO' referenced from C: \CLIP52\LAVORI\MASSIMO\ARCA\OBJ\MAX26.OBJ Error: Unresolved external '_HB_FUN_GETDEFAULTPRINTER' referenced from C:\CLIP52\LAVORI\MASSIMO\ARCA\OBJ\MAX26.OBJ Error: Unresolved external '_HB_FUN_PRINTFILERAW' referenced from C: \CLIP52\LAVORI\MASSIMO\ARCA\OBJ\MAX26.OBJ Error: Unresolved external '_HB_FUN_MSGSTOP' referenced from C: \CLIP52\LAVORI\MASSIMO\ARCA\OBJ\MAX26.OBJ Error: Unresolved external '_strrchr' referenced from C:\HARBOUR\LIB \HBDEBUG.LIB|dbgentry Error: Unresolved external '_isalpha' referenced from C:\HARBOUR\LIB \HBDEBUG.LIB|dbgentry Error: Unresolved external '_isupper' referenced from C:\HARBOUR\LIB \HBRTL.LIB|is Error: Unresolved external '_islower' referenced from C:\HARBOUR\LIB \HBRTL.LIB|is Error: Unresolved external '_system' referenced from C:\HARBOUR\LIB \HBRTL.LIB|run

Massimo Belgrano
Albo Nazionale Informatici Professionisti n° 2620
Socio n° 2843 Associazione Informatici Professionisti
<image001.gif>
Analisi e sviluppo software per Lan e Web
Consulenza informatica - Formazione
Delta Informatica S.r.l.  http://www.deltain.it
Via Torelli , 31 - 28100 Novara - Tel: 0321/30281


_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to