Search found 2 matches
- Sat Oct 20, 2007 2:33 pm
- Forum: VCL
- Topic: Access Violation during creation of simple form wth TDBChart
- Replies: 2
- Views: 2044
debug stack
here the debug stack as shown in the IDE :7c901231 ntdll.DbgBreakPoint + 0x1 :7c901231 ; ntdll.dll :7c949eb9 ; ntdll.dll :7c96d6aa ; ntdll.dll :7c949d18 ; ntdll.dll :7c91b298 ; ntdll.dll :7e41f1a1 ; C:\WINDOWS\system32\USER32.dll :7e41cca0 ; C:\WINDOWS\system32\USER32.dll :7e42f511 USER32.EnumThread...
- Sat Oct 20, 2007 2:28 pm
- Forum: VCL
- Topic: Access Violation during creation of simple form wth TDBChart
- Replies: 2
- Views: 2044
Access Violation during creation of simple form wth TDBChart
hi, in BDS 2006 C++, i have an empty form (after removing other components and include files one by one) and TDBChart. after compilation, the application starts and tries to open the main form but i receive an EAccessViolation :( when creating a completely new application and place TDBChart on the f...