Relative Content

Tag Archive for compiler-errors

Smart contract in Blockchain by remix ethareum ide

When I compile it on remix ethereum ide, it is showing some errors of colon and semicolon during compiling.
It is showing errors –
aptos/devnet/0xb10f6263aadb52ffe139f4800a23b2e3e83514089f593b82750754b1ff7fccac/1723136646883/sources/vault.move:48:9

48 │ move_to(&vault_signer, Vault; {
│ ^^^^^^^
│ │
│ Unexpected ‘move_to’
│ Expected ‘;’

expression works in excel but not vba

Having named volt_array and coef_array in an excel workbook, the expression =SERIESSUM(INDEX(volt_array,2),0,1,INDEX(coef_array,,1)) in excel produces the expected result -.000644218.

expression works in excel but not vba

Having named volt_array and coef_array in an excel workbook, the expression =SERIESSUM(INDEX(volt_array,2),0,1,INDEX(coef_array,,1)) in excel produces the expected result -.000644218.

Fix the error fatal error : CreateProcess: No such file or directory compilation terminated

I don’t know English very well. I apologize if there was a problem in the text.
I was coding with the program when this error was shown by the compiler for the program being written and previous programs (which were running). {PS D:ostadataeian> cd “d:ostadataeian” ; if ($?) { g++ 7.cpp -o 7 } ; if ($?) { .7 }
collect2.exe: fatal error: CreateProcess: No such file or directory
compilation terminated.
PS D:ostadataeian> }