Index: BasicCompiler_Common/common.h
===================================================================
--- BasicCompiler_Common/common.h	(revision 109)
+++ BasicCompiler_Common/common.h	(revision 110)
@@ -47,7 +47,7 @@
 
 #ifdef _AMD64_
-#define VER_INFO		"(x64) β rev.228"
+#define VER_INFO		"(x64) β rev.231"
 #else
-#define VER_INFO		"β rev.228"
+#define VER_INFO		"β rev.231"
 #endif
 
Index: BasicCompiler_Common/error.cpp
===================================================================
--- BasicCompiler_Common/error.cpp	(revision 109)
+++ BasicCompiler_Common/error.cpp	(revision 110)
@@ -81,4 +81,5 @@
 	if(num==-106) sprintf(msg,"[警告] DLLファイル \"%s\" が見つかりません。",tempKeyWord);
 	if(num==-107) sprintf(msg,"[警告] DLL関数 \"%s\" を参照できません。",tempKeyWord);
+	if(num==-120) sprintf(msg,"[警告] VarPtr関数の引数にオブジェクト インスタンスが指定されました。オブジェクトの先頭アドレスを取得したいときはObjPtr関数に切り替えをお願いします。m(__)m（この警告はVarPtr→ObjPtrへの切り替えが完了したら消します（切り替えは \"適材箇所に限り\" ですので、ご注意ください！））",tempKeyWord);
 #else
 #endif
