Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Gachuk #1
Loading non COM Dlls?
Hey all,
Im trying to call a win32 dll from coldfusion, but everywhere i look just
talks about com dlls, is there no way to load a non COM dll into coldfusion?
It is a simple dll with a few functions, no classes.
Any advice on this subject would be greatly appreciated.
Thanks alot
Richard
Gachuk Guest
-
extracting dlls from cab
Internet Component Download: I've created cab file which must extract a list of dlls to the user's machine. Since there is problem in extracting... -
Web Services and DLLs
I'm new to Web Services, and doing some research on solutions to solve my business problem. I have a 3rd party DLL I would like to expose to my... -
Which is better include files or DLLs
Hello, I am wodering for days now , which method is best when it comes to using common functions like database connectivity ? Also where to keep... -
.Net Dlls and ASP.NET app.
I posted this question in the past, but have not yet received an answer. Here is the question. By default an ASP.NET app developed in Visual... -
.net and dlls
Hi, I'm using .net and C# and from C# i'm calling a dll. The problem is that after the dll runs, it gets blocked and i can't update or delete... -
Tom Jordahl #2
Re: Loading non COM Dlls?
> Im trying to call a win32 dll from coldfusion, but everywhere i look just
coldfusion?> talks about com dlls, is there no way to load a non COM dll into
Sure.
You could use the CFXAPI to write a C/C++ (or Java) tag and use that to
interface with your DLL.
See the Developers Guide, chapter 12 for details.
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest



Reply With Quote

