473,465 Members | 1,991 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

how to get exported function name(exported by ordinal from a dll or in portable-execu

9 New Member
i am trying to retrieve exported function names from a dll ,using export directory .I can get a Export function (export by name)...i cant get function name(export only by ordinals)...give some logic ..i am using vista ,thank u...
Jan 6 '10 #1
6 6188
RedSon
5,000 Recognized Expert Expert
are you using dumpbin?
Jan 6 '10 #2
Rajakumarrs
9 New Member
i tried dumpbin in command window ,it does not work ...i am using vista..is there is another logic to find the names....?
Jan 7 '10 #3
RedSon
5,000 Recognized Expert Expert
is dumpbin on your PATH? if you run dumpbin what happens? do you have it installed as part of an SDK or part of visual studio?
Jan 7 '10 #4
Rajakumarrs
9 New Member
i cannot predict the mistaken while using dumpbin ,if its by syntax mistake or does not supported to vista
Jan 7 '10 #5
Rajakumarrs
9 New Member
'dumpbin' is not recognized as an internal or external command ,operable program or patch file......its the message when i'm trying in cmd....redson
Jan 7 '10 #6
RedSon
5,000 Recognized Expert Expert
It sounds like dumpbin is not on your PATH. See if it exists in C:\program files\microsoft visual studio 8\VC\bin.

If it does, put that directory on your PATH or reference the full path name to dumpbin when you try to examine your dll.
Jan 7 '10 #7

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

Similar topics

1
by: vijay | last post by:
I'm having trouble with calling an exported function in a native DLL compiled with eMbedded Visual C++ using C#. Basicly, I have one exported function in the DLL: whenever i execute this exe to...
1
by: seash | last post by:
class xyz{ public void somefunction{ if(this.folderBrowserDialog1.ShowDialog() == DialogResult.OK) { m_varFolderPath = this.folderBrowserDialog1.SelectedPath; m_varFolderPath += ...
8
by: srilalpr | last post by:
Hi, I have a dll and one of its exported function is suppossed to return a pointer to an object. How can i check whether the exported function is of the same prototype i want. Please...
1
by: Lloyd Dupont | last post by:
I have some managed C++ interacting with native DLL, for good integration I'm setting up some function pointer in the native DLL, passing some function pointer from the managed world....
2
by: Amit | last post by:
how can i call one project function in other project within a single solution. plz tell me the solution
1
by: Mohammad Omer | last post by:
I am writing code for creating DLL using vs2k5. My project is using Crypto++ lib project, which has a function (ComputeHash), and with the same name of function I have written in project with a...
1
by: trram1972 | last post by:
The exported function signatures such as return values and parameters to be known. Whether there is any tool available to view such details? Please give me suggestions if any. Regards,...
0
by: George3 | last post by:
Hello everyone, Some study these days about address of exported function in DLL. It is appreciated if you could review and comment. (for C++ DLL/EXE only) 1.Inside DLL
4
by: =?Utf-8?B?SmVzc2ljYQ==?= | last post by:
Hi All, I know that I can use the GetProcAddress to get the proc address of a global exported function from a WIn32 dll. But if I have an exported class in the dll, is there a way to...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.