Call AssignConnection raise in different UniDAC Version
Call AssignConnection raise in different UniDAC Version
MainExe use UniDAC 4.1,and Dll use UniDAC 3.6,Call 'AssignConnection' Raise "Access violation at address 40006E78 in module 'rtl70.bpl'. Read of address 000000F9."
-
AndreyZ
-
AndreyZ
If there are not many changes in the TUniConnection component from one UniDAC version to another, the AssignConnect method can work correctly. But there are a lot of changes that we made between UniDAC 3.6 and 4.1. Please recompile your library and project with UniDAC 4.1.3. It will solve the problem with the AssignConnect method.