Gladimir
Well-known member
I want to use an old pdqcom32.ocx control in a Windows Forms project. I have sucessfully imported the control using aximp.exe and now have a few dll files and the C# source code for the wrapper.
I have created a blank C# project in Visual Studio (2003) and added a Windows Form. What is the best way to go about actually using my control? I can add either the PdqcommLib.dll or the AxpdqcommLib.dll under References in the Solution Explorer, but I can find neither control in the .NET or COM tab of the Add/Remove Item dialog for the Toolbox.
Thats the main question here...
Out of curiosity, Id like to know more about the files created by aximp.exe. For example:
1. What is the difference between AxpdqcommLib.dll and PdqcommLib.dll?
2. What is the relationship of the StdType.dll created by aximp.exe to the other two dll files it created?
3. I know AxpdqcommLib.pdb is a program debug database, but what is its function? Does the file belong somewhere in particular? Is it optional?
I have created a blank C# project in Visual Studio (2003) and added a Windows Form. What is the best way to go about actually using my control? I can add either the PdqcommLib.dll or the AxpdqcommLib.dll under References in the Solution Explorer, but I can find neither control in the .NET or COM tab of the Add/Remove Item dialog for the Toolbox.
Thats the main question here...
Out of curiosity, Id like to know more about the files created by aximp.exe. For example:
1. What is the difference between AxpdqcommLib.dll and PdqcommLib.dll?
2. What is the relationship of the StdType.dll created by aximp.exe to the other two dll files it created?
3. I know AxpdqcommLib.pdb is a program debug database, but what is its function? Does the file belong somewhere in particular? Is it optional?