Questions tagged as 'dll'

1
answer

How can I get documentation for Windows 7 DLLs?

Where do I get complete documentation of how to use and how to use the functions / procedures of Windows 7 DLLs?     
asked by 27.04.2016 / 02:47
1
answer

Program requesting libgcc_s_dw2-1.dll

This error is occurring: I'm using Code :: Blocks, trying to create a program with wxWidgets.     
asked by 03.10.2015 / 23:24
1
answer

Error in Visual Studio Installer Dll

I have the following problem: when I go to build the visual studio installer project to generate the installer, it returns the error: Icanseethedependenciesofalltheotherdll'sandwhenIclicktoseetheonesofthatdll,itreturnsme:     
asked by 16.02.2018 / 13:52
1
answer

How to check if the "DLL" files were successfully registered

I need to check if the process has been successful, in case the extensions it will try to register are: .DLL .OCX The code I'm using to register is this: string pathcli = copiar + nomedofonte; if (!nomedofonte.Contains(".exe") ||!nom...
asked by 23.01.2018 / 16:13
1
answer

Create DLL Project

I'm trying to work with XFS, but in the documentation it asks to create a DLL for each service, however the dll's do not come in the api, they must be built, only in the environment installation only has .h files, equal to this < a href="https:/...
asked by 27.12.2016 / 05:28
1
answer

Pass a struct as parameter

I need this struct typedef struct _wfs_ptr_retract_bins { WORD wRetractBin; USHORT usRetractCount; } WFSPTRRETRACTBINS, *LPWFSPTRRETRACTBINS; Turn a parameter that I'll put here. typedef struct _wfs_p...
asked by 04.02.2017 / 01:05
1
answer

How to use the PHP COM class to access functions of the SAT emulator dll?

I'm developing a ERP that needs to use SAT for Electronic Tax Coupon, but I do not know how to use PHP to access DLL of Emulator Offline. I've been searching and it looks like it's possible to access with new CO...
asked by 27.10.2016 / 18:53
1
answer

Boleto.Net Component Generating Wrong Code

I'm working with the boleto.net library, I'm generating boletins from the brazilian bank and the following problem is occurring. I am generating the right ticket but the ticket bar code is coming with the end, where would be the wrong ticket...
asked by 04.05.2016 / 23:36
1
answer

Does a function of a Windows DLL have the same address?

I am having a question about a function of a windows DLL that always has the same address for all versions or is it dynamic? Example a function of user32.dll . This excerpt from Wikipedia answers my question. The address I was referr...
asked by 29.08.2015 / 04:57
1
answer

DLL php_http.dll using windows

Is there any possibility of importing this DLL - > php_http with windows? I have already used all the internet tips to try to do this import, many of these tips indicate a link that no longer exists: link (and which seems to be the only one...
asked by 03.06.2015 / 16:14