|
1.
Method called on illegally casted object: Attempt to access 224 byte(s) at
0x015D5870. The 'this' pointer points to heap block 0x015D5870 which is only
220 bytes long.
TADOConnection* ado = new TADOConnection(Owner);
ado->ConnectionString = ...
ado->Open();
Open시 위 에러가 뜹니다. 도움 부탁 드립니다.
2. 종료 시 핸들이 잘못됐습니다. 라는 에러는 어떤 의미인가요.
|