Feeds
質問
Is is possible to redirect the output of a system command that calls another program?
Essentially, I am calling the system command to run Vivado Lab in order to program an FPGA over JTAG. So status = system('viva...
11ヶ月 前 | 1 件の回答 | 0
1
回答回答済み
Is it possible to get the version number of a compiled program inside the program? I am using the Application Compiler.
First, you need the name and location of your file. If this is standard to a directory and file name, you're fine. Otherwise, yo...
Is it possible to get the version number of a compiled program inside the program? I am using the Application Compiler.
First, you need the name and location of your file. If this is standard to a directory and file name, you're fine. Otherwise, yo...
約2年 前 | 0
質問
Is it possible to get the version number of a compiled program inside the program? I am using the Application Compiler.
For a project I am working on, I would like the program to output the current version being used in a char array. I have the fol...
約2年 前 | 3 件の回答 | 0
