Use the 'Try' verb which has 2 syntaxes: try (your code goes here) except (code that you want to run only when an error in the above code happens) end; or the other syntax is: try (your code goes here) finally (code that you want to run always whether there is an error or not goes here) end;
The Delphi code would need to be compiled into a DLL, and the DLL is then called from java using the JNI. See http://home.pacifier.com/~mmead/jni/delphi/JavaToDPR/ to get started.
.A DLL is used by programs which need the features or functions built into the DLL. Just like we humans use executable programs for the services they offer (spreadsheets to manage data, web browsers to surf the internet) an executable program uses DLL's for the services it offers. People do not interact with DLL's, programs do
The Cygwin DLL can be downloaded directly from the Cygwin website. It can also be downloaded online through the websites DLL-Files, NoDevice, and DLL-DLL.
http://www.codeproject.com/KB/DLL/DLLModuleFileName.aspx
Your EA MT4 with DLL not working after installation is usually caused by a few common issues: DLL Import Not Enabled – Go to MT4 settings → Expert Advisors and make sure “Allow DLL imports” is checked. Incorrect File Placement – The EA (.ex4/.mq4) should be in Experts folder and DLL file in Libraries folder. Missing Permissions – Run MT4 as administrator to avoid permission issues. Antivirus Blocking DLL – Sometimes antivirus software blocks DLL files, so add an exception. Wrong MT4 Version – Some EAs are not compatible with the latest MT4 build. Auto Trading Disabled – Ensure the “AutoTrading” button is turned ON. Fixing these usually gets your EA running properly.
C++ editor and a dll compiler, but I wouyld go with codeblocks because it has a built in dll compiler with the dll tags hope it helps :)
DLL = Dynamically Linked Library
Yes and no. The dll file may be just misplaced, then yes. A defrag your hdd and that should fix it. If a dll file is corrupt, then no. You will have to find or repair the dll file yourself.
To register a file, type regsvr32 .dll. Or type regsvr32 \.dll, where is the path to the file, and is the name of the file.
You do not launch a DLL. It's used by something else and will start up when needed. Read up on DLL file.
Most likely, you don't need actually unpack dll files. Unlike exe files, dll files are not packed due to their nature: one copy of a dll can be accessed by a number of application. OTOH, a particular dll can be protected from viewing and reverse engineering. or if you want unpack dll really, most often all you need to do is copy and paste into proper folder
You can find karasX2.dll file in Windows System32 file.