Search found 873 matches: uestudio

Searched query: uestudio

by hua
Fri Apr 19, 2024 6:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 1143

Re: Compiler with MSVC y HARBOUR

Thank you for such a detailed instructions.
Since I'm not using UEStudio, I also copied out "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat"

Good dears

If you are still with BCC and xHarbour/Harbour
It's time to switch to the best, with MSVC and HARBOR It ...
by acuellar
Thu Apr 18, 2024 8:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 1143

Compiler with MSVC y HARBOUR

... LIB


After creating your VS2022 portable you can uninstall Visual Studio and recover the 10GB that you used in the installation

To link to the UEstudio Editor use this Application


# --------- Harbour y FWH configuration --------
# --- general --------------------------------------
# $P ...
by acuellar
Thu Apr 18, 2024 8:17 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con MSVC y HARBOUR
Replies: 4
Views: 1022

Compilar con MSVC y HARBOUR

... Luego de crear su portable VS2022 puede desintalar Visual Studio y recupera sus 10GB que utilizó en la instalación

Para enlazar con el Editor UEstudio use éste Application

# --------- Harbour y FWH configuration --------
# --- general --------------------------------------
# $P - project name ...
by Ruth
Tue Jan 30, 2024 1:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 4703

Re: link between PRG and RC

... STUDIO CODE for almost everything i do so far ... since i have not yet compiled anything i am really looking forward to it.

and also we use UESTUDIO in our company ... i hope this was your question and i thank you for your patience :-)

i was so eager to start so i just copied all the folders ...
by frose
Fri Nov 10, 2023 8:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 672

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

With UEStudio, can we enter constants in Utf8 and save in Utf8?

Do you mean #define cVar3 "üäö ÜÖÄ ß"
STATIC cVar1 := "üäö"
instead of LOCAL cVar1 := "üäö"
?
If so, yes!

But the point is we need to INSERT utf8 text but not ANSI text when the table's charset is utf8 or utf8mb4.
8) :D

Now ...
by nageswaragunupudi
Fri Nov 10, 2023 7:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 672

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

source code (UEStudio)
With UEStudio, can we enter constants in Utf8 and save in Utf8?
If so that is far better

But the point is we need to INSERT utf8 text but not ANSI text when the table's charset is utf8 or utf8mb4.

Now, we need to check the method Insert and get back to you.
by frose
Fri Nov 10, 2023 6:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 672

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

... pure sql works!

Without AnsiToUtf8()!

Because I have completely switched from mixed ASCII-Cp850/Ansi environment to UTF8, i.e. source code (UEStudio) and database DBF/MariaDB.

From now on, I no longer have to worry about the encoding.
No more conversions between the code pages HB_OemToAnsi ...
by acuellar
Sat Jun 03, 2023 11:27 am
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 3728

Re: Crear HBSSL.LIB con CMS para firma de Xml

Estimado Antonio

Compilando con el editor UEstudio no da error y funciona perfecto :D

Porfa me podrías pasar las libs para MSVS incluidos cms.c y cms_singfile_pfx.c en HBSSL.LIB

Muchísimas gracias estimado.
by acuellar
Tue Apr 11, 2023 9:37 pm
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 9063

VS2022 Portable x32 x64

... lversion

xhb.hbc
hbct.hbc
hbwin.hbc
hbmzip.hbc
hbziparc.hbc
#hbfoxpro.hbc

-ldflag=/NODEFAULTLIB:msvcrt
MovieCenter.RC


Para los que usan UEstudio el Application

# --------- Harbour y FWH configuration --------
# --- general --------------------------------------
# $P - project name
# $Pp ...
by fgondi
Fri Sep 02, 2022 7:49 am
Forum: FiveWin para Harbour/xHarbour
Topic: vscode hbmk2 vcvarsall
Replies: 19
Views: 3245

Re: vscode hbmk2 vcvarsall

Se me paso indicar que en uestudio usabamos bastante la opción "lista de funciones" para ver todos los procedimientos, funciones, métodos, etc. de un prg, y poder desplazarnos hasta su definición mas rápido.

En vscode con Ctrl +Shift + O se puede ir a todas las definiciones (incluidas variables ...
by fgondi
Thu Sep 01, 2022 10:03 am
Forum: FiveWin para Harbour/xHarbour
Topic: vscode hbmk2 vcvarsall
Replies: 19
Views: 3245

Re: vscode hbmk2 vcvarsall

He ido intentado adaptar el sistema a lo que usaba en uestudio.
Bookmarks , nos sirve para realizar para marcar uno o varios puntos en el código fuente. Cuando un prg tiene bastantes líneas de código es útil para moverse rápidamente
https://i.ibb.co/KVV5H3B/1.png https://i&#46 ...
by fgondi
Tue Aug 23, 2022 8:16 am
Forum: FiveWin para Harbour/xHarbour
Topic: vscode hbmk2 vcvarsall
Replies: 19
Views: 3245

Re: vscode hbmk2 vcvarsall

Hola,


De momento he construido el archivo .hbp para que llame a todos los prgs de una carpeta.
Sin embargo, esto implica que todas las veces se van a compilar todos los prgs.


Actualmente uso uestudio y sólo compila los prgs que han variado, ya que me facilita las pruebas del executable
by TimStone
Wed May 25, 2022 6:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ue Studio New Licence Modell
Replies: 20
Views: 2038

Re: Ue Studio New Licence Modell

I'm a bit confused by this post.

First, UEStudio ( which I have used for many years ) has two options. You can buy it without a subscription. It is the latest version, and you get updates to the version you buy for awhile It has update pricing, so I just updated to the most recent version. -OR- You ...
by dutch
Tue May 24, 2022 12:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ue Studio New Licence Modell
Replies: 20
Views: 2038

Re: Ue Studio New Licence Modell

Dear Antonio,

Have you got the configs file as "\uestudio\configs\Application" ?
Antonio Linares wrote:vscode my friends... :-)
by dutch
Mon May 23, 2022 3:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ue Studio New Licence Modell
Replies: 20
Views: 2038

Re: Ue Studio New Licence Modell

Hi Otto,

No, I ask Uwe that the new version is compatible config with old version? Because I still use UEStudio (Application) configs file with UEStudio V.6.
Otto wrote:Hi Dutch,
do you say the current version stop working, and we have to update, or can I keep my version?
Best regards,
Otto