Search found 260 matches: def

Return to advanced search

Re: Compilar y lincar samples\account de FWH

Carlos, b32.bc parece estar mal ya que está recibiendo el nombre de la lib como si se tratase de un fichero def Revisa las comas dentro de b32.bc y compara como lo hace FWH\samples\buildh.bat Muchas gracias Antonio, Lo tenía así: echo $(BCDIR)\lib\psdk\rasapi32.lib >> ...
by FiveWiDi
Thu Sep 07, 2023 9:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar y lincar samples\account de FWH
Replies: 5
Views: 301

Re: Compilar y lincar samples\account de FWH

Carlos,

b32.bc parece estar mal ya que está recibiendo el nombre de la lib como si se tratase de un fichero def

Revisa las comas dentro de b32.bc y compara como lo hace FWH\samples\buildh.bat
by Antonio Linares
Thu Sep 07, 2023 9:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar y lincar samples\account de FWH
Replies: 5
Views: 301

Re: Compilar y lincar samples\account de FWH

... (c) 1997-2014 Embarcadero Technologies, Inc. c:\desarrol\bcc7032\lib\psdk\shell32.lib(1):'Unrecognized keyword '?'' Fatal: Error processing .DEF file ** error 2 ** deleting account.exe
by FiveWiDi
Thu Sep 07, 2023 9:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar y lincar samples\account de FWH
Replies: 5
Views: 301

Re: Listview Unicode for CLASS TGrid()

#define UNICODE    // Made Unicode compatible 2023-07-07#include <CommCtrl.h>#undef UNICODE#include "fwh.h"  Sole purpose of this def and undef is to get the our program defines to work with ...
by nageswaragunupudi
Wed Aug 30, 2023 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 410

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... "CUSTOMER" it work fine when "edit" but when try to APPEND it does crash https://i.postimg.cc/VNSmq4WF/no-currval-def.jpg it have to do with 9.15. Sequence Manipulation Functions Sequence Functions like currval(), nextval() or even lastval() need Type SERIAL ...
by Jimmy
Sat Aug 05, 2023 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 718

Re: How to get libssl.lib and libcrypto.lib for MSC?

... @echo off REM Usage: dll2lib [32|64] some-file.dll REM REM Generates some-file.lib from some-file.dll, making an intermediate REM some-file.def from the results of dumpbin /exports some-file.dll. REM Currently must run without path on DLL. REM (Fix by removing path when of lib_name for LIBRARY ...
by carlos vargas
Wed Jul 26, 2023 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get libssl.lib and libcrypto.lib for MSC?
Replies: 3
Views: 272

Re: build Import LIB from LibPQ.DLL

... Please notice that msvc does not provide implib.exe, as it is a Borland tool. For msvc you have to use: dumpbin.exe /exports LibPQ.dll > LibPQ.def lib.exe /def:LibPQ.def /OUT:LibPQ.lib If you are using Harbour's hbmk2.exe please remember that it provides a way to automatically create the import ...
by Antonio Linares
Tue Jun 20, 2023 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2815

Re: Crear HBSSL.LIB con CMS para firma de Xml

... stdcall names from Microsoft mangling -w No Warnings Respfile may contain a list of source files to process. Wildcards are ok for .DLL and .DEF file names. Parece que -a Ahora a ver como darle ese flag a hbmk2...
by Antonio Linares
Sat Jun 03, 2023 7:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 1195

a cuestas con sql server

Estimados compañeros buenos dias molesto su atencion con un tema que me esta produciendo dolores de cabeza tengo una instalacion con ads server y tablas DBF en esta instalacion debo cargar cada noche miles de registros a una base de datos sql server ( ese sql esta en el mismo server ) el caso es que...
by wilsongamboa
Tue Apr 11, 2023 11:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: a cuestas con sql server
Replies: 4
Views: 409

Re: call DLL under FiveWin

... LIB so the linker will know how the DLL connection must be done at RunTime. Example: TEST.DLL // Is a commercial DLL we are going to use IMPDEF.EXE TEST.DEF TEST.DLL  // IMPDEF.EXE is a tool Microsoft and Borland provides  Now, edit TEST.DEF -which it is an ascii file- and rename ...
by hua
Tue Aug 02, 2022 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: call DLL under FiveWin
Replies: 7
Views: 722

Re: Harbour warnings

... Options: /a automatic memvar declaration /b debug info /build display detailed version info /credits display credits /d<id>[=<val>] #define <id> /es[<level>] set exit severity /ex create public function list (.xbx) /g<type> output type generated is <type> (see ...
by hmpaquito
Fri Jun 24, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2335

Re: Imposible con Tword vamos con un campo MEMO.

> "Fatal: Too many DEF file names: c:\fwh\lib\FiveHC.lib"

Tienes un error en tu fichero makefile

Usa hbmk2 para construir tus FWH apps, es mas sencillo y evitarás estos errores

Tienes ejemplos de usar hbmk2 en estos foros
by Antonio Linares
Mon May 23, 2022 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imposible con Tword vamos con un campo MEMO.
Replies: 16
Views: 1258

Re: Imposible con Tword vamos con un campo MEMO.

... JVTecheto me informo donde podia bajar la TWord y usarla como un prg mas, lo hice pero al compilar me indica lo siguiente: "Fatal: Too many DEF file names: c:\fwh\lib\FiveHC.lib" Estoy usando FW 12.06 Harbour 3.1.0 DEV rev17222 y BCC 5.2 No se por donde empezar a ver el problema. desde ...
by José Camilo
Mon May 23, 2022 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imposible con Tword vamos con un campo MEMO.
Replies: 16
Views: 1258

Re: Using WebView with Borland !!!

... I installed MicrosoftEdgeWebView2RuntimeInstallerX64 then I take from https://github.com/webview/webview/tree/master/dll/x64 and remade .def and .lib then I compiled the cmsoft test and I show this https://i.postimg.cc/wxPJ5hVW/cmsoft.png it run and not crashed but I cannot ...
by Silvio.Falconi
Fri Feb 18, 2022 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7696

Re: Using WebView with Borland !!!

... probably need to make a function to recreate it BTW I tried on Windows 10 Pro on Lenovo Portable Pc and not run I make this File batch to create def and lib @echo offecho Creazione file def pauseimpdef.exe webview.def webview.dllecho Creazione file Libpauseimplib.exe webview.lib webview.def then ...
by Silvio.Falconi
Thu Feb 17, 2022 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7696
Next

Return to advanced search