473,395 Members | 1,656 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

How to run an existing DLL?

Hi,
I have a list of DLLs on Windows OS which I want to test it by executing them.
I understand I need a wrapper program to run this DLL.
Can anyone tell me how can I achive this ?
cheers,
Venu
Nov 14 '08 #1
5 1212
arnaudk
424 256MB
In order to test your dlls you should know what they do and what their routines are called. Do you?
Nov 14 '08 #2
In order to test your dlls you should know what they do and what their functions are called. Do you?
Yes, I know what is the functionality. It is a request response model.
It reads a message from a MQ then formats it by adding few fields and then writes to another MQ.
I am using IDE Microsoft Visual Studio .NET (Microsoft Dev Env ver 7.1,
Microsoft .NET Framework 1.1)
Nov 14 '08 #3
arnaudk
424 256MB
If you know what's in the DLL, then write a program that includes the appropriate header and calls the routines defined in the header to test them. Then compile your program linking it to the DLL and ensure the routines behave as expected.
Nov 14 '08 #4
If you know what's in the DLL, then write a program that includes the appropriate header and calls the routines defined in the header to test them. Then compile your program linking it to the DLL and ensure the routines behave as expected.
This is first ever encounter with the DLL's. Can you advice me a link which can guide me to perform this task ?
Nov 14 '08 #5
arnaudk
424 256MB
Ah well there's your problem, then. You need to know what a DLL is. Google will provide many answers, as will MSDN.
Nov 14 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Nico Grubert | last post by:
Hi there, I would like to open an existing file that contains some lines of text in order to append a new line at the end of the content. My first try was: >>> f = open('/tmp/myfile', 'w')...
5
by: Nadav | last post by:
Hi, Introduction: ************************************************************ I am working on a project that should encrypt PE files ( Portable executable ), this require me to inject some...
0
by: Joe Greene | last post by:
I'm trying to add an existing Webservice project to an existing solution. I open the solution and in Visual Studio Solution Explorer right click on the solution. Then select "Add/Existing Project...
5
by: igotyourdotnet | last post by:
I have a question on atlas: I can create an 'atlas project' and I can add atlas controls fine. but when I try and add an atlas control to an existing asp.net web app I can't, Why? I did notice...
1
by: =?Utf-8?B?d2lubGlu?= | last post by:
Hello Using VS 2005 VB.net when a class library gets created you can right click the project and add a Windows Application and then set it as the "startup project" then in the Windows...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.