Technical Documents - Compiler & Programming Language Issues


TechDocs - Compiler & Programming Language


Borland C++ Builder

5 Technical Documents

ID Subject Product Version
35 When trying to build my WinDriver application from MSDEV I get the following error:
int_io.obj : error LNK2001: unresolved external symbol __beginthreadex
How can I resolve this?
WinDriver --
36 How can I use WinDriver to generate a diagnostics driver code for Borland C++ Builder 6.0? WinDriver --
84 WinDriver Upgrade:
Version 6.0x -> Version 6.2x - 7.x
WinDriver 6.2x - 7.x
127 WinDriver Upgrade:
Version 6.2x -> Version 7.x and above
WinDriver 7.x and above
131 WinDriver Upgrade:
Version 7.x+ -> Version 8.x and above
WinDriver 8.x and above

Back to Top

Delphi

4 Technical Documents

ID Subject Product Version
32 I would like to execute in the kernel some pieces of code written in Delphi or in Visual Basic, using the Kernel PlugIn. Is it possible? WinDriver --
84 WinDriver Upgrade:
Version 6.0x -> Version 6.2x - 7.x
WinDriver 6.2x - 7.x
116 WinDriver Upgrade:
Version 5.22 or earlier -> Version 6.02 - 7.x
WinDriver 6.02 - 7.x
118 I tried to generate Delphi code for my USB device with the DriverWizard from version 6.00 of WinDriver, but it seems that not all the relevant files are generated? WinDriver 6.00-6.01

Back to Top

Visual Basic

8 Technical Documents

ID Subject Product Version
5 Using WinDriver to develop in Visual Basic WinDriver --
24 If a variable requires a pointer to be assigned to it, as in pBuffer = &dwVal, how do I do it in Visual basic (which does not support pointers)? WinDriver --
32 I would like to execute in the kernel some pieces of code written in Delphi or in Visual Basic, using the Kernel PlugIn. Is it possible? WinDriver --
84 WinDriver Upgrade:
Version 6.0x -> Version 6.2x - 7.x
WinDriver 6.2x - 7.x
92 I used the DriverWizard to listen to the floppy disk interrupt (IRQ 6) successfully on my Windows 2000 machine. But when I try to listen to the mouse interrupt (IRQ 12) or to the keyboard interrupt (IRQ 1), I get the following error message:
Cannot enable interrupt - might be in use by another device
WinDriver --
116 WinDriver Upgrade:
Version 5.22 or earlier -> Version 6.02 - 7.x
WinDriver 6.02 - 7.x
119 I used the DriverWizard from version 6.00 of WinDriver to generate Visual Basic code for my USB device, but while WDU_Transfer() works correctly, the specific transfer functions - WDU_TransferBulk(), etc - are not working as expected. How can I use these functions? WinDriver 6.00
128 Does WinDriver support development of drivers for the .NET framework? WinDriver 7.01 and above

Back to Top

Visual C++ / MSDEV

5 Technical Documents

ID Subject Product Version
6 Using WinDriver to develop a graphical Win32 or MFC application WinDriver --
35 When trying to build my WinDriver application from MSDEV I get the following error:
int_io.obj : error LNK2001: unresolved external symbol __beginthreadex
How can I resolve this?
WinDriver --
84 WinDriver Upgrade:
Version 6.0x -> Version 6.2x - 7.x
WinDriver 6.2x - 7.x
127 WinDriver Upgrade:
Version 6.2x -> Version 7.x and above
WinDriver 7.x and above
131 WinDriver Upgrade:
Version 7.x+ -> Version 8.x and above
WinDriver 8.x and above

Back to Top

VB.NET

14 Technical Documents

ID Subject Product Version
5 Using WinDriver to develop in Visual Basic WinDriver --
6 Using WinDriver to develop a graphical Win32 or MFC application WinDriver --
24 If a variable requires a pointer to be assigned to it, as in pBuffer = &dwVal, how do I do it in Visual basic (which does not support pointers)? WinDriver --
32 I would like to execute in the kernel some pieces of code written in Delphi or in Visual Basic, using the Kernel PlugIn. Is it possible? WinDriver --
35 When trying to build my WinDriver application from MSDEV I get the following error:
int_io.obj : error LNK2001: unresolved external symbol __beginthreadex
How can I resolve this?
WinDriver --
36 How can I use WinDriver to generate a diagnostics driver code for Borland C++ Builder 6.0? WinDriver --
84 WinDriver Upgrade:
Version 6.0x -> Version 6.2x - 7.x
WinDriver 6.2x - 7.x
92 I used the DriverWizard to listen to the floppy disk interrupt (IRQ 6) successfully on my Windows 2000 machine. But when I try to listen to the mouse interrupt (IRQ 12) or to the keyboard interrupt (IRQ 1), I get the following error message:
Cannot enable interrupt - might be in use by another device
WinDriver --
116 WinDriver Upgrade:
Version 5.22 or earlier -> Version 6.02 - 7.x
WinDriver 6.02 - 7.x
118 I tried to generate Delphi code for my USB device with the DriverWizard from version 6.00 of WinDriver, but it seems that not all the relevant files are generated? WinDriver 6.00-6.01
119 I used the DriverWizard from version 6.00 of WinDriver to generate Visual Basic code for my USB device, but while WDU_Transfer() works correctly, the specific transfer functions - WDU_TransferBulk(), etc - are not working as expected. How can I use these functions? WinDriver 6.00
127 WinDriver Upgrade:
Version 6.2x -> Version 7.x and above
WinDriver 7.x and above
128 Does WinDriver support development of drivers for the .NET framework? WinDriver 7.01 and above
131 WinDriver Upgrade:
Version 7.x+ -> Version 8.x and above
WinDriver 8.x and above

Back to Top

C#

2 Technical Documents

ID Subject Product Version
10 Does WinDriver support development in C#? WinDriver 7.00 and above
128 Does WinDriver support development of drivers for the .NET framework? WinDriver 7.01 and above

Back to Top

.NET

4 Technical Documents

ID Subject Product Version
5 Using WinDriver to develop in Visual Basic WinDriver --
10 Does WinDriver support development in C#? WinDriver 7.00 and above
128 Does WinDriver support development of drivers for the .NET framework? WinDriver 7.01 and above
131 WinDriver Upgrade:
Version 7.x+ -> Version 8.x and above
WinDriver 8.x and above

Back to Top

All Compiler & Programming Language

15 Technical Documents

ID Subject Product Version
5 Using WinDriver to develop in Visual Basic WinDriver --
6 Using WinDriver to develop a graphical Win32 or MFC application WinDriver --
10 Does WinDriver support development in C#? WinDriver 7.00 and above
24 If a variable requires a pointer to be assigned to it, as in pBuffer = &dwVal, how do I do it in Visual basic (which does not support pointers)? WinDriver --
32 I would like to execute in the kernel some pieces of code written in Delphi or in Visual Basic, using the Kernel PlugIn. Is it possible? WinDriver --
35 When trying to build my WinDriver application from MSDEV I get the following error:
int_io.obj : error LNK2001: unresolved external symbol __beginthreadex
How can I resolve this?
WinDriver --
36 How can I use WinDriver to generate a diagnostics driver code for Borland C++ Builder 6.0? WinDriver --
84 WinDriver Upgrade:
Version 6.0x -> Version 6.2x - 7.x
WinDriver 6.2x - 7.x
92 I used the DriverWizard to listen to the floppy disk interrupt (IRQ 6) successfully on my Windows 2000 machine. But when I try to listen to the mouse interrupt (IRQ 12) or to the keyboard interrupt (IRQ 1), I get the following error message:
Cannot enable interrupt - might be in use by another device
WinDriver --
116 WinDriver Upgrade:
Version 5.22 or earlier -> Version 6.02 - 7.x
WinDriver 6.02 - 7.x
118 I tried to generate Delphi code for my USB device with the DriverWizard from version 6.00 of WinDriver, but it seems that not all the relevant files are generated? WinDriver 6.00-6.01
119 I used the DriverWizard from version 6.00 of WinDriver to generate Visual Basic code for my USB device, but while WDU_Transfer() works correctly, the specific transfer functions - WDU_TransferBulk(), etc - are not working as expected. How can I use these functions? WinDriver 6.00
127 WinDriver Upgrade:
Version 6.2x -> Version 7.x and above
WinDriver 7.x and above
128 Does WinDriver support development of drivers for the .NET framework? WinDriver 7.01 and above
131 WinDriver Upgrade:
Version 7.x+ -> Version 8.x and above
WinDriver 8.x and above

Back to Top
Corporate Index   |   Online Store   |  

driver development tools technical documents, Compiler & Programming Language