... este tipo de problemas de conversion de codigo con el.
Aca te pongo un ejemeplo
Para convertir el código VB.NET a FiveWin/Harbour Imports FusionClass, necesitas adaptar las llamadas a métodos y el manejo de tipos de datos según las convenciones de FiveWin/Harbour. Aquí tienes una ...
Search found 25 matches: fusion
Searched query: fusion
- Fri Jun 14, 2024 3:37 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Como paso un codigo de VB 10 a FWH
- Replies: 3
- Views: 1025
- Fri Jun 07, 2024 6:39 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Como paso un codigo de VB 10 a FWH
- Replies: 3
- Views: 1025
Como paso un codigo de VB 10 a FWH
... VB 10 que funciona bien y quizas alguien me pueda dar alguna pista de como se traduce esto a FWH.
Desde ya muchas gracias.
Jorge Jaurena
Imports FusionClass
Module Module1
Sub Main()
Dim c_Fusion As New FusionClass.Fusion()
Dim IpFusion As String
Dim Status As String
Dim SubStatus As String ...
Desde ya muchas gracias.
Jorge Jaurena
Imports FusionClass
Module Module1
Sub Main()
Dim c_Fusion As New FusionClass.Fusion()
Dim IpFusion As String
Dim Status As String
Dim SubStatus As String ...
- Wed Jun 05, 2024 1:49 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda con DLL
- Replies: 8
- Views: 1468
Re: Ayuda con DLL
... Antonio.
Esta declaracion:
DLL32 FUNCTION PeriodSalesByGrade( pt AS LPSTR, periodID AS LPSTR, pte AS LPSTR, @periodInfo AS LPSTR ) AS BOOL FROM "Fusion" LIB "FusionClass.dll"
La puse y tambien la saque para probar si era por esto o no, como esto probe de todo, no es que lo estoy usando porque estoy ...
Esta declaracion:
DLL32 FUNCTION PeriodSalesByGrade( pt AS LPSTR, periodID AS LPSTR, pte AS LPSTR, @periodInfo AS LPSTR ) AS BOOL FROM "Fusion" LIB "FusionClass.dll"
La puse y tambien la saque para probar si era por esto o no, como esto probe de todo, no es que lo estoy usando porque estoy ...
- Tue Jun 04, 2024 7:37 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda con DLL
- Replies: 8
- Views: 1468
Re: Ayuda con DLL
... declaración de tu función:
DLL32 FUNCTION PeriodSalesByGrade( pt AS LPSTR, periodID AS LPSTR, pte AS LPSTR, @periodInfo AS LPSTR ) AS BOOL FROM "Fusion" LIB "FusionClass.dll"
sin embargo en tu código la usas como un mensaje a un objeto:
SiRet :=Controlador:PeriodSalesByGrade(Type, Pid ...
DLL32 FUNCTION PeriodSalesByGrade( pt AS LPSTR, periodID AS LPSTR, pte AS LPSTR, @periodInfo AS LPSTR ) AS BOOL FROM "Fusion" LIB "FusionClass.dll"
sin embargo en tu código la usas como un mensaje a un objeto:
SiRet :=Controlador:PeriodSalesByGrade(Type, Pid ...
- Tue Jun 04, 2024 5:24 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda con DLL
- Replies: 8
- Views: 1468
Re: Ayuda con DLL
No se si servira pero esto dice la documentacion de la clase.
Siempre me devuelve .t. por lo tanto asumo que la sintaxis al menos es correcta.
◆ Fusion::PeriodSalesByGrade() [2/2]
bool FusionClass::Fusion::Fusion::PeriodSalesByGrade ( String^ pt,
String^ periodID,
String^ pte,
String^ % periodInfo ...
Siempre me devuelve .t. por lo tanto asumo que la sintaxis al menos es correcta.
◆ Fusion::PeriodSalesByGrade() [2/2]
bool FusionClass::Fusion::Fusion::PeriodSalesByGrade ( String^ pt,
String^ periodID,
String^ pte,
String^ % periodInfo ...
- Tue Jun 04, 2024 2:18 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda con DLL
- Replies: 8
- Views: 1468
Re: Ayuda con DLL
... bBoF=nil
oDbf:GoTop()
IPCem :=ALLTRIM(oDbf:IPCEM44)
ModCem:=ALLTRIM(oDbf:MODOCEM)
DBCLOSEALL()
Titulo :="WEST POINT Software - Comunicacion con Fusion Controller - V.240603"
MsgFooter:="Conectado en:"+IPCem+" "+ModCem
DEFINE ICON oIcon RESOURCE "A_ICON_1"
DEFINE BRUSH oFondo1 RESOURCE "FONDO_1 ...
oDbf:GoTop()
IPCem :=ALLTRIM(oDbf:IPCEM44)
ModCem:=ALLTRIM(oDbf:MODOCEM)
DBCLOSEALL()
Titulo :="WEST POINT Software - Comunicacion con Fusion Controller - V.240603"
MsgFooter:="Conectado en:"+IPCem+" "+ModCem
DEFINE ICON oIcon RESOURCE "A_ICON_1"
DEFINE BRUSH oFondo1 RESOURCE "FONDO_1 ...
- Mon Sep 10, 2018 12:09 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Uso de una DLL
- Replies: 2
- Views: 654
Re: Uso de una DLL
Buen dia.
Asi lo creo:
Controlador:=CreateObject("Fusion")
Asi lo creo:
Controlador:=CreateObject("Fusion")
- Fri Jun 22, 2018 3:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Can a FWH-32 Bit win program run on a Mac
- Replies: 6
- Views: 1027
Re: Can a FWH-32 Bit win program run on a Mac
Hi
You can install Vmware Fusion and run Windows on the Mac.
I've been using it for over 10 years and it's great. No problem at all.
You can install Vmware Fusion and run Windows on the Mac.
I've been using it for over 10 years and it's great. No problem at all.
- Sun Jul 16, 2017 5:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need explanation: FWH XML example
- Replies: 3
- Views: 1150
Need explanation: FWH XML example
... and xmltree. Fine ... HOWEVER ... they are not helping
I have to get the data from a line like this:
<nonoem-base-model><![CDATA[FUSION]]></nonoem-base-model>
The sample shows:
MsgInfo( oTagActual:cName, oTagActual:cData ) HEval( oTagActual ...
I have to get the data from a line like this:
<nonoem-base-model><![CDATA[FUSION]]></nonoem-base-model>
The sample shows:
MsgInfo( oTagActual:cName, oTagActual:cData ) HEval( oTagActual ...
- Mon Jan 13, 2014 10:15 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Correr una aplicacion en un maquina apple
- Replies: 7
- Views: 1249
Re: Correr una aplicacion en un maquina apple
... En una maquina virtual :
Virtualbox ( gratis ) . no podría decirte , no la he usado , pero mucha gente la usa . es la menos optimizada .
VmWare fusion : +-60€ . La uso a diario , funciona muy bien . Tiene copy y paste de archivos entre el sistema windows y mac , y muchas mas cosas .
Parallels : el ...
Virtualbox ( gratis ) . no podría decirte , no la he usado , pero mucha gente la usa . es la menos optimizada .
VmWare fusion : +-60€ . La uso a diario , funciona muy bien . Tiene copy y paste de archivos entre el sistema windows y mac , y muchas mas cosas .
Parallels : el ...
- Tue Jan 08, 2013 8:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Porting from Fwh to Mac
- Replies: 58
- Views: 14574
Re: Porting from Fwh to Mac
I just started using VMware Fusion on a MacBookPro. VMware has a free Player so you can copy your virtual machine to another computer and run it for free using their player. Fusion is about $50.00.
You could deliver a preconfigured virtual machine (XP, Windows 7, Windows 8, whichever os you prefer ...
You could deliver a preconfigured virtual machine (XP, Windows 7, Windows 8, whichever os you prefer ...
- Fri Jun 22, 2012 2:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH Windows application on an iMac
- Replies: 9
- Views: 1808
Re: FWH Windows application on an iMac
I'm using Fwh and Xharbour.com in and XP session inside Fusion and everything is working fine.
- Mon May 23, 2011 8:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT: Looking for dBase 2
- Replies: 15
- Views: 2439
Re: OT: Looking for dBase 2
Hi Antonio.
Is possible to install it inside Vmware Fusion ?
Is possible to install it inside Vmware Fusion ?
- Thu Aug 26, 2010 7:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: From PC to MAC - Urgent
- Replies: 6
- Views: 1612
From PC to MAC - Urgent
... I have had a request from a client that currently uses my app (FWH) on a PC but now wants to run it on a MAC.
I tried to get him to go with Fusion on the MAC but he will not go that route. He would like it as a real MAC application.
Any info you can provide would really help.
This customer ...
I tried to get him to go with Fusion on the MAC but he will not go that route. He would like it as a real MAC application.
Any info you can provide would really help.
This customer ...
- Tue Jun 29, 2010 6:15 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: FiveMac: Time-limited Giveaway Offer!!!
- Replies: 13
- Views: 6528
Re: FiveMac: Time-limited Giveaway Offer!!!
... and a big friend of mine, we are using Imacs. No more crashes or blue screen.
No problem with antivirus that is slowing down the machine. Now with Fusion, I can have a machine for developing
and another one for making tests. And if I need to surf the net with safe, I use Ubuntu on another machine ...
No problem with antivirus that is slowing down the machine. Now with Fusion, I can have a machine for developing
and another one for making tests. And if I need to surf the net with safe, I use Ubuntu on another machine ...