| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| hurley_alvin_0.0.1.50 | 2009-02-05 | ||
| hurley_alvin_0.0.1.49 | 2009-02-04 | ||
| hurley_coritiba_0.0.1.45 | 2009-01-28 | ||
| hurley_coritiba_0.0.1.44 | 2009-01-16 | ||
| hurley_junior_0.0.1.37 | 2009-01-10 | ||
| hurley_junior_0.0.1.34 | 2009-01-09 | ||
| hurley_junior_0.0.1.32 | 2009-01-08 | ||
| hurley_cce_0.0.0.28 | 2009-01-08 | ||
| hurley_truquesa_0.0.0.20 | 2009-01-06 | ||
| hurley_truquesa_0.0.0.15 | 2009-01-03 | ||
| hurley truquesa 0.0.0.5 | 2009-01-01 | ||
| hurley 0.0.0.3 | 2008-12-29 | ||
| hurley 0.0.0.2 | 2008-12-29 | ||
| hurley_alvin_0.0.5 build 54.7z | 2024-11-25 | 341.1 kB | |
| hurley_alvin_0.0.4 build 53.7z | 2024-11-25 | 340.7 kB | |
| readme.txt | 2024-11-25 | 2.8 kB | |
| hurley_alvin_0.0.3 build 52.7z | 2024-11-25 | 237.7 kB | |
| hurley_alvin_0.0.2 build 51.7z | 2024-11-25 | 237.7 kB | |
| hurley_alvin_0.0.1.50_b.zip | 2020-12-06 | 173.4 kB | |
| Totals: 19 Items | 1.3 MB | 2 |
Portions of this code is Aurora Boreal and portions are Microsoft Copilot
, for Copilot code the license is MIT
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
#2023 X March 21 19:50 PM Brasília Time
* *
* Licensa de Copia (C) <2024> <Aurora Boreal> *
* *
* Este programa e software livre: voce pode redistribuir isto e/ou *
* modificar isto sobre os termos do GNU Licensa Geral Pública como 25
* publicado pela Fundacao de Software Livre, tanto a versão 3 da *
* Licensa, ou (dependendo da sua opcao) qualquer versao posterior. *
* *
* Este programa e distribuido na esperanca que isto vai ser util, *
* mas SEM QUALQUER GARANTIA; sem ate mesmo a implicada garantia de *
* COMERCIALIZAcaO ou CABIMENTO PARA UM FIM PARTICULAR. Veja a *
* Licensa Geral Publica para mais detalhes. *
* *
* Você deve ter recebido uma cópia da LICENSA GERAL PUBLICA e a GNU *
* Licensa Publica Menor junto com este programa *
* Se não, veja <http://www.gnu.org/licenses/>. *
* *
* Suporte: sourceforge.net github.com *
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Pereira: arsoftware25@gmail.com ricardo@arsoftware.net.br *
* xcx: arsoftware10@gmail.com charli@arsoftware.net.br *
Yasmin: yasmin@arsoftware.net.br *
pereira1001@users.sourceforge.net
*/
source code translator Hurley
Hurley is a source code translator being developed to translate C# source code to C
And make it compilable with Mingw (gcc)
The source code is hosted at Sourceforge http://sourceforge.net
Feel free to examine the sources and see how it work
The goal is to make a windows C# forms application run in C
What is new in release 0.0.2 build 51
Modified the makefile to use csc.exe for
Net framework 4.8.1, no changes in the
sources