「STM8」の版間の差分

提供: A-VEKT Wiki
ナビゲーションに移動 検索に移動
13行目: 13行目:
  2) Regsvr32 /u "C:\Program Files (x86)\Common Files\Microsoft Shared\DAO\DAO350.DLL"
  2) Regsvr32 /u "C:\Program Files (x86)\Common Files\Microsoft Shared\DAO\DAO350.DLL"
  3) Regsvr32 "C:\Program Files (x86)\Common Files\Microsoft Shared\DAO\DAO350.DLL"
  3) Regsvr32 "C:\Program Files (x86)\Common Files\Microsoft Shared\DAO\DAO350.DLL"
* Solution for segment .ubsct size overflow
Use long stack(+modsl0) in C compiler.
http://m.blog.csdn.net/article/details?id=51980810

2017年1月6日 (金) 18:57時点における版

STVD

  • ST Visual develop IDE for developing ST7 and STM8 applications

http://www.st.com/en/development-tools/stvd-stm8.html

  • Solution for gdi-error [40201] can't access configuration database

I) Try to run "C:\Program Files (x86)\STMicroelectronics\st_toolset\stvd\dao\ST Toolset.msi" and repair.

II) Try to fix the DAO-3.5.0.

1) run a command prompt in Administrator mode
2) Regsvr32 /u "C:\Program Files (x86)\Common Files\Microsoft Shared\DAO\DAO350.DLL"
3) Regsvr32 "C:\Program Files (x86)\Common Files\Microsoft Shared\DAO\DAO350.DLL"
  • Solution for segment .ubsct size overflow

Use long stack(+modsl0) in C compiler.

http://m.blog.csdn.net/article/details?id=51980810