Search found 48 matches: asm

Return to advanced search

Re: Codeblocks y punteros a funciones (Closures?)

... a un código, que contiene una secuencia de pcode. La belleza de Clipper fué el establecer un paralelismo entre un lenguaje a muy bajo nivel (asm y lenguaje C) y otro a alto nivel, equilibrando perfectamente el "interior" (puro C) con el "exterior" (puro PRG) Y Harbour ...
by Antonio Linares
Thu Dec 16, 2021 12:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codeblocks y punteros a funciones (Closures?)
Replies: 6
Views: 616

Re: Error de Ejecuccion Con BCC74 de 64 bits

... 64: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="amd64" name="FiveTech ...
by Antonio Linares
Wed Nov 03, 2021 12:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de Ejecuccion Con BCC74 de 64 bits
Replies: 8
Views: 965

Re: Problema DPI y tamaño de texto al 150% en windows 10

... <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> <asmv3:windowsSettings ...
by Carles
Fri Mar 01, 2019 6:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema DPI y tamaño de texto al 150% en windows 10
Replies: 5
Views: 1415

Re: Problema DPI y tamaño de texto al 150% en windows 10

... <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> <asmv3:windowsSettings ...
by carlos vargas
Thu Feb 28, 2019 9:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema DPI y tamaño de texto al 150% en windows 10
Replies: 5
Views: 1415

Re: Ports to 485 with converter USB, please help.

... #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <asm/ioctls.h> #include <errno.h> #include <termios.h> // Control struct for setting the port in 485 mode struct rs485_ctrl { unsigned ...
by Busmatic_wpb
Thu Feb 08, 2018 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ports to 485 with converter USB, please help.
Replies: 7
Views: 1402

Re: cGetFile32 Does not appear Network Driver

Ola, Bom dia amigos A Solução encontrada foi a retirada as linhas abaixo no arquivo MANIFEST. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> <requestedExecutionLevel level="highestAvailable" ...
by miragerr
Thu Sep 14, 2017 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 Does not appear Network Driver (SOLVED)
Replies: 13
Views: 2292

Re: C wrapper help

... for C++ c:\xhb\bin>xcc Pelles ISO C Compiler, Version 3.00.0 (Beta) Copyright (c) Pelle Orinius 1999-2005 Syntax: xCC [options] srcfile{.C|.ASM} Options: /D<name>[=<text>] Define a preprocessor symbol /E Preprocess only (to stdout) /Fo<outfile> Name the output file /Gd ...
by Antonio Linares
Thu Oct 20, 2016 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C wrapper help
Replies: 16
Views: 3208

Re: EXTRAÑO COMPORTAMIENTO DE SETBALLOON()

... <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="FiveTech ...
by rterraz
Thu Feb 25, 2016 6:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXTRAÑO COMPORTAMIENTO DE SETBALLOON()
Replies: 7
Views: 986

Re: fix para toutlook

... <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="FiveTech ...
by carlos vargas
Thu Jan 22, 2015 4:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fix para toutlook
Replies: 9
Views: 2018

Re: Instalar el sistema completo desde cero en Linux

... before ‘,’ token hola.c:20: error: expected ‘)’ before string constant hola.c: In function ‘HB_FUNC’: hola.c:41: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pcode’ hola.c:41: error: ‘pcode’ undeclared (first use in this function) hola.c:41: error: (Each undeclared identifier ...
by fjdise
Sun Jan 11, 2015 1:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instalar el sistema completo desde cero en Linux
Replies: 30
Views: 7213

Re: Existe Libreria Nanfor en (x)Harbour

en xharbour esta libnf.lib, algunos módulos de la lib original están realizados en asm, los que se han podido fueron portados a c, esto por que existen funciones asm en la lib original que no pueden ser portadas por que temas de compatibilidad entre windows (32bits) y dos (16bits).
by carlos vargas
Thu Nov 27, 2014 4:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Existe Libreria Nanfor en (x)Harbour
Replies: 6
Views: 754

Re: Existe Libreria Nanfor en (x)Harbour

... voy a tratarlo de compilar, me imagino que en la contribución que tu dices hay modificaciones. En estos fuentes que descargue hay archivos .ASM , que es asembler, hay que conseguir un compilar assembler sabes de alguno , o el compilador de C lo compila, uso bcc582.
by ruben Dario
Thu Nov 27, 2014 1:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Existe Libreria Nanfor en (x)Harbour
Replies: 6
Views: 754

Re: Herramienta para envio de correos electronicos

Buenas noches He bajado la excelente herramienta de william, pero al intentar correr reg_asm me manda el error: regasm: error ra0000 : no se puede cargar el archivo o ensamblado 'file: ///c:/tempo2/regasm.exe' ni una de sus dependencuas. operacion no admitida. (excepcion de HRESULT: 0x80131515) Teng...
by José Ríos
Mon Nov 24, 2014 1:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Herramienta para envio de correos electronicos
Replies: 30
Views: 8938

Re: FWH 64 oferta promocional

... <generateID value="false" />   <generateControl value="false" />   <pascal value="false" />   <asmDefine value="false" />   <dialogEx value="false" />   <menuEx value="false" />   <askIncludes value="true" ...
by carlos vargas
Mon May 12, 2014 4:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 64 oferta promocional
Replies: 47
Views: 9938

Re: Internet Date

Its a long time since I don't mess with ASM but if needed I can help :-) Who is the author of sntp.obj ? Using http://astrobase.bajaobs.hu/astrobase/dos/dosuitil/objtoasm.zip we can get its ASM source code and from there is not ...
by Antonio Linares
Mon Aug 26, 2013 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Internet Date
Replies: 35
Views: 8858
Next

Return to advanced search