how to make VS code to ignore such assert to bring in the definition of print? #include <eosiolib/eosio.hpp> #include <eosiolib/print.hpp> using namespace eosio; class hello : public eosio::contract { public: using contract::contract; static_assert( sizeof(long) == sizeof(int), ...
In VS, I created a simple Win32 console application and added paths to sgx_tcrypto.h and sgx_tcrypto.lib to the project properties. But while building it turned out that the library depends on libmmdd.lib. I have to questions: 1. Am I allowed to use sgx_tcrypto.lib ...
In VS, I created a simple Win32 console application and added paths to sgx_tcrypto.h and sgx_tcrypto.lib to the project properties. But while building it turned out that the library depends on libmmdd.lib. I have to questions: 1. Am I allowed to use...