Search found 18 matches: c0d32

Return to advanced search

Re: Mejoras para scintilla

It is automatically added, in case you need it Do not worry about that if( !::lPDll, "lib\c0w32.obj ", "lib\c0d32.obj " ) + ; But, You can add any .obj creating a project Videos-tutorials https://bitbucket.org/fivetech/fivewin-contributions/downloads/five0.mp4 https://bitbucket.org/fivetech/fivewin-contributions/downloads/five00.mp4 ...
by cnavarro
Wed Nov 09, 2016 11:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839515

Re: Using .NET library

... Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland source\c\ftsnet.c: C:\_vmsdata\FWH\bcc55\bin\ilink32 /Tpd C:\_vmsdata\FWH\bcc55\lib\c0d32.o bj ftsnet.obj, samples\ftsnet.dll,,C:\_vmsdata\FWH\bcc55\lib\cw32.lib C:\_vmsdat a\FWH\bcc55\import32.lib Turbo Incremental Link 5.00 Copyright ...
by Marc Vanzegbroeck
Sat Mar 19, 2016 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using .NET library
Replies: 14
Views: 3305

Re: Tratando de utilizar VERCE 5.3

... Librer¡a miprog1.dll a 32 Bits... Echo. c:\bcc55\bin\bcc32 -c screen32.c c:\bcc55\bin\brc32 -r miprog1.rc c:\bcc55\bin\ilink32 /Tpd c:\bcc55\lib\c0d32.obj screen32.obj, miprog1.dll,,c:\bc55\lib\cw32.lib c:\bcc55\lib\import32.lib,, miprog1.res Echo. copy miprog1.dll c:.. del *.il? del *.map del ...
by armando.lagunas
Sat Nov 07, 2009 4:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tratando de utilizar VERCE 5.3
Replies: 3
Views: 757

Re: Rc to dll

I already tried with the rc2dll32.bat provided into fwh\dll but the following error appairs: K:\FWH\dll>k:\bcc55\bin\ilink32 /Tpd k:\bcc55\lib\c0d32.obj screen32.obj, pigc.d ll,,k:\bc55\lib\cw32.lib k:\bcc55\lib\import32.lib,, pigc.res Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland ...
by Marco Turco
Mon Jul 06, 2009 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rc to dll
Replies: 4
Views: 777

Re: Fastest way to convert a 16bit DLL with Bitmaps

... Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. c:\FWH\dll>c:\bcc55\bin\ilink32 /Tpd c:\bcc55\lib\c0d32.obj screen32.obj, ocw.dll l,,c:\bc55\lib\cw32.lib c:\bcc55\lib\import32.lib,, ocw.res Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland ...
by MichaelMo
Mon May 18, 2009 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fastest way to convert a 16bit DLL with Bitmaps
Replies: 6
Views: 1308

Problems converting my 16 bit resource file.

... Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. c:\FWH\dll>c:\bcc55\bin\ilink32 /Tpd c:\bcc55\lib\c0d32.obj screen32.obj, michae(cut off) l.dll,,c:\bc55\lib\cw32.lib c:\bcc55\lib\import32.lib,, michael.res Turbo Incremental Link 5.00 Copyright (c) ...
by MichaelMo
Thu Mar 26, 2009 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems converting my 16 bit resource file.
Replies: 2
Views: 597

Re: PCode DLL

Antonio,
i tried with this:

ilink32.exe -C -Gn -Gi -Tpd -x -Lc:\apps\fwh901\lib;c:\apps\xharbour\lib;c:\apps\bcc55\lib -aa c0d32 maindllp cw32.lib import32.lib fivehx.lib fivehc.lib, fiveh.dll

my res dll is only 58Kb

Regards,
Roberto Parisi
by Roberto Parisi
Sat Feb 07, 2009 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PCode DLL
Replies: 11
Views: 1463

... -c c:\borland\bcc55\bin\ screen32.c also modify the screen32.obj path here: c:\borland\bcc55\bin\ilink32 /Tpd c:\borland\bcc55\lib\c0d32.obj c:\borland\bcc55\bin\ screen32.obj, ... To use more than one RC file, create a RC file that contains all of them: global.rc: #include "first.rc" ...
by Antonio Linares
Tue Jul 15, 2008 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The rc2dll32.bat problem, moving resources to screen32.dl
Replies: 4
Views: 1000

The rc2dll32.bat problem, moving resources to screen32.dl

... .RC extension c:\borland\bcc55\bin\bcc32 -c screen32.c c:\borland\bcc55\bin\brc32 -r %1.rc c:\borland\bcc55\bin\ilink32 /Tpd c:\borland\bcc55\lib\c0d32.obj screen32.obj, %1.dll,,c:\borland\bc55\lib\cw32.lib c:\borland\bcc55\lib\import32.lib,, %1.res del *.i* del *.map del *.obj del *.res del *.tds ...
by hag
Tue Jul 15, 2008 3:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The rc2dll32.bat problem, moving resources to screen32.dl
Replies: 4
Views: 1000

... ERRORLEVEL 1 GOTO EXIT echo -O2 -I%hdir%\include %1.c > b32.bc %bcdir%\bcc32 -M -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\brc32 -r %1 echo c0d32.obj + > b32.bc echo %1.obj, + >> b32.bc echo %1.dll, + >> b32.bc echo %1.map, + >> b32.bc echo %hdir%\obj\b32\maindllp.obj ...
by Antonio Linares
Fri Dec 14, 2007 8:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con actualización a FWH 7.12 y xHarbour 1.1.0
Replies: 32
Views: 9042

... and testdll.exe will use it. Please review tutor01.prg and testdll.prg source code (1) fwh\samples\buildhd.bat has to be modified this way: echo c0d32.obj + %hdir%\obj\b32\maindll.obj + > b32.bc (2) You need Harbour maindll.obj. You may download it from here: http://hyperupload.com/download/0208a58543/maindll.obj.html
by Antonio Linares
Tue Jan 30, 2007 10:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXAMPLE CODE - XHARBOUR SELF CONTAINED DLL
Replies: 5
Views: 1989

Ehab, > What is the difference between c0d32 and c0w32 libraries ? Those files contain the startup code for a DLL or for an EXE. The startup code is responsible for how it loads and behaves. It makes the difference. > What is responsible ...
by Antonio Linares
Sun Jul 16, 2006 2:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The difference
Replies: 1
Views: 629

The difference

What is the difference between c0d32 and c0w32 libraries ? What is responsible in buildhd.bat that cause creations for DLL or EXE?
by Ehab Samir Aziz
Sun Jul 16, 2006 2:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The difference
Replies: 1
Views: 629

gracias, ya lo resolvi

... !! saludos c:\bcc55\bin\bcc32 -c screen32.c c:\bcc55\bin\brc32 -r %1.rc c:\bcc55\bin\brc32 -r TemaXP.rc c:\bcc55\bin\ilink32 /Tpd c:\bcc55\lib\c0d32.obj screen32.obj, %1.dll,,c:\bc55\lib\cw32.lib c:\bcc55\lib\import32.lib,, %1.res TemaXp.res del *.i* del *.map del *.obj del *.res del *.tds ...
by dbzap
Mon Apr 10, 2006 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WindowsXP.Manifest en RC
Replies: 1
Views: 735

... C:\FWH\DLL>brc32 -r hsofcon.rc Fatal error. Could not spawn program: BRCC32.EXE C:\FWH\DLL>\BCC55\BIN\ilink32 /Tpd c:\bcc55\lib\c0d32.obj screen32.obj, hsofcon.dll,,c:\bc55\lib\cw32.lib c:\bcc55\lib\import32.lib,, hsofcon.res Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 ...
by lafug
Thu Feb 23, 2006 2:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL A RC DE 32 BITS
Replies: 3
Views: 993
Next

Return to advanced search