convert C to fivewin
now it's better here the new code: #pragma BEGINDUMP #include #include static DWORD dwSysError; DWORD CEFGetVersion(LPTSTR lpVer, LPDWORD lpdwSysError); DWORD CEFRead(unsigned char *lpMemArea, LPDWORD...
View ArticleError al cargar PCode DLL
Si, claro que si. Primero reconstruí [b:3o44tzyp]maindllp.obj[/b:3o44tzyp] y después la misma DLL que enlaza a maindllp.obj. El problema creo que esta en maindllp.c que es donde esta la referencia a...
View ArticleNo puedo crear tablas ( DbCreate )
Vita Consider these suggestions ... Rick Lipkin [code=fw:3r8xzs9p][/code:3r8xzs9p]
View ArticleAdministrar tablas MySql/MaDB embedded
[quote="acuellar":fw6ntvoe]Listo. Ya tengo mi sistema con base embebida (Embedded). He buscado en la Web algún administrador de bases embebidas y no he tenido éxito.[/quote:fw6ntvoe] Excelente!!...
View ArticleTdata still Up to Date ?
Marc, OK, I know OOP seems overwhelming. But how is this for simple? Here is the entire customer class that adds the addPayment() method. It inherits from my TRecord class....
View ArticleReport source code question?
Hi All, I found Report.prg source code appear this below [code=fw:kt5ffdgh][/code:kt5ffdgh] What do it mean?
View ArticleError al cargar PCode DLL
Y en samples/buildhdp.bat tienes que modificar: echo %hdir%\lib\maindllp.obj + >> b32.bc así: echo %hdir%\lib\hbmaindllp.lib + >> b32.bc
View ArticleObjeto OLE
Revisa samples\testole.prg para ver las funciones disponibles Si el código que te he indicado te funciona, entonces no necesitas usar esas funciones
View ArticleDISP_E_UNKNOWNNAME: RECORDCOUNT
Sometimes oRSet is nil in your code do: if oRSet != nil ... endif
View ArticleReport source code question?
[quote="Antonio Linares":kd9yrik8]Richard, [code=fw:kd9yrik8][/code:kd9yrik8] They are special chars that your source code editor or notepad is not properly showing to you, surely due to a codepage...
View ArticlePostgresSQL from core-master\contrib\hbpgsql
I tested with PostgreSQL versi 9: [code=fw:125ymrt6][/code:125ymrt6] Best Regards Fafi
View ArticleMejoras para scintilla
Leandro, ninguna molestia En principio, no has de tener ningun problema Comprueba en Preferencias ( Configuración ), pestaña Projecto, las rutas de objs, ficheros C generados etc Si a pesar de ello no...
View ArticleArtificial intelligence - Class TPerceptron
David Miller C++ code ported to Harbour: Don't miss to try your first neural network
View ArticleInteligencia artificial - Clase TPerceptron
Versión mejorada, aún en fase de pruebas: [code=fw:32rwxnzk][/code:32rwxnzk]
View ArticleTdata still Up to Date ?
I've made setting the index a bit easier. [code=fw:1o14zdwe][/code:1o14zdwe] Passing nOrd ( the index number ) opens the file using the desired index with the one program line. I often have multiple...
View ArticleChange of structure during development
Hi Marc Sorry for my bad english, i use this code for add columns if fieldpos("c_emdirec") < 1 gci_sqlexe("ALTER TABLE gci_empresas ADD c_emdirec CHAR(60) DEFAULT '' NOT NULL AFTER c_emname2")...
View Article