Documents And Specifications
Language
Other Languages
Remove
Platform
Any
License
Any
I am attempting to call a .dll that was built with LV Application Builder, from Matlab. I am wondering if anyone out there has attempted this with success?
When attempting to load the .dll...
Hi there,
Please urgent help required for below issue.
I am running one fortran exe in .net application(calling from command line with the help of system diagnostic process).
If we directly...
Thanks a lot once again, I'll start out with the MATLAB help files :)
Dear all,
I'd like to put many matlab fugures into a single .pdf file.
I thought an idea could be to make a loop to save all figures to image files by using imwrite and then use fwrite.
The prblem...
errorWithFileClose at 609
No video stream found.
Hi,
I am in desperate need of some guidance/help. I have been given a small example application in delphi (of which I have no experience in) which communicates via COM port.
What I need to do...
I've wrote a C-Style DLL to use from Matlab and one of the functions has a parameter that is an array of a custom struct. For example:
struct my_struct{
int x,y;
};
void...
I forgot to add, the maze can be a bitmap or jpeg and has black walls with white inside. the maze that the program is being tested with may have multiple entries and exits but it doesnt matter which...
Sounds like it is looking for a header file for c/c++ based DLL. This type of DLL is much different than the type of .Net Class Library that you have probably made. You should check the Matlab site...
Hi,
I have created a dll with visual studio 2005 in Visual Basic. I want to use it in matlab but matlab asks for a *.h file, referred to as a handle file which is not created in the Visual Studio...
: : I'm looking for a program that converts an exe file, or a dll, in visual basic sourcecode. If not possible, does anyone know if it's possible to convert in other languages (c++, pascal, ...)
: :...
The main application for my programming (at this point in time) would be for data analysis, mathematical manipulation of data, fitting of models and most likely the concurrent visual display of that...
: Im a new programmer and I wanted to know if you want to make a huge super project can you use more than one launguage?
:
yes, and its pretty common. Actually, nearly every program written for...
Hi Nura,
With alphanumberic characters you can simply put them in a string like this:
// This will be a match if either a, b, or c is contained in the string you execute your regexp on.
However,...
Hi,
I need a regular expression that will allow the xml reserved characters
(,&,",').
Any suggestions ?
Cheers
Nura
Hi
I am working on an image processing project in MATLAB, but I need to
work in C/C++ in parallel and so, I need to implement the operations
in MATLAB provided as commands in the Image...
hi
Does your software support all the attributes of img tag. i think tat is the problem or some browsers pick up default values Like if you dont specify border for image and if you give it a...
hi
Does your software support all the attributes of img tag. i think tat is the problem or some browsers pick up default values Like if you dont specify border for image and if you give it a...
The fortran DLL was ok. The problem is that when the Dll works the main program in Delphi dont answer.
See what I use:
---------------------
procedure FERMENTMOD(var num: INTEGER); stdcall;...
: thanks lot for the help on .dll application.
:
: I would like to trouble u again on how to register & unregister
: .exe application??
:
: travis
:
Assuming it's an ActiveX exe written...