Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi All
I have created a -QT- Qt dll using project of type "ActiveQT Server Library".
It created the dll as output file.
But when i try to register it using regsvr32 it gives me error.
Are all Qt libraries that are used by your dll in the path?
Hi
This dll dont have any other dependency dll.
It will have at least QtCore4.dll as dependency, if it's a Qt dll. Where is QtCore4.dll located inside your machine? is it inside PATH?
Whwn i create a qt dll with ActiveQT Server Library project
I dont see functions for registering the dll by deffault
eg:-DllRegisterServerProc()
QtCore4.dll is in bin folder of QT.
And i have set that path in environment variables settings
Actually i want to use this QT dll in C#.
But whn i try to add reference of this dll in C# it is not adding.