装好VC++ 6.0后,点打开文件时编译器会自动关闭掉,然后在网上找到各位大神写的资料,果然是因为之前有安装vs2010冲突的缘故,然后http://download.csdn.net/source/2373172下载了此dll,然后打开VC++6.0,选择菜单Tools,选择Customize,选择Add-ins and Macro Files,点击Browse,把下载回来的filetools.dll文件加载进去,点击Close,完后,可以看到有个小图标在桌面,拖动小图标放到工具栏上,有两个字…
非gradle的apk文件位置和gradle有一些差别,怎样找到apk文件在哪?我直接上图吧,选中project,右键: 在windows是选择"show in exlporer",然后在跳出的相应的project所在文件夹中,会有一个out的文件,点进去就能够找到相应的apk了,例如以下图,在windows上应该是一样的,我手头如今没有windows的机器,等周一到公司后我试下,假设不一样的话,会做响应的更新.…
1. bordbk41.dll is missing or not registered. regsvr32 "C:\Program Files (x86)\Common Files\Borland Shared\Debugger\bordbk41.dll" This issue also can cause "EAccessViolation" error when run the application in the computer which didn't…
报错: You are trying to add a non-nullable field 'BookName' to BookInfo without a default; we can't do that (the database needs something to populate existing rows). Please select a fix: 1) Provide a one-off default now (will be set on all existing row…