Qt Compile in Release Mode
When try to running my Qt execution program, I have error message like “the program can’t start because QtCored4.dll is missing…” The Qt file with “…d..” is a debug file requirement. This error showed, because we compile our code in Debug mode. We need to change our *.pro file to make Qt Compile in Release [...]
dc: command not found
I get a seismic software software in Linux. When I try to running this software, I get the error message like this : dc: command not found . I am sure install the all requirement program, but this error dc: command not found still showed. This error message showed, because I dont have dc program. [...]
/usr/bin/xauth: timeout in locking authority file
I am try to remote other computer using SSH with command : ssh -X alice@192.168.99.110 but, the connected process is very slow and get the error message like this when connect to the server : /usr/bin/xauth: timeout in locking authority file /home/alice/.Xauthority This problem showed because the SELINUX configuration. So, we need to disable this [...]
Matlab Call Subroutine Function
This is my notes about how Matlab call subroutine. We could make them all static methods on a utility class. The functions will be globally referenceable by name, but you only need to manage one M-file. Please look at my sample code : classdef test_toto methods (Static) function [a1] = test1_toto a1 = ‘test1′; end [...]
