Search found 58 matches: msc

Return to advanced search

Re: prsht.h changes for Borland 64 bits

But then the same fix should be applied to MSC.
by Enrico Maria Giordano
Thu Nov 10, 2022 8:58 am
 
Forum: Utilities / Utilidades
Topic: prsht.h changes for Borland 64 bits
Replies: 17
Views: 9130

Re: Get real date from the Internet

No. If you add this it won't make any difference with MSC.

Code: Select all  Expand view
#ifdef __BORLANDC__
   #include <winsock2.h>
#endif
by Enrico Maria Giordano
Fri Sep 30, 2022 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4481

Re: Get real date from the Internet

Works fine here with BCC and MSC.
by Enrico Maria Giordano
Fri Sep 30, 2022 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4481

Re: hb_base64 link

... You successfully built FWH for xHarbour and BCC, right? And it has no problem with LoadLibrary() and FreeLibrary. So why the same libs for MSC should have any problems? Anyway, (maybe there is something that I am missing) you can solve the problem with #ifdef __XHARBOUR__, can't you?
by Enrico Maria Giordano
Mon Sep 12, 2022 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3502

Re: hb_base64 link

Ok, but I still need to know: which are the correct FWH libs for MSC 2022 and xHarbour?
by Enrico Maria Giordano
Sat Sep 10, 2022 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3502

Re: hb_base64 link

Ok, this explains why it requires LIBC. So, which are the correct FWH libs for MSC 2022 and xHarbour?
by Enrico Maria Giordano
Sat Sep 10, 2022 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3502

Re: hb_base64 link

Please note that there is no problem with MSC and xHarbour in console mode, only with FWH.
by Enrico Maria Giordano
Thu Sep 08, 2022 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3502

Re: Microsoft Visual Studio - versión reducida

... sus herramientas de apoyo, no incluye el visual studio. todo es a pelo. Gracias por este aporte Carlos, tengo el deseo de comenzar a compilar con msc, ¿Podrías subir nuevamente los batchs de compilación que no puedo ya acceder a ellos? MUCHIIIISIMAS GRACIAS!! :D
by jose_murugosa
Fri Dec 17, 2021 6:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Microsoft Visual Studio - versión reducida
Replies: 24
Views: 2003

Re: How many control per dialog?

... Antonio, I use UEStudio for long time without problem and some 3rd library. I'm not quite sure that all library will compatible with Harbour and MSC. I will try and test it. I will ask a question, when I stuck. Thank you Dear Otto, 1. You just need to install Visual Studio Community 2019 (2022 ...
by dutch
Sun Nov 21, 2021 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many control per dialog?
Replies: 21
Views: 1292

Re: Transym OCR wrapper functions for Harbour

We need the correct LIBs for BCC or the DLLs to generate the LIBs. Otherwise, we have to use MSC.

EMG
by Enrico Maria Giordano
Fri Feb 19, 2021 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

Ok, it looks like you are using TOCRDLL.LIB for MSC instead the one for BCC.

EMG
by Enrico Maria Giordano
Fri Feb 19, 2021 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: xHarbour with SSL/TLS - Master Enrico.

You are probably using the libs for MSC. You have to generate that libs using your C compiler. The syntax is:

Code: Select all  Expand view
implib -a libssl.lib libssl-1_1.dll
implib -a libcrypto.lib libcrypto-1_1.dll


EMG
by Enrico Maria Giordano
Sun Dec 06, 2020 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour with SSL/TLS - Master Enrico.
Replies: 32
Views: 3620

Re: Nuevos controles para FWH

... los archivos, indicar el principal y que se pueda seleccionar mediante un perfil si se compila para fwh o fwh64 y con cualquier compilador bcc msc, etc De modo que use el editor de mi preferencia y no tenga que hacer 2000 cosas para poder compilar con el, simplemente agregar a las herramientas ...
by jose_murugosa
Mon Sep 07, 2020 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevos controles para FWH
Replies: 67
Views: 19624

Re: LAN User Messaging Service

... through cmd prompt to other systems first we have to set our systems messenger ACTIVE. For it, follow these steps: 1. Go to RUN 2. Type : services.msc 3. Scroll down and right click on MESSENGER 4. Select PROPERTIES 5. Then for enabling it go to STARTUP TYPE and select AUTOMATIC 6. Then OK And ...
by ukoenig
Wed Jan 16, 2019 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: LAN User Messaging Service
Replies: 15
Views: 4330

Re: ntdll.dll error

Just look at using eventvwr.msc / s and you will see the cause of the program that is giving problems.

https://www.lifewire.com/how-to-fix-ntdll-dll-errors-2624474

Regards.
by karinha
Thu Mar 29, 2018 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ntdll.dll error
Replies: 8
Views: 1463
PreviousNext

Return to advanced search