Localhost Posted January 10, 2010 at 09:52 AM Report Share #305165 Posted January 10, 2010 at 09:52 AM Olá, alguém me podia dar uma lista de API's do Windows para comunicação com hardware (impressora, rato, webcam, microfone, etc.) Obrigado desde já 🙂 here since 2009 Link to comment Share on other sites More sharing options...
IRX773 Posted January 11, 2010 at 11:14 AM Report Share #305409 Posted January 11, 2010 at 11:14 AM Eu estive a ver umas funções para isso em Linux .... mas eram muitas linhas de código. Mas para windows não conheço :/ Link to comment Share on other sites More sharing options...
M6 Posted January 11, 2010 at 11:35 AM Report Share #305413 Posted January 11, 2010 at 11:35 AM Usar o Google tinha demorado o mesmo tempo que escrever este post e tinhas encontrado logo a informação: http://msdn.microsoft.com/en-us/library/aa383749%28VS.85%29.aspx http://en.wikipedia.org/wiki/Windows_API 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar." Link to comment Share on other sites More sharing options...
Localhost Posted January 12, 2010 at 11:56 AM Author Report Share #305641 Posted January 12, 2010 at 11:56 AM Já tinha encontrado o primeiro site mas achei que tinha poucos exemplos :bored: here since 2009 Link to comment Share on other sites More sharing options...
TheDark Posted January 12, 2010 at 04:18 PM Report Share #305693 Posted January 12, 2010 at 04:18 PM O livro "Windows via C/C++", e provavelmente a edição anterior, "Programming Applications for Microsoft Windows", têm bastante informação sobre isso. A Fifth Edition é, de momento, o meu livro de cabeceira :👍 Desaparecido. Link to comment Share on other sites More sharing options...
Localhost Posted January 12, 2010 at 04:53 PM Author Report Share #305699 Posted January 12, 2010 at 04:53 PM Mas a informação é sobre ambientes gráficos para windows ou API's em geral? here since 2009 Link to comment Share on other sites More sharing options...
TheDark Posted January 12, 2010 at 05:04 PM Report Share #305703 Posted January 12, 2010 at 05:04 PM Nem uma coisa nem outra. É sobre a API win32. Desaparecido. Link to comment Share on other sites More sharing options...
Localhost Posted January 12, 2010 at 08:26 PM Author Report Share #305749 Posted January 12, 2010 at 08:26 PM O que eu queria era algo relacionado com interacção com hardware, então eu penso que seja algo relacionado com API's mas não tenho a certeza... here since 2009 Link to comment Share on other sites More sharing options...
TheDark Posted January 12, 2010 at 08:59 PM Report Share #305753 Posted January 12, 2010 at 08:59 PM Sim, o capítulo que estou a ler neste momento fala exactamente disso, interacção com ficheiros e outros dispositivos, os quais são tratados de forma semelhante a ficheiros. Desaparecido. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now