Search found 35 matches: mylib

Return to advanced search

Re: Migración desde xHarbour+BCC a Harbour+MSVC

Asi se puede, despues de compilar un PRG, generar el OBJ y reemplazarlo en una libreria:

c:\VC2008\bin\cl -c -Ic:\harbour\include -Ic:\VC2008\include file.c
c:\VC2008\bin\Lib MyLib.lib /OUT:MyLib.lib file.obj
by Antonio Linares
Sat Feb 28, 2009 8:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migración desde xHarbour+BCC a Harbour+MSVC
Replies: 47
Views: 7259

Re: PCode DLL

Roberto,

Please try this:

impdef.exe mylib.def mylib.dll

mylib.def will be created (ascii file). Please post its contents here, thanks
by Antonio Linares
Sat Feb 07, 2009 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PCode DLL
Replies: 11
Views: 1488

PCode DLL

... This is ok.. but I would like to call MyFunc directly without HB_LibDo... can I do it linking importing lib to my exe? I tried creating mylib.lib from mylib.dll with no success. Any hint? Another question.. can I put fwh.lib and others libs in a standard.dll like harbour.dll. This can ...
by Roberto Parisi
Fri Feb 06, 2009 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PCode DLL
Replies: 11
Views: 1488

C code in FiveWin

... f.e.: Function is called IATest() MessageBox(NULL,"Hello world","Hello",MB_OK); .... I put IATest.obj in a 32 lib file with Microsoft lib32. (MyLib.lib) I Link with aLink test MyLib.lib User32.lib (User32.dll provided in \alaska\xppw32\lib says that _MessageBoxA is not declared in user32.dll, ...
by Antonio Linares
Wed Aug 27, 2008 7:38 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 93969

Is this called in the same way and what should i use as the AS option if there is nothing returned
e.g.
DLL Function mydllsub() AS ???? PACSAL LIB "mylib.dll"

Thanks
Peter
by Peterg
Fri Jan 06, 2006 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calling a sub
Replies: 3
Views: 758
Previous

Return to advanced search