PDA

View Full Version : Cd_clint.dll And Vb6



VB
06-16-2003, 08:51 AM
If you look around here, you should find it...

sporting19992000
06-16-2003, 10:31 AM
In Rocko's threads about KLExtensions you'll find his source code. Take a look at that and you'll find what you want.

XenonicRob
06-16-2003, 05:13 PM
Aha thanks ... I'll have to go about learning a new language now, but since it's based on BASIC I'll work it out.

Thanks all.

Rocko
06-18-2003, 04:26 PM
the other day i was trying to make cd_clint.dll in VB but i couldn't find out how to export functions, i think that is not posible in v.6 maybe theVB.NET can do it.

Rocko

DrSpud
06-20-2003, 05:55 PM
Another place with working code here (http://www.cexx.org/cd_clint.zip).

Amarjit
06-26-2003, 07:30 PM
In Visual C++ or Basic, depending on which you are using select MFC AppWizard (dll), it is a great place to start, but bare in mind that C++ will generate smaller files and will work faster. VB files tend to be big and slow.

secfan
06-27-2003, 08:19 AM
Maybe Delphi can be used then???

chalkmongoose
07-02-2003, 02:14 AM
Anything is possible. You could (why you would I don't know) create an app in assembly that spits random bits of the file at your screen... So Delphi is possible.