Setpixel vc6 trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    226 setpixel vc6 trabalhos encontrados, preços em USD

    ...directory named "Common"; by opening one of these VC++ samples you will see how to proceed with other ones. After having installed the attached setup package, already ported Visual C++ 6 samples can be found under the following folders: - C:Program FilesActive Sound SUiteActive DJ StudioSamplesVC6 - C:Program FilesActive Sound SUiteActive Sound RecorderSamplesVC6 - C:Program FilesActive Sound SUiteActive Sound EditorSamplesVC6 - C:Program FilesActive Sound SUiteCommonSamplesVC6 After having installed the attached setup package, you will find the projects that need to be ported to VC++ 6 under the following folders: - C:Program FilesActive Sound SUiteActive DJ StudioSamplesVB6 ? - AsioList ? - AsioSpeakersManag...

    $276 (Avg Bid)
    $276 Média
    2 ofertas

    Hi i have an MFC application (vc6) and i need to? dynamically? change the text of a popup menu item ( does not have an ID). i have manage to change the text of a normal menu by using? ModifyMenu(ID_FILE_NEW , 0, ID_FILE_NEW ,"new text"); however popup menus does not have an id and i am unable to change the text at runtime.? i need you to have a demo c++ project where you show how to change the text of popup menu items. EG: change : File,Edit ect to some other text p.s in the example below you can see that the file popup menu item does not have an ID and "new" does have an id (ID_FILE_NEW) ? POPUP "&File" ? ? ? BEGIN ? ? ? ? ? MENUITEM "&NewtCtrl+N", ? ? ? ? ? ? ? ? ID_FILE_NEW ? ? ? ? ? MENUITEM "&Open...

    $71 (Avg Bid)
    $71 Média
    4 ofertas

    ...image tiles and associated world files and assemble a single large TIFF image and a world file from them. We call this utility ImageBuilder. ImageBuilder will be a command line (console) application that receives as a single command line argument a text file which gives it the instructions it needs to build the output image. The application MUST be written in C/C++ using Microsoft Visual Studio VC6 or later and MUST use the MFC libraries. The application may write diagnostic information to the console window but should not require any user interaction. All of the information for ImageBuilder will be passed in from a command line argument called an instruction file. An instruction file is a simple ASCII text file. ## Deliverables The final image may be very large up to the full...

    $834 (Avg Bid)
    $834 Média
    14 ofertas

    I? require a compilable project in vc6 that incorporates WS-Security in GSOAP for a soap client application. This is so I may extend the project myself into a SOAP Client. I can already build a project succefully but require assitance in incorpating the wsse plugin.

    $59 (Avg Bid)
    $59 Média
    1 ofertas

    A C++ project (VC6 and C NET code available) shall be ported to VB6. You should be excellent at both languages. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows? (depending on the nature? of the deliverables): a)? For web sites or? other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software? installation package that will install the software in ready-to-run condition on the plat...

    $85 (Avg Bid)
    $85 Média
    13 ofertas

    Required in C++ for VC6 (No .Net) Require a function that can convert a key using the SHA256 Hashing algorithm and it also then needs to be Authenticated in HMAC - Its all to do with Cryptography. I am sure this function has all ready been written and tested somewhere. Please note a simple function is required here hence not willing to pay more then $30

    $35 (Avg Bid)
    $35 Média
    8 ofertas
    Rotated View Encerrado left

    I need sample source code done with VC6 that rotates a CView based Viewer at the CDC level.

    $127 (Avg Bid)
    $127 Média
    1 ofertas

    In a MDI project is there a way to let the child frames draw outside of the CMainFrame? I don't need to draw all the views outside of the CMainFrame, just selected views. I am using VC6 on an XP OS.

    $30 - $100
    $30 - $100
    0 ofertas

    ...represents a 2-D grid of color data that can have its individual pixels colored and can be written to a fi le using the PPM format. It has the following interface:  A constructor that takes in a width and height as int arguments (in that order) and creates a completely white image having the speci ed dimensions.  Methods getWidth and getHeight that return the image's width and height.  A method setPixel that takes in three arguments: an int row, an int column, and a Color instance and sets the pixel at the position specifi ed by the row and column to the speci ed color.  A method writeToFile that takes a single String argument representing the name of the fi le to store the image in using the PPM format. The method throws a FileNotFoundException if the fi le cannot b...

    N/A
    N/A
    0 ofertas

    ...represents a 2-D grid of color data that can have its individual pixels colored and can be written to a fi le using the PPM format. It has the following interface:  A constructor that takes in a width and height as int arguments (in that order) and creates a completely white image having the speci ed dimensions.  Methods getWidth and getHeight that return the image's width and height.  A method setPixel that takes in three arguments: an int row, an int column, and a Color instance and sets the pixel at the position specifi ed by the row and column to the speci ed color.  A method writeToFile that takes a single String argument representing the name of the fi le to store the image in using the PPM format. The method throws a FileNotFoundException if the fi le cannot b...

    $114 (Avg Bid)
    $114 Média
    3 ofertas

    What I'm trying to accomplish is this: We have an existing application that displays images in a control. What we need is an ActiveX control that reflects what is displayed in the image control. I had originally implemented this using shared memory and events to synchronize the render...application should handle the drawing events of the activeX control, and directly paint to the window contained within the ActiveX control. I'm not sure how this is done, but it seems possible and we need to get it done quickly. Essentially, I just need an example of how to draw directly to an activeX control image window from another application, needs to be written in VC++ (preferrable vc6, but I have VS2008 also). Thanks! ## Deliverables If you have any questio...

    $133 (Avg Bid)
    $133 Média
    5 ofertas
    mysql UDF httpget Encerrado left

    Improof a existing mySQL UDF. Function: Request a URL via SQL statement. There is a working UDF in VC6++, but it stops doing after a few days and must be restarted. Meed a bugfix/debugging.

    PHP
    $30 - $100
    $30 - $100
    0 ofertas

    ... I need to have this program DPI aware so that no control or window will be resized automatically by Windows. I need someone who can either: -add programatic code (using SetProcessDPIAware()? ) to MFC project -or provide manifest files with command line instructions I have failed on both count and require the help of someone who has done this before. The source code must be compilable by VC6 or VC2008. The program must run on Win2000, XP, Vista, 7. ## Deliverables Software has been developped for 96dpi. Must retain look for any custom DPI. I am not interested in a solution where each MFC object requires modification individually. I have attached a small MFC application, this is the base? on which your solution should be applied. I must be able to port the sol...

    $102 (Avg Bid)
    $102 Média
    3 ofertas

    ...free program that just needs update. Your job would be: - Migrate the entire project from Visual CPP 6 to a recent Visual Studio Express edition. - Fix support for Internet Explorer 7 and add support for IE8. - Fix support for Outlook ## Deliverables You will receive full working code from us that compiles on VC6. You will need to return a full working project, compiling under "Visual Studio 2008 Express Edition". Some features that existed in VC6, such as templates were removed from the 2008 Express Edition. This work requires a high degree of confidence, as we're supplying you with full working code for a popular application. We will require some proof of your identity and would need to see previous similar work that you've ...

    $552 (Avg Bid)
    $552 Média
    1 ofertas

    I am developing a software that requires loading video files. It uses DirectShow to create filter...have access to each frame. This works very well except for MPEG2 source video files: including the SampleGrabber and NULL filter appears to be a problem. I am looking for source code to compile under VC8 that will efficiently build this graph (if possible using a native DirectX-9c with no extra driver/codec). If this proves to be impossible, I want a static library (.lib) with source code (for VC6-8) that will load mpeg2 files as RGB frames. This library needs to support multiple files at the same time. I cannot compromise on video quality. Some of the video files are high resolution. ## Deliverables I can provide sample code from current project for better compatibility if ...

    $331 (Avg Bid)
    $331 Média
    5 ofertas

    I need a class that open one or many channels on one or many sound cards and input and/or output. The class public function prototypes are already written as well as some code is written for some of them. See attached files. The class has to be completed in C++. It must compile preferably in VC6, but Microsoft Visual Studio 2003 or 2005 is also accepted. The project has to be compiled as a .dll or a .lib file and a Visual C++ 6 test application (console app) must use the compiled file (.dll or .lib) and show that the class is working properly. Bids with 10% Expert Guarantee will be much more considered. ## Deliverables Please look at the code structure, header files and test code provided. That is how I want work with the class and contains the all the function prototypes to b...

    $187 (Avg Bid)
    $187 Média
    1 ofertas

    I need someone who will take "Camera Calibration Toolbox for Matlab" from and according to my camera images, with matlab script calculate all distortion parameters, and then write c++ function which undistorts that image according to calculated parameters. Example app in c++ may take one image and even use GetPixel/SetPixel; no bilinear or other interpolation required, just want to see function work

    $100 (Avg Bid)
    $100 Média
    1 ofertas

    I need a class that open one or many channels on one or many sound cards and input and/or output. The class public function prototypes are already written as well as some code is written for some of them. See attached files. The class has to be completed in C++. It must compile preferably in VC6, but Microsoft Visual Studio 2003 or 2005 is also accepted. The project has to be compiled as a .dll or a .lib file and a Visual C++ 6 test application (console app) must use the compiled file (.dll or .lib) and show that the class is working properly. Bids with 10% Expert Guarantee will be much more considered. ## Deliverables Please look at the code structure, header files and test code provided. That is how I want work with the class and contains the all the function prototypes to b...

    $170 (Avg Bid)
    $170 Média
    1 ofertas

    I'm looking for someone to make a simple application doing the following: [*] Takes a ScreenShot from a directx game by a keystroke (Vista+XP). Requirements: [*] Must be written in C, compiler must be VC6. [*] Application should be able to minimize to tray and get back on to gui when clicked, right click 2 options: exit && open. [*] Without extra DLLs, only one EXE file after compilation. [*] Should be based on DirectX 9 headers (November 2007) [*] Must work in Vista/XP (both 32/64bit). [*] Must take screenshots via DirectX (not the bitblt method). [*] Simple GUI - design sample attached. [*] Must provide all source code on money transaction. The main idea of the application is to run in the background and take screenshots from inside a directx game. Pict...

    $163 (Avg Bid)
    $163 Média
    6 ofertas

    Hello, I'm looking for someone to make a simple application doing the following: [*] Takes a ScreenShot from a directx game by a keystroke (Vista+XP). Requirements: [*] Must be written in C, compiler must be VC6. [*] Application should be able to minimize to tray and get back on to gui when clicked, right click 2 options: exit && open. [*] Without extra DLLs, only one EXE file after compilation. [*] Should be based on DirectX 9 headers (November 2007) [*] Must work in Vista/XP (both 32/64bit). [*] Must take screenshots via DirectX (not the bitblt method). [*] Simple GUI - design sample attached. [*] Must provide all source code on money transaction. The main idea of the application is to run in the background and by a keystroke take screenshot...

    N/A
    N/A
    0 ofertas

    I would like the full support and guidance for starting up a small trading bot and learning the basics. - Language : C++ VC6 - One share for starting : Euronext BEKB (SA Bekaert NV - Belgium) - I want to be able to set up easily if/then rules - Not to complex, only sell/buy - I have no bank to work with yet, I was thinking of Saxo - Experienced person in the field very welcome .... Thanks in advance, Hans

    N/A
    Destacado
    N/A
    0 ofertas

    I am a VB NET programmer, I would like to add support for a specific compressed image format to my map display program. The SDK for image files is all in Visual C++? 2008, would like a wrapper ...formats. ? ## Deliverables I will also provide test data and an application that will consume the dll that will be created. * * *This broadcast message was sent to all bidders on Monday Dec 29, 2008 1:27:02 AM: I should have added that good internet access is a must for this project as the SDK is about 85 meg, and a JP2 and SID test image may be as much as 800 megabytes. I posted the VC6 project and the latest reference manual to a Skydrive site. The ref manual is HTML and is the start page. Thanks, Darin

    $194 (Avg Bid)
    $194 Média
    14 ofertas
    JPG EXIF editor Encerrado left

    This project is an EXIF editor for JPG image. Please use VS 2005 or VC6 for this project. 1. MFC dialog application. 2. A button to prompt and open a JPG file. 3. A list to display the EXIF tags in the JPG file. 4. Double-click on the tag to modify the tag. 5. A "+" button to add a new tag. 6. A "-" button to remove an existing tag. 7. A "Save" button to save the JPG file with modified tags. It should be written with C/C++. The EXIF editing functions should be located in one C++ class with clear interface. For cross-platform reasons, it must does its own parsing instead of using any components in Windows. You should use standard C and C++. If you want to open some open source code, only LGPL code should be used, and you must ask for permission in your b...

    $115 (Avg Bid)
    $115 Média
    6 ofertas

    ...functionality so you should have everything you need. You can use any core VB methods/functions/routines or write your own in VB. We can't use DirectX in this project but you can use any of the internal VB6 graphics methods or the API equivalents. For example, the game can use any of the following graphics methods. LoadPicture / PaintPicture / BitBlt API / StretchBlt API Line / Circle / Pset / SetPixel API / Any Circle/Line/Polygon APIs Any other internal VB Graphics methods. * You can use Timer or the GetTick API to do your timing if you are timing ticks for the graphics. ** If in order to do something properly you need to use another core windows API Call, let us know what ones so we can see if they would be compatible. The game should also be BackBuffered. Ak...

    $1078 (Avg Bid)
    $1078 Média
    7 ofertas

    I need a VC++6 programmer who could modify and add the Roger Lindström ActiveX control with the following features in addition to all the properties and events of the original Roger Lindström's creation: 1) It could be used with VB6,VB.Net and C# 2) It should have the ability to scroll the contents of a richtext format file 3) In addition to the Ricttext format file context it should have the ability to ? ? add a jpg or gif picture along the scrolling content. 4) It should have the following events,properties and methods in addition to the orginal one: ? ? - SetAuthorKey(method) this is very important method by which i can? ? ? give a key inorder to lock the component from unauthorised usage of this? contorl. ? ? - TextDisplayed (event) when all the text has been d...

    $144 (Avg Bid)
    $144 Média
    2 ofertas

    I need a VC++6 programmer who could make an Activex control similar to the Roger Lindström's ActiveX control with the following features in addition to all the properties and events of the original Roger Lindström's creation: 1) It could be used with VB6,VB.Net and C# 2) It should have the ability to scroll the contents of a richtext format file 3) In addition to the Ricttext format file context it should have the ability to add a jpg or gif picture along the scrolling content. 4) It should have the following events,properties and methods in addition to the orginal one: - SetAuthorKey(method) this is very important method by which i can give a key inorder to lock the component from unauthorised usage of this contorl. - TextDisplayed (event) when all the text h...

    $170 (Avg Bid)
    $170 Média
    1 ofertas

    ...-- which builds a program that works perfect right now on PERSONAL COMPUTERS with Windows 3.1, 9x, ME, XP, NT, 2000, Vista-32--- into VC6++ (or 7,8) CODE for 32-bit Windows Personal Computers (PC) > Provide me all this new upgraded VC6 CODE and build instructions for the new 32-bit Windows-based "" for Personal Computer (PC) > Provide me the new 32-bit Windows-based "" PROGRAM to run on Win XP PC with no problems with all the same features like 16-bit "" now does >OPTIONAL ADDITIONAL TASK: build a new 32-bit Windows-based "" PROGRAM for 32-bit Windows SERVERS (not a PC) AND provide me all the VC6 (or 7,8) CODE and build instructions for the new 32-bit Windows "" for SERVERS---quote this option...

    $831 (Avg Bid)
    $831 Média
    7 ofertas

    ...DVD-R/+R/Custom sizes. Compression speed is very important. 3. DVDShrink has the ability to create hard drive paths, ISO images, etc. for saving the compressed layout (which includes all of the necessary indexes and backups.) It also has many additional features however these are the primary interests. The project must be created in VC6 (non-MFC preferred) as a stand-alone DLL or OCX which can be utilized by a front-end application (which will be written in either VC6 or VB6.) The ActiveX must be accessible to both languages. Please download (can be found on Google) and install Shrink and get a feel for it if you're unfamilliar with the software. The ActiveX properties, methods and events required will be pretty much those found in the Shrink software. ...

    $680 (Avg Bid)
    $680 Média
    3 ofertas

    ...DVD-R/+R/Custom sizes. Compression speed is very important. 3. DVDShrink has the ability to create hard drive paths, ISO images, etc. for saving the compressed layout (which includes all of the necessary indexes and backups.) It also has many additional features however these are the primary interests. The project must be created in VC6 (non-MFC preferred) as a stand-alone DLL or OCX which can be utilized by a front-end application (which will be written in either VC6 or VB6.) The ActiveX must be accessible to both languages. Please download (can be found on Google) and install Shrink and get a feel for it if you're unfamilliar with the software. The ActiveX properties, methods and events required will be pretty much those found in the Shrink software. ...

    $680 (Avg Bid)
    $680 Média
    1 ofertas
    DVD Shrink clone -2 Encerrado left

    ...DVD-R/+R/Custom sizes. Compression speed is very important. 3. DVDShrink has the ability to create hard drive paths, ISO images, etc. for saving the compressed layout (which includes all of the necessary indexes and backups.) It also has many additional features however these are the primary interests. The project must be created in VC6 (non-MFC preferred) as a stand-alone DLL or OCX which can be utilized by a front-end application (which will be written in either VC6 or VB6.) The ActiveX must be accessible to both languages. Please download (can be found on Google) and install Shrink and get a feel for it if you're unfamilliar with the software. The ActiveX properties, methods and events required will be pretty much those found in the Shrink software. ...

    $680 (Avg Bid)
    $680 Média
    2 ofertas

    I need a USB Access Control System for Windows XP written in Visual C++ 6.0. i'll provide the form designed in vc6. Using this software the user with less privileges must be able to disable USB Mass STorage Devices, Flash Drives etc... The functions requied are 1,when a USB Media is inserted a user can enable/disable it using username and password or the user can disable all usb medias automatically. When a USB Media? is disabled using? the system temporarily? it will be detected and can be used freely? when the next time inserted eventhough the system is running or? not.? ? 2, A user management module where only 10 users are allowed and also a admin password is given during installation time. Only User with admin password can add/edit/delete the users. Each user i...

    $117 (Avg Bid)
    $117 Média
    4 ofertas
    Build ffMpeg(repost) Encerrado left

    This is a simple project. I need detailed instructions and explanations on how to build the latest ffMpeg, including the other packages wh...need detailed instructions and explanations on how to build the latest ffMpeg, including the other packages which ffMpeg depend upon - lame, x264, amr etc. You have to give instructions on how to include or exclude? each options. You have to include instructions on how to build the decoders only, encoders only, or include both. The environment is Windows XP with the latest patches, and VC6, and TortoiseSVN. The instructions has to be down to every key stroke, mouse click, and typing. If the building involves other software, do not assume that I have it. Make detailed instructions on how to obtain those software, and ins...

    $85 (Avg Bid)
    $85 Média
    2 ofertas

    I need a USB Access Control System for Windows XP written in Visual C++ 6.0. i'll provide the form designed in vc6. Using this software the user with less privileges must be able to disable USB Mass STorage Devices, Flash Drives etc... The functions requied are 1,when a USB Media is inserted a user can enable/disable it using username and password or the user can disable all usb medias automatically. When a USB Media? is disabled using? the system temporarily? it will be detected and can be used freely? when the next time inserted eventhough the system is running or? not.? ? 2, A user management module where only 10 users are allowed and also a admin password is given during installation time. Only User with admin password can add/edit/delete the users. Each user i...

    $151 (Avg Bid)
    $151 Média
    2 ofertas

    I need a USB Access Control System for Windows XP written in Visual C++ 6.0. i'll provide the form designed in vc6. Using this software the user with less privileges must be able to disable USB Mass STorage Devices, Flash Drives etc... The functions requied are 1,when a USB Media is inserted a user can enable/disable it using username and password or the user can disable all usb medias automatically. 2, A user management module where only 10 users are allowed and also a admin password is given during installation time. Only User with admin password can add/edit/delete the users. Each user is given allow/deny acces to USB Media by the ser with admin password. 3,A detailed Log viewer module giving information about what devices are inserted to removed,time,date etc based ...

    $220 (Avg Bid)
    $220 Média
    7 ofertas

    I have a child window (CStatic) in a dialog box. I need support to update (drawing commands) this CStatic after changes in CDoc. I reduced my program to a running part that demonstrates the problem and the source code is available. Best regards and thanks in advance. Habra.

    $100 (Avg Bid)
    $100 Média
    1 ofertas

    I need a class that open one or many channels on one or many sound cards and input and/or output. The class public function prototypes are already written as well as some code is written for some of them. See attached files. The class has to be completed in C++. It must compile preferably in VC6, but Microsoft Visual Studio 2003 or 2005 is also accepted. The project has to be compiled as a dll or a lib file and a Visual C++ 6 test application (console app) must use the compiled file (dll or lib) and show that the class is working properly. ## Deliverables Please look at the code structure, header files and test code provided. That is how I want work with the class and contains the all the function prototypes to be implemented. It can be slightly modified if it doesn't chan...

    $148 (Avg Bid)
    $148 Média
    4 ofertas

    Category: Smart Card software for Secure Pin Entry (SPE) A program snippet is needed for Secure Pin entry? using an? OmniKey 3621 reader or an SCM SPR 532 pin-pad reader.? These? reader? manufacturers provide? very poorly written documentaton on how to implement Secure? Pin entry using their? readers.? ? Their code examples are written? in obsolete VC6 and are not good at all. I need a code snippet to use in my work to implement Secure Pin Entry (SPE) with a dot net language.? C#2008 prefered, but VB2008 is ok too. I am not looking for someone who wants to learn how to do Secure? Pin Entry or Smart Card programming.? ? I need someone who already knows? these things. ? ## Deliverables The programmer who will do this needs to? be already familiar with Smart C...

    PHP
    $483 (Avg Bid)
    $483 Média
    8 ofertas
    Build ffMpeg Encerrado left

    This is a simple project. I need detailed instructions and explanations on how to build the latest ffMpeg, including the other packages wh...need detailed instructions and explanations on how to build the latest ffMpeg, including the other packages which ffMpeg depend upon - lame, x264, amr etc. You have to give instructions on how to include or exclude? each options. You have to include instructions on how to build the decoders only, encoders only, or include both. The environment is Windows XP with the latest patches, and VC6, and TortoiseSVN. The instructions has to be down to every key stroke, mouse click, and typing. If the building involves other software, do not assume that I have it. Make detailed instructions on how to obtain those software, and ins...

    $221 (Avg Bid)
    $221 Média
    5 ofertas

    ...warnings on Windows XP, Vista, Visual Studio 2005 and Visual Studio 2008, and linux gcc. The library comes with documentation and a test suite. No interactive windows portions need to be ported, only the file processing library. CMAKE 2.7 () is the required build environment, which auto-generates .sln solution files and linux Makefiles. Pre-compiled libraries and test programs (under VC6) will be supplied for reference, with .dsw / .dsp. Note that just automatically upgrading the .dsw using VS2005 does not work, we tried that! This is a porting job, not just turning the handle. The library is composed of 676 files in 52 folders, including all source, include and resource files. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as co...

    $501 (Avg Bid)
    $501 Média
    5 ofertas

    I need a simple C program for serial communication using COM ports. It must be a console application and compiles using VC6. Here are the function prototypes that I want to be in the program: int GetNumDevices(); void GetDeviceName(int noDevice, char *name); int OpenDevice(int noDevice); void Close(); int SendBytes(char *data, int size); int BytesAvail(); int ReadBytes(char *dest, int size); You can use a callback (add the parameter to OpenDevice) that returns the number of new bytes instead of instead of using BytesAvail() and ReadBytes(...); I don't know how the windows system returns the serial ports available. The way to get available ports can be modified, as long that I can list the port prior to open one. A test application must be provided. It just has to print charters...

    $10 - $15
    $10 - $15
    0 ofertas

    RSM API class for VB6 or OCX writting in VC6 needed for simple VB6 application. The application's purpose is to disable Win2K/XP "Removable Storage" service and then manually manipulate a media library as 2K/XP does not manage libraries in a fashion we'd consider efficient (or sensible!) A few different media libraries will be tested; most of which are CD or DVD changers.? The largest changer specs should likely never exceed 10 drives and 1,000 media slots, though 16/1024 would be the preferred numbers to use. The application would be expecting to call upon functions similar to: **Public function rsm_slotMount(Server as String, SlotID as Integer, DriveID as Integer) as Boolean Public function rsm_slotDismount(Server as String, DriveID as ...

    $30 - $100
    $30 - $100
    0 ofertas

    I would like to get some sample code to do this: When? you connect a mobile device (cell phone, digital camera, mp3 player etc) to Windows, it shows up in Windows Explorer under "My Computer". You can copy? files from/to it in Windows Explorer, but it doesn't have a drive letter, so you cannot write data directly to it in an app. There has to be some API, which I need, to acce...enter a file name on the device. A "Upload" button, which copy the local file to the device. 3. Page 2, "Download File". It is the reverse of "Upload". It copies a file from the device to the local HD. Please make it support as many different device as possible. Please document it, let me know which type of device it supports (cell phone? camera? mp...

    $30 - $5000
    $30 - $5000
    0 ofertas

    I need a class that open one or many channels on one or many sound cards and input and/or output. The class public function prototypes are already written as well as some code is written for some of them. See attached files. The class has to be completed in C++. It must compile preferably in VC6, but Microsoft Visual Studio 2003 or 2005 is also accepted. The project has to be compiled as a dll or a lib file and a Visual C++ 6 test application (console app) must use the compiled file (dll or lib) and show that the class is working properly. ## Deliverables Please look at the code structure, header files and test code provided. That is how I want work with the class and contains the all the function prototypes to be implemented. It can be slightly modified if it doesn't chan...

    $170 (Avg Bid)
    $170 Média
    1 ofertas
    YouTube uploading Encerrado left

    The project requirement is very simple: Display a dialog, ask for YouTube user name and password, browse for a file, and then upload the file to YouTube. Must be written in VC6 and MFC. If you need to use any third party library or source code, you have to get approval first.

    $151 (Avg Bid)
    $151 Média
    7 ofertas

    I'm using a CHtmlView based Viewer in VC6 to display pdf files. It displays a single page pdf file fine, but when I try to display a multi-page pdf I get the following error:? "Your current security settings do not allow this file to be downloaded". I need a sample app based on CHtmlView that will handle the multi-page pdf.

    $64 (Avg Bid)
    $64 Média
    4 ofertas

    ...need DirectShow SDK or I can give you a zip of minimum files needed to compile this (the DirectShow include file and lib) Only Windows code that uses this built in MP3 decoder (in DirectShow/MediaPlayer) can be distributed license free, so please don't tell me you know how to do this using madlib or mpglib - I know all about them. I must use Directx for free licensing reasons. ## Deliverables VC6 C/C++ Project with source that compiles and runs demonstrating ability to access the wav buf. Read an MP3 file and write a Wav file using DirectShow native Windows calls. 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the ...

    $85 (Avg Bid)
    $85 Média
    1 ofertas
    Sound Card IO Class Encerrado left

    I need a class that open one or many channels on one or many sound cards and input and/or output. The class public function prototypes are already written as well as some code is written for some of them. See attached files. The class has to be completed in C++. It must compile preferably in VC6, but Microsoft Visual Studio 2003 or 2005 is also accepted. The project has to be compiled as a dll or a lib file and a Visual C++ 6 test application (console app) must use the compiled file (dll or lib) and show that the class is working properly. ## Deliverables Please look at the code structure, header files and test code provided. That is how I want work with the class and contains the all the function prototypes to be implemented. It can be slightly modified if it doesn't chan...

    $136 (Avg Bid)
    $136 Média
    1 ofertas
    Sound Card I/O Class Encerrado left

    ...on one or many sound cards and input and/or output. The class public function prototypes are already written as well as some code is written for some of them. See attached files. The class has to be completed in C++. It must compile preferably in VC6, but Microsoft Visual Studio 2003 or 2005 is also accepted. The project has to be compiled as a dll or a lib file and a Visual C++ 6 test application (console app) must use the compiled file (dll or lib) and show that the class is working properly. ## Deliverables Check the attached project (VC6). It contains a header file with all public function prototypes to be implemented. Some parts are already coded. The code in the class can be modified as long as it doesn't affect the features. The test*.cpp should not requir...

    $161 (Avg Bid)
    $161 Média
    2 ofertas

    I have a matlab simulink file which is needed to do video processing. You need not require to understand the video processing part. I need this simulink file to be converted into a standalone C++ program using VC6++. Meaning by executing the C++ program, it can do processing on the video. Freelancers should be proficient in Matlab and C++.

    $183 (Avg Bid)
    $183 Média
    3 ofertas