火曜日, 8月 16, 2011
Why, just why?
The Professional edition of Visual Studio 2010 C++ does not compile dependent projects right.
It does not compile the static or dynamic libraries even when the configuration is set to compile them. This bug is more annoying since it says Rebuild All Succeeded when it is set to be compiled from the main project. This can be avoided if the project is compiled separately.
This is such a major bug that it is rather puzzling it is not set in that way, particularly in C++. Could there a way to compile them all together?
RP2040 Zero で MicroPython を使う
埋め込み用マイコンでも Python を動かせる MicroPython というものがあります。 リアルタイムでコマンドラインからマイコンを動かせる画期的なシステムなので、ちょっとした感動が味わえます。 使い方としては、まずファームウエアをアップロードしてドライブとして認識さ...
-
Qt はまってます。Mac でも書いたアプリがコンパイルできて、しっかり動くのを確認しました。このあいだ Chitubox が Qt 使ってるのを知ってうれしかったです。 Mac でもそのまま動くんですが、アプリのアイコンの設定はプラットフォーム依存です。 公式マニュアルでも設定...
-
コンデンサマイク 極性があります コンデンサマイクがようやく届きました。モジュールではないのでそのままでは信号が弱いので使えません。信号を増幅する必要があります。 ちょっとした手間ですが、首尾よく動いてくれました。この回路の応用で、使えるマイクが出来ます。 ...
-
PowerBuilder では Time, Date, DateTime などという型があります。 デフォルトの表示形式から変更する場合は String() 関数を使います。 String(Date('1/12/2016'),'yyyy-mm-dd...
