changed from BCC to MSVC 2015

Post Reply
toninhofwi
Posts: 161
Joined: Tue Oct 18, 2005 10:01 am

changed from BCC to MSVC 2015

Post by toninhofwi »

Hi ppl,

It is with great pleasure announce that exactly now I
do my first successfull compilation of my ERP app
with MSVC 2015 + Harbour + FWH.

The final EXE is so big 50MB compared to BCC 35MB,
but I see that MSVC is so fast !!!

I'm no found any hard job do that, except that I have a lot
of C code and some DLLs callig from C is very diferente in
MSVC and BCC, but in some cases, using DLL32 FUNCTION
from FWH or hb_dynCall() from harbour make the job easy.

Cheers
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: changed from BCC to MSVC 2015

Post by Rick Lipkin »

toninhofwi

You may want to consider a ( professional ) .Exe 'shrinker. I have used a product called 'Aspack'. In my case it takes a native .Exe from 8 mg to less than 2mg with NO penalty in execution and with a smaller size, the shrinked Executable loads MUCH FASTER over a Lan\Wan.

http://www.aspack.com/aspack.html

Rick Lipkin
toninhofwi
Posts: 161
Joined: Tue Oct 18, 2005 10:01 am

Re: changed from BCC to MSVC 2015

Post by toninhofwi »

Thanks Rick for the hint.

I bought a copy and I'm waiting for download link.

Regards.
User avatar
Adolfo
Posts: 815
Joined: Tue Oct 11, 2005 11:57 am
Location: Chile
Contact:

Re: changed from BCC to MSVC 2015

Post by Adolfo »

Toninhofwi

Give https://upx.github.io/ a try... it's awesome.... and free
;-) Ji,ji,ji... buena la cosa... "all you need is code"

http://www.xdata.cl - Desarrollo Inteligente
----------
Lenovo Legion Y520, 16GB Ram, 1 TB NVME M.2, 1 TB SSD, GTX 1050
Post Reply