Search found 29 matches: vminit

Return to advanced search

Re: Otro momento historico en Harbour...

1. Descarga e instala Visual Studio Community desde aqui: https://visualstudio.microsoft.com/vs/community/ 2. git clone https://github.com/FiveTechSoft/harbour_app_msvc64_sources 3. Doble click en el fichero Harbour_app.sln 4. Busca hb_vmInit() desde el "solution explorer" y po...
by Antonio Linares
Mon Jun 01, 2020 6:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otro momento historico en Harbour...
Replies: 6
Views: 1181

Re: Another historic moment in Harbour ...

1. Download and install Visual Studio Community from here: https://visualstudio.microsoft.com/vs/community/ 2. git clone https://github.com/FiveTechSoft/harbour_app_msvc64_sources 3. Double click on the Harbour_app.sln file 4. Search for hb_vmInit() from the solution explorer and set a b...
by Antonio Linares
Mon Jun 01, 2020 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another historic moment in Harbour ...
Replies: 2
Views: 591

Re: access to window via its :hwnd

Here is the "calling program" = babu.prg modified After that is the "dll program" = babudll.prg modified you may want to remove the altd() breaks and the reference to the external debugging libraries. REQUEST HB_GT_WIN REQUEST HB_GT_WIN_DEFAULT ***********************************...
by don lowenstein
Sat Jan 06, 2018 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1789

Re: create a harbour dll containing functions to be executed

Antonio, I'm not sure that I have the Harbour DLL setup properly. I receive the following error An unhandled exception of type 'System.EntryPointNotFoundException' occurred in WindowsFormsApplication1.exe Additional information: Unable to find an entry point named 'OneParam' in DLL 'Mydll.dll'. This...
by rkurian
Thu Sep 08, 2016 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4256

Re: create a harbour dll containing functions to be executed

I have FWH 16.02 & Harbour 3.2.0dev I tried my original MYDLL.PRG with BUILDHD,bat, but i got many errors : Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_CTOT' referenced from C:\FWH7\LIB\FIVEH.LIB|VALBLANK Error: Unresolve...
by Romeo
Wed Sep 07, 2016 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4256

Re: Creation of xHarbour PCODE DLL succeeded

Hi Antonio, I tried but it seems hb_parl(-1) doesn't return a logic value or anyway the value is not TRUE. The external application that call babudll recognize TRUE only if I use "return TRUE" instead of "returnhb_parl(-1)" into ExecAll. This is a semplified self-contained sample...
by Marco Turco
Sat Nov 19, 2011 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation of xHarbour PCODE DLL succeeded
Replies: 25
Views: 10182

Re: Creation of xHarbour PCODE DLL succeeded

Hi Antonio, the function is correctly called from the external c++ application. Great ! The only problem still remain is that I need ExecuteAll return .t. or .f. based on some fwh code I have directly in the dll. To be clear in this sample ExecuteAll should call CheckPassword that return true or fal...
by Marco Turco
Thu Nov 17, 2011 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation of xHarbour PCODE DLL succeeded
Replies: 25
Views: 10182

Re: Probando FivePhone con Lion (beta), xcode 4.1 y iOS 4.3

Antonio realmente no he hecho NADA . Al conectar el dispositivo al xcode se me registra sin ningun tipo de problema .( ojo que tiene jailbreak ) . EL hb_vmInit ( true) lo llamo en el mismo sitio que se hacia en la version anterior , de hecho he usado un programa ya generado con la plantilla que crea...
by mastintin
Sun Apr 10, 2011 7:44 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Probando FivePhone con Lion (beta), xcode 4.1 y iOS 4.3
Replies: 21
Views: 7679

Re: Probando FivePhone con Lion (beta), xcode 4.1 y iOS 4.3

Manuel,

Que modificaciones has hecho en los ficheros .m que crea xcode ?

Desde donde estas llamando a hb_vmInit( TRUE ); ?

Como solucionas el "provisioning profile" que te pide xcode para instalar en el dispositivo real ?

gracias :-)
by Antonio Linares
Sat Apr 09, 2011 9:39 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Probando FivePhone con Lion (beta), xcode 4.1 y iOS 4.3
Replies: 21
Views: 7679

Re: Testing FivePhone with Lion (beta), xcode 4.1 and iOS 4.3

See how the NSLog() call from our PRG is properly showing on the console :-) http://img135.imageshack.us/img135/2751/screenshot20110408at105.png I have added a call to hb_vmInit() to launch the Harbour virtual machine and also linked the FIvePhone library (see it on the left): http&#...
by Antonio Linares
Fri Apr 08, 2011 9:06 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Testing FivePhone with Lion (beta), xcode 4.1 and iOS 4.3
Replies: 5
Views: 2205

Re: Probando FivePhone con Lion (beta), xcode 4.1 y iOS 4.3

Observa como la llamada a NSLog() desde nuestro PRG se muestra correctamente en la consola :-) http://img135.imageshack.us/img135/2751/screenshot20110408at105.png He añadido la llamada a hb_vmInit() para lanzar la maquina virtual de Harbour y tambien he enlazado la libreria FivePhone...
by Antonio Linares
Fri Apr 08, 2011 8:58 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Probando FivePhone con Lion (beta), xcode 4.1 y iOS 4.3
Replies: 21
Views: 7679

Re: he conseguido un iphone

Antonio , intentando seguirte , me quedo en hb_vmInit( TRUE ); Aqui se me rompe la aplicacion ... Saludos. -------------- edito ----------------------- Solucionado , se me paso el codigo que teniamos metido por plantilla en el main.c . Antonio funciona perfectamente y a mi me funcionan las acciones ...
by mastintin
Fri Dec 24, 2010 4:12 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 129942

Re: he conseguido un iphone

Manuel, La idea que estoy desarrollando es la siguiente: 1. Crear una aplicación "view based" y respetar el código que genera el xcode, con lo que se lanzará la ventana principal con el view que se haya diseñado en el interface builder. main.m no se modifica, es decir usa el código del xco...
by Antonio Linares
Fri Dec 24, 2010 12:04 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 129942

Re: he conseguido un iphone

Mastintin, el primer problema que me encuentro es que me instala la plantilla en la carpeta manuel, yo he copiado estas carpetas a las mias en mi usuario-Libreria- etc... y ya he logrado que me aparezca la plantilla en xCode, pero cuando añado tutor02.prg y compilo me sale los siguientes errores Bui...
by softruz
Mon Dec 13, 2010 10:58 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 129942

Re: he conseguido un iphone

... Por cierto he mirado que se pueden hacer plantillas personalizadas de xcode donde directamente podemos hacer que nos ponga el vmInit() y la llamada a main() automaticamente :D
by mastintin
Tue Nov 23, 2010 6:07 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 129942
Next

Return to advanced search