Search found 2 matches
- Fri Jun 15, 2012 2:12 pm
- Forum: Developer's Forum for Windows
- Topic: Embarcadero RAD Studio and Windows SDK
- Replies: 4
- Views: 11412
Re: Embarcadero RAD Studio and Windows SDK
Thanks. I upgraded the software and removed the call you mentioned. The results are still the same and the log file gives now: 00000001 0:10:5.169: UdCtlOpen: UdCtl: Open request denied due to bad parameters. (IsWindow(0x1) == FALSE) ffffffff 0:10:5.170: Driver Si: Attempt to call UdCtlOpen failed S...
- Fri Jun 15, 2012 9:57 am
- Forum: Developer's Forum for Windows
- Topic: Embarcadero RAD Studio and Windows SDK
- Replies: 4
- Views: 11412
Embarcadero RAD Studio and Windows SDK
Hi, I've just recently got the SDK and I got to a point where I'm calling SiOpen. I'm using Embarcadero (Borland) C++Builder for development. I can't use the DLL directly from a VCL/FireMonkey Form because of the underscore issue with VisualC DLLs within the Borland Compiler. So I created a DLL that...