Vulcan Macro compiler and XSharp version 1.2 issue

This forum is meant for questions and discussions about the X# language and tools
Post Reply
boonnam
Posts: 88
Joined: Mon May 08, 2017 6:42 pm
Location: USA

Vulcan Macro compiler and XSharp version 1.2 issue

Post by boonnam »

Anyone that upgraded to version 1.2 able to add Vulcan Macro compiler to the reference? A month or so ago, I downloaded the Vulcan macro compiler from http://repairdll.info/vulcanmacrocompil ... -5717.html. After I upgraded to version 1.2, my project would not load. I manually edit the .proj to remove the vulcan macro compiler dll, and my project would now load. I attempted to add this dll again in VS. I get "Object reference not set to an instance of an object" error.

Thanks,
Boonnam
boonnam
Posts: 88
Joined: Mon May 08, 2017 6:42 pm
Location: USA

Vulcan Macro compiler and XSharp version 1.2 issue

Post by boonnam »

This is solved. I found a different vulcan macro compiler dll from our library.
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Vulcan Macro compiler and XSharp version 1.2 issue

Post by wriedmann »

Hi Boonnam,

please don't use DLLs from unknown sources.

The best option is to download the Vulcan demo version from govulcan.net, or if you need the DLLs only for internal use, you could use DLLs from a legally distributed software like my FTPExplorer: https://www.riedmann.it/download/FTP_Explorer_XS.zip
This is a sample of a migrated VO aplication, regularly used also by myself.

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply