Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: 64 bit .dll
Date: Wed, 13 Aug 2008 15:39:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 7
Message-ID: <g7uv6m$5e4$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1218641942 5572 172.30.248.38 (13 Aug 2008 15:39:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 13 Aug 2008 15:39:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1387255
Xref: news.mathworks.com comp.soft-sys.matlab:485283



I want to create a 64-bit .dll file using c code and get it 
working with a matlab script on a 64 bit machine.  Has 
anyone tried doing this, or knows how to do this?  It works 
on a 32 bit machine, when it's obviously a 32-bit .dll file.

When I try, I get the following error: "Undefined function 
or method for input arguments of type 'char'".