Archive

Posts Tagged ‘DLL’

Html Template Needed

February 8th, 2012 Comments off

I need a template which I want to use on Ebay to describe my product.

Please see some of my current products

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem& item=250948786854
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem& item=260905114105
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem& item=250907596261
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem& item=260906373815

So I need something that I can use for all different products and include their description.
It should be an universal tem…

Categories: DLL, eBay, HTML, Perl/CGI, Template Tags: , , , , , ,

Upnp Vb.net Library From C++

February 7th, 2012 Comments off

Hi, I would like a library that I can use with vb.net from this project.

http://www.codeproject.com/Articles/13285/Using-UPnP-for-Programmatic-Port-Forwardings-and-N

You must provide me a library .dll with few functions.

1: get a list of the current rules
2: adding a new rules
3: deleting a rules
4: editing a rules

let me know, I’m ready to start the project today.

Skype Telephone Message Broadcaster Vb.net/c+/visual Basic

February 4th, 2012 Comments off

I have a paid subscription to skype
i already have the CODE/DLL in vb6 app i made to make outgoing calls
in Skype (also works for vb.net)

WHAT I NEED
————
1. play a mp3 file to the callers that i loop from a database
2. listen for a key press Example #3 from a caller to flag that file
as “interested” (response will trigger to WRITE to my database)

OR…
————-
i if you know a better/different way for me to call and broadcast
message over internet please pitch that…

Microsoft Dynamics 4.0 Customization

January 30th, 2012 Comments off

I have attached the specs for this project. The summary is that we need to add a button on Dynamics- gather data from the data base- make an xml file from the data, call a dll , wait for a new xml file to be created by the dll, read the xml, put 2 fields of data back into Dynamics database. Please contact me with additional questions.

Shell Overlay Icons Like Svn

January 30th, 2012 Comments off

Hello,

I want to add to specific folders of my windows explorer a custom overlay icon. I have tried this: http://www.codeproject.com/Articles/7484/How-to-overlay-an-icon-over-existing-shell-objects but got errors and haven’t made it to work. I have windows 7 64bit. I want the dll works both with xp and windows 7 x64 and x86.

I would like to try send me a dll as a sample to register it and get overlay icon. After I will pay you to send me the source code.

It must be done today.

Thanks…

Categories: C/C++, DLL Tags: , , , , , ,

Psd Graphic Needed

January 26th, 2012 Comments off

Please see the product graphic on this page

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem& item=260830222779

I need a similar Graphic with layers.
I want the US flag in there, a section where I can describe the product and have additional information.

Please make it unique and nice and all different things in layers so I can make changes individually.

The size should be at least 1200×1200

Please ask questions if you are not clear with the requirements and do NOT send references u…

E – Commerce Website Development

January 22nd, 2012 Comments off

E commerce Site should have a simular feel to it as
www.ozspy.com.au and be optomised for expanding screen formats with a native 1024 x 768 base skin. Mobile integration will be seen as a benefit

Collaborative Portal
Membership portal shall have additional back-end functionality to allow selected users to access other aspects of the collaborative aspect of the site which shall have the same functionality as the following

http://www.lighthousecentral.com.au/Home/api_Home.dll/CMD?Action=…

Skype Telephone Message Broadcaster Vb.net/c+/visual Basic

January 12th, 2012 Comments off

I have a paid subscription to skype
i already have the CODE/DLL in vb6 app i made to make outgoing calls
in Skype (also works for vb.net)

WHAT I NEED
————
1. play a mp3 file to the callers that i loop from a database
2. listen for a key press Example #3 from a caller to flag that file
as “interested” (response will trigger to WRITE to my database)

OR…
————-
i if you know a better/different way for me to call and broadcast
message over internet please pitch that…

Dll Wrapper

January 6th, 2012 Comments off

I have a fairly old C++ DLL. It needs to be converted or wrapped.

STEP 1)
Take a look at the example demo projects and prove the DLL works and is current on a current WIN OS and MT4 connection, then -

STEP 2)
Either
a) reverse engineer and recreate as a new windows visual studio .net C++ dll OR unix ‘.so’ lib format, or
b) attach in visual studio .net in windows and write a wrapper and test results on linux
c) create a unix based SWIG wrapper

I want to get the DLL so that i ca…

Clone Dll Site

December 28th, 2011 Comments off

We would like a site similar to www(dot)dlldump(dot)com in term of functionality, with a little change of design. The programmer will need to create the frontend, and also a simple backend with basic features. The website MUST have ALL the DLL’s on www(dot)dlldump(dot)com preloaded, so you must find a way to get the DLL’s from that website server and have it on ours. Please PM any questions.

Emeeting Dating Software Customization

November 20th, 2011 Comments off

I need to change the registration and profile editing navigation in my client’s current software.

The website need customization is an emeeting dating software program and the registration form is locate here: http://seriousblacksingles.com/index.php?dll=register
you see how long the form is and and how to shorten the navigation to slide from one page to another.

1.The registration process if one long form and I want it more user friendly.

Breaking up each section to shorter sliding …

Professional Disassembler

November 9th, 2011 Comments off

Hi

I need disassemble 2 dll files and remove somethings and patch it if you are professional disassembler please pm me for details.

Thank you.

Dev-c++ Dll And Delphi Exe

November 3rd, 2011 Comments off

This is a highschool homework:..
I need programmer person, who can write a sample DLL
in the programe compilator Dev-C++..
The delphi project MyRun.DPR ,
import the function from dev-C++
[code delphi]
Program MyRun;
{$apptype console}
Function sum2numbers(a,b:integer):integer;
external stdcall 'sample.dll' name 'sum2numbers';

Begin sum2numbers(10,20);
writeln('hello dev-c++ make
End.
[/code delphi]
The source sample.c++ export the functions:
EXPORTS:
sum2numbers
divide2no..
You must use the programe compilator DEv-C++ version 4.9
You must use the programe compilator Delphi3 .. Delphi7
I need complete projects file and full source in Dev-C++
The delphi programe myrun.dpr call the function sum2numbers and divide2no..
All (DLL and EXE) must run OK on WindowsVista and windows7, and WindowsXP

Hsbc Cpi Merchant Banking Integration 2

October 25th, 2011 Comments off

THIS PROJECT MUST BE COMPLETED AND DELIVERED NO LATER THAN 01 OCTOBER 2011.

Currently looking for a programmer with HSBC CPI Merchant Banking Integration Experience on a windows 64 bit platform environment.

Our website needs to integrate the HSBC CPI payment gateway wich requires a DLL to be registered which is then used inside a classic asp website. The problem is the DLL is a 32-bit DLL and so it will not register with the the Windows 2008 64 bit operating system.

Looking for a programmer to do the following:

1. Convert this 32 bit DLL so it works on a 64 bit server. Further information on how this can be achieved can be found on:

http://stackoverflow.com/questions/768336/wrap-32-bit-dll-for-64-bit-operating-system-to-work-with-regsvr32-exe

2. Integrate it as a payment gateway in WP e-commerce.

3. Integrate a second payment gateway into WP e-commerce.

Please reply stating your experience. No timewasters.

THIS PROJECT MUST BE COMPLETED AND DELIVERED NO LATER THAN 01 OCTOBER 2011.

Kind regards
Laura

Professional Disassembler

October 23rd, 2011 Comments off

Hi

I need disassemble 1 dll file and remove somethings and patch it if you are professional disassembler please pm me for details.

Thank you.

Create Windows Components Directory Tree

October 3rd, 2011 Comments off

Windows is made of packages. Each package has one or more components. Each component has a manifest. The manifest contains information about the placement of files in the operating system.

This ScriptLance Project is to create a script/command or tool/program that will export the directory structure and files using a package’s component manifests. In other words: export the files in a package, maintaining the directory structure as specified in the manifest. So, for example with Volume Shadow Copy Foundation you would have:

My Exported Package Files Directory
–Volume Shadow Copy
—-Windows
——PolicyDefinitions
——–PreviousVersions.admx
——System32
——–swprv.dll
——–vss_ps.dll

In your bid, also mention how much more it would be to export the registry entries in the manifest as a *.reg file.

Hsbc Cpi Merchant Banking Integration

September 27th, 2011 Comments off

THIS PROJECT MUST BE COMPLETED AND DELIVERED NO LATER THAN 01 OCTOBER 2011.

Currently looking for a programmer with HSBC CPI Merchant Banking Integration Experience on a windows 64 bit platform environment.

Our website needs to integrate the HSBC CPI payment gateway wich requires a DLL to be registered which is then used inside a classic asp website. The problem is the DLL is a 32-bit DLL and so it will not register with the the Windows 2008 64 bit operating system.

Looking for a programmer to do the following:

1. Convert this 32 bit DLL so it works on a 64 bit server. Further information on how this can be achieved can be found on:

http://stackoverflow.com/questions/768336/wrap-32-bit-dll-for-64-bit-operating-system-to-work-with-regsvr32-exe

2. Integrate it as a payment gateway in WP e-commerce.

3. Integrate a second payment gateway into WP e-commerce.

Please reply stating your experience. No timewasters.

THIS PROJECT MUST BE COMPLETED AND DELIVERED NO LATER THAN 01 OCTOBER 2011.

Kind regards
Laura

Fullscreen Games Capture

September 18th, 2011 Comments off

I’ve a quite simple program that works as a anti-cheat software to my gaming platform, coded in c# language.
It already takes screenshots and upload them to our server, however we have a problem that we need a solution for, and thats your job.

On some Windows Operative Systems (as far as I know: Windows Vista/7 With Hardware acceleration activated), when you try to take screenshots inside the counter-strike 1.6 game in opengl/full screen mod, the screenshot appears all black.

What I need from you is a solution that make it capable of take screenshot inside Counter-strike 1.6 game (Software/D3D/OpenGL) without that black screens problem.
It should be a fast process, to avoid problems for the players using the software when playing.

According to some friends, a possible solution to the problem is :
Write a C++ dll that is able to grab a screenshot of an opengl application and inject this dll into a opengl game (in that case, counter-strike 1.6 steam based) in full screen. Then integrate it on the C# program, and call the DLL. I believe that WglSwapBuffers is also a solution.

You’re the coder, please try to understand the problem and tell me the best solution for it.

I am able to run any test that you might need during the development.
I appreciate if you keep me updated during the time of this work, aswell as have a test version to make sure it works as should.

Since I’ve no coding experience, I’ll need that you integrate it on my current c# sofware, compile and make it able to distribute.

Dll Files Modify

September 16th, 2011 Comments off

Hi friends,

I needs to make some changes to few files in dll formate, its a medical file creator program that i need to change its logo and name and also wants to make it autoplay when the flash memory has that program plugged in a pc.

Thank you

N.B. Program is attached

n.B.B , please to know i am not paying upfront and i will only make the payment through the site when the project is complete.

Jpeg2000 Decoder

September 1st, 2011 Comments off

I require a dll which will allow me to decode JPEG2000 (.jp2) files, and display them. This dll MUST work under the .NET Compact Framework.

It should be something as simple as:

byte[] jp2Array = Image.FromFile(“picture.jp2″);
JP2Decoder dec = new JP2Decoder ();
byte[] jpgImage = dec.Decode(jp2Array);

Or something to that effect. I should be able to display it in a picturebox.

Hsbc Cpi Merchant Banking Integration

August 24th, 2011 Comments off

Currently looking for a programmer with HSBC CPI Merchant Banking Integration Experience on a windows 64 bit platform environment.

Our website needs to integrate the HSBC CPI payment gateway wich requires a DLL to be registered which is then used inside a classic asp website. The problem is the DLL is a 32-bit DLL and so it will not register with the the Windows 2008 64 bit operating system.

Looking for a programmer to conver this 32 bit DLL so it works on a 64 bit server. Further information on how this can be achieved can be found on:

http://stackoverflow.com/questions/768336/wrap-32-bit-dll-for-64-bit-operating-system-to-work-with-regsvr32-exe

Please reply stating your experience. No timewasters.

Kind regards
Laura

Rewrite Dll

August 13th, 2011 Comments off

Hello,

We need to rewrite a DLL that is not worked anymore.
Its a small DLL that connects with propay (merchant account)
The DLL is called by a ASP (classic) page and perform some actions.

As this is urgent we need somebody that can start today programming on the DLL.

Install 32 Bit Dll On Win 2008r2 64 Bit

August 12th, 2011 Comments off

We have a problem with installing a DLL (32 bit) on a win 2008r2 64 bit server.

When we install the dll and call him from a asp page the dll do not respond. We migrate from the exact the same server (also a win 2008r2 64 bit) where all was working good.

we need to solve this urgent.
Please only bet when you can help now.

Thanks

Building Website With Payment Gateway

July 31st, 2011 Comments off

We are translation incorporation and we need to build a simple website to provide our services online. So we are looking for a programmer to program a web that fit to our working process (attached)and we will do the rest (Designing, uploading and content)

OUR REQUIREMENTS:

1- Multi language CMS
2- Support Arabic layout (right to left)
3- Programming in ASP.NET (c#) or PHP
4- SQL server database
5- The source code must be submitted.
6- No .dll

Dll Format – Programmer Needed

July 24th, 2011 Comments off

I would like to programmed a DLL file based on MT4.

-The Best price will get this project.
-No upfront payment.
-Payment released after DLL tested.
-Programming experience needed

contact for the details.

Two Mq4 Files Converted To Dll Format Needed

July 16th, 2011 Comments off

I have two indicators that are from MT4 that require conversion from MQ4 to DLL.

-The cheapest bid will get this project, keep that in mind.
-I will need to conversion immediately. Work will start immediately after bid is accepted.
-No upfront payment
-Payment released after indicators are tested in their DLL form
-Programming experience needed
-Tell me what experience you have in your bid!

Riding Software

July 11th, 2011 Comments off

Private Project for AL
Agreed work:
1. Add the ability to source the check numbers and store the transactions on a centrally located Access DB.
a. Ensures that check numbers are not reused.
b. Allows the consolidation of all checks that are written for a given event to be saved
c. Save a client identification which is stored locally for each client to the db in order to identify which client printed which check
2. Protect the software and provide only a trial version that will expire if not paid for.
3. Add the “Scheck korrekt gedruckt?” question before storing the check in the DB.
a. If the answer is no, do not store the check in the DB. Do not count this check in the increment number either.
b. OR mark the check as

Categories: DLL, Software Tags: , , , , , ,

Execution Ea And Not For Calculation.

July 10th, 2011 Comments off

Hi all,

Shortly, EA will be only for execution of the orders. All calculations will be done in a DLL with another programmer.

Main features of the project:
1-EA will communicate with DLL for most of the functions such as sizing, entry price , order type, exit price, SL and TP..
2- Communication between EA and DLL has to be easily traceable using csv or any other programmatic method so we can fix bugs/test smoothly.
3-EA will use phases; for example when certain conditions are met —> EA will play according to certain phase. Once these conditions change –> EA will move to another phase to play accordingly.
4-EA will depend mainly on Limit Orders.
5-EA will use limited number (3-5) of custom indicators ” i have codes in a prototype EA i have developed earlier”

Perfection is the main point here, not promptness.
You must have a team-work skills.

Again, most functions of sizing, entry/exit price, TP, SL and type of order will be calculated by a DLL.

The brain of the EA will be completely reside in a DLL.

Please be reasonable when you bid and show me you are able to do it.

My Budget is 150-200. ” I worked with many coders in many freelancing websites. and this is fairly reasonable for what i need to be done”
Excellent communication is a must.

Bonus upon satisfaction.

I will send documentation to only who show ability to do the job.
There is an opportunity for long business relationship.

Happy bidding all.

Authentication Win32 C++ Dll Plug In For Ms Radius Nps/ias

June 16th, 2011 Comments off

We require a C developer to write a Win32 C++ DLL that plugs into Microsoft NPS/IAS RADIUS server as per http://msdn.microsoft.com/en-us/library/bb891988.aspx and passes on the information received by the RadiusExtensionProcess2 function to a COM object.

The required DLL is basically a wrapper so that we can run COM object logic in the NPS/IAS RADIUS server. The COM object has already been written and full source code for it will be supplied to assist with the development of the wrapper.

Reverse Engineering / Asm / Network (protocol) Genius Needed

June 10th, 2011 Comments off

I’m looking for a programmer with extensive experience in assembly / reverse engineering applications.

I need a piece of functionality pulled out of an existing application. It handles a secure login / handshake onto a proprietary network. I work in .NET so I would need some kind of .dll that I can call to perform the login.

Preferably something I can pass a socket handle to that will handle the secure login and allow me to take over the socket once complete.

As an added bonus, if you can do it, I would like you to provide me with some details on the protocol, such as the packet structure, any ‘ping/pong’ type packets, as well as packets to perform some other functionality.

I will provide more details to qualified programmers in private!

My budget is between $500-1000.

Thanks guys!

Google Chrome Form Saver In Delphi

June 8th, 2011 Comments off

I am Looking for Someone to Build a Google Chrome Form Saver , Where a DLL is Injected into Chrome Browser , and whenever user Login to sites , submit Data , the Data Gets Saved into a Text File for example

its done by Hooking some Chrome internal Function

Iframe For Google Affiliate Program

June 5th, 2011 Comments off

Hi

I need few I frame first page if the web to display amazon affiliate shop ,logo and header design and banne on left right and botton or good ad and click bank ect.

example.
http://www.onlinecellphonesource.com/

or check this
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=230627821145&ssPageName=STRK:MEWAX:IT#ht_5015wt_1115

this is affiliate data only need to design first page .

similar to what is on the top , programmer are seller for few $ but they want to host with them to make some regular income, i have amazon affiliate and i do have unlimited domain hosting , so want to host with my own server.

page design should be very professional and equal size i want to display amazon data in side the frame other adv from affiliate program including google ad.

thanks

Need A Registration Form /and Login

June 2nd, 2011 Comments off

I have a website , that is in php coding.
i need a registration form for it and a login.

on the registration form , i need Name, Last Name , music interest, post comments, password, confirm password,

A user registration system where a new user can enter their details via a form, such as https://scgi.ebay.com/ws/eBayISAPI.dll?RegisterEnterInfo Users must then log in to retrieve or alter these details.

It is expected that you will use PHP to run INSERT, UPDATE, DELETE and SELECT queries on a MySQL database.

i want to know how long this will take , and how much . thankyou

Make An Html Real Estate Listing Template For Ebay

May 19th, 2011 Comments off

Http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=200610256346&ssPageName=STRK:MESCX:IT

and

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=200610259747&ssPageName=STRK:MESCX:IT

Are two listings I have on ebay. I list lots li this all the time.

They have good content, but are plain. I need someone to wow me with artistic ability so that these capture the attention of my buyers. This includes doing som nice things images themselves to increase appeal.

I also want anothr spot for a video. I have one at the top now, but I want another one somewhere in the middle.

This is mainly for people with design ability, not programming. Give me design examples if you bid.

When this is done I want to simply be able to insert different images in the template you build.

I need this done by Friay 12.pm EST

Dll Export Info

May 14th, 2011 Comments off

Hi,

I wish to know the variables output from a DLL File… I do not need the source code or the DLL decompiled, I just need to know the output of the following;
int ValueGet00(int a0, int a1, int a2, int a3, int a4, string a5);
int ValueGet01(int a0, int a1, int a2, int a3, int a4);
int ValueGetSet(int a0, int a1, int a2, int a3);

I will provide the DLL upon acceptance of bid.

Dll For Fingerprint Device – C#

May 13th, 2011 Comments off

Attached SDK is written for the fingerprint terminal. Inside there is “Attend.dll ” which is used for downloading data from one fingerprint device to Udisk and than using this udisk you can upload data to another device. But we want to the transmission from our software. We do not want to use Udisk for transmitting data from one device to another. We are developing a time attendance software in C# , and using the dll s at the attached SDK. Now we need this dll in order to use at our software.

Visual C# (newbie) Help

May 11th, 2011 Comments off

Hi,

Need a little help with Visual C# Express 2010.

How to add a Form and WebBrowser to a DLL.

It gives error:
The name ‘webBrowser1′ does not exist in the current context

Categories: .NET, C Sharp, DLL Tags: , , ,

Asp.net Fixes Missing Source Dlls

April 14th, 2011 Comments off

BUDGET $350 | NO UPFRONT PAYMENT | Payment by milestone as tasks are completed

Site is https://shebafoods.com

LIST ASPX sites that you have built which can be verified with site owners.

********* 10 Source DLLs missing ************
BusinessRule.dll :: SSCartList.dll
CyberSource.dll :: StoreFront.dll
DataAccess.DLL :: StoreFrontSecurity.DLL
License.dll :: SystemBase.DLL
PaygatewayNET.DLL :: UITools.dll

Software manufacturer is giving a newer version of the software and SDK which could be modified to accomplish tasks below.

REQUIREMENTS

Upgrade ASP NET version to 4.0

Webpage fixes :: Ordering :: Database/Pages Sql Injection Prevention :: Subscription Modification

1. Fix misaligned pages – CSS needed for (Firefox, IE7, IE8 and Safari)
:: Gold/Purple banner needs to look better and go across the page in all browsers
:: Page visit tracking script not working, needs to work when finished
2. Create new 3-TIER SQL database keeping table schemas, current one is corrupted.
:: Develop code to prevent future Sql injection
:: Sanitize and protect all pages, database and tables
3. Add captcha to subscription form – all pages show with http
4. Modify Newsletter Program
:: Prevent double mailing if someone is on multiple lists and a newsletter is sent to all subscribers
5. Auto-generate $5 coupon for first time orders
:: add date of when person became a customer or signed up
6. Add $20 limit to orders so if the Merchandise total is not $20 alert customer they cannot complete the order
7. Separate in order summary frozen and dry items, each with its shipping costs
:: frozen shipping is much more than ground shopping
8. Add shebafoods logo where needed
9. Automate current form setting up of distributor accounts
:: meaning when a distributor signs up, automatically create a distributor account pending admin approval, send email to distributor that account is created but waiting for admin approval
:: revamp current form and system | add captcha to form
10. Prevent duplicate account creation for individual or distributor accounts
:: check with email used to sign up
11. Using Fedex api, generate shipping fedex label when ordering completes.
Fedex works perfectly on site, we just want to stop having to manually create shipping labels.
http://fedex.shiprush.com/
http://developer.shiprush.com/

ALL BIDS WITHOUT SITE REFERENCES WILL BE DELETED!

Read Javascript Code

April 9th, 2011 Comments off

Hi guys,

i need help, i discover this suspicious code hidden inside one of my folder in my computer yesterday, i need someone to translate it in english for me, what does the code mean and i will send u some payment for translating it for me.

gxqyos3bxmzcraxxiyu5ygrl1

JScript Script File
eBayISAPI.dll_files
160 KB

kokhopm0ee2g1brha2hdc5ten

JScript Script File
eBayISAPI.dll_files
97.2 KB

0fmi3ogmkm15fcxpzfvfqfvah

Cascading Style Sheet Document
eBayISAPI.dll_files
94.0 KB

Yr kind assistance is highly appreciated.

regards
maria hasnida adam

Dll Security For Indicator

April 5th, 2011 Comments off

I have an indicator that i would like to distribute but i need to have security on it so that it can only be used on one mt4 account. I need the code protected via a dll. ultimately what i would like is to be able to control the account ie deactivate indicator if client hasnt paid on time either through deleting the account or if the current date is invalid ie need to be able to make the indicator valid for a set amount of time. This is the same project that you did for me before jus a different indicator. Steve

Bear