Click here to Skip to main content
15,888,521 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: limited user in xp Pin
David Crow2-Apr-10 8:24
David Crow2-Apr-10 8:24 
GeneralRe: limited user in xp Pin
Boost20102-Apr-10 8:37
Boost20102-Apr-10 8:37 
GeneralRe: limited user in xp Pin
David Crow2-Apr-10 8:40
David Crow2-Apr-10 8:40 
GeneralRe: limited user in xp Pin
Boost20102-Apr-10 8:43
Boost20102-Apr-10 8:43 
GeneralRe: limited user in xp Pin
David Crow2-Apr-10 8:46
David Crow2-Apr-10 8:46 
GeneralRe: limited user in xp Pin
Boost20102-Apr-10 8:56
Boost20102-Apr-10 8:56 
QuestionCannot access the ClassView information file, ClassView information will not be available. Pin
includeh102-Apr-10 6:23
includeh102-Apr-10 6:23 
AnswerRe: Cannot access the ClassView information file, ClassView information will not be available. Pin
Maximilien2-Apr-10 6:38
Maximilien2-Apr-10 6:38 
GeneralRe: Cannot access the ClassView information file, ClassView information will not be available. Pin
includeh102-Apr-10 6:51
includeh102-Apr-10 6:51 
AnswerRe: Cannot access the ClassView information file, ClassView information will not be available. Pin
David Crow2-Apr-10 8:02
David Crow2-Apr-10 8:02 
QuestionParallel Port write in VC++ Pin
Sameen12-Apr-10 6:16
Sameen12-Apr-10 6:16 
hi,
Everybody,
i am trying to use parallel port to send data to it using vc++, i have added LED's to know if it works fine.
I have included inpout32.dll in my system32 directory and inpout32.lib is linked to my project, i have even placed inpout32.dll at my projects directory.
When the project executes, it gives no error, but output doesnot appear at LEDs.
please let me know if there are any errors in my code below, or anything that can help me to see output Frown | :( Unsure | :~


#include <conio.h>
#include <stdio.h>


void _stdcall Out32(short PortAddress, short data);


int main () {




Out32(0x378, 255);
printf("DTA SENT");


return 0;
}
AnswerRe: Parallel Port write in VC++ Pin
jeron12-Apr-10 7:30
jeron12-Apr-10 7:30 
GeneralRe: Parallel Port write in VC++ Pin
Sameen12-Apr-10 7:53
Sameen12-Apr-10 7:53 
AnswerRe: Parallel Port write in VC++ Pin
«_Superman_»2-Apr-10 15:38
professional«_Superman_»2-Apr-10 15:38 
GeneralRe: Parallel Port write in VC++ Pin
Sameen112-Apr-10 10:46
Sameen112-Apr-10 10:46 
Questionerror C2440 using adjacent_difference stl template function [modified] Pin
fda1002-Apr-10 1:35
fda1002-Apr-10 1:35 
AnswerRe: error C2440 using adjacent_difference stl template function [modified] Pin
Eugen Podsypalnikov2-Apr-10 2:54
Eugen Podsypalnikov2-Apr-10 2:54 
GeneralRe: error C2440 using adjacent_difference stl template function Pin
fda1002-Apr-10 3:20
fda1002-Apr-10 3:20 
QuestionFast 2D drawing Pin
Leif Simon Goodwin2-Apr-10 0:46
Leif Simon Goodwin2-Apr-10 0:46 
AnswerRe: Fast 2D drawing Pin
Maximilien2-Apr-10 1:34
Maximilien2-Apr-10 1:34 
GeneralRe: Fast 2D drawing Pin
Leif Simon Goodwin2-Apr-10 2:50
Leif Simon Goodwin2-Apr-10 2:50 
AnswerRe: Fast 2D drawing Pin
Graham Breach2-Apr-10 1:34
Graham Breach2-Apr-10 1:34 
GeneralRe: Fast 2D drawing Pin
Leif Simon Goodwin3-Apr-10 22:42
Leif Simon Goodwin3-Apr-10 22:42 
AnswerRe: Fast 2D drawing Pin
Iain Clarke, Warrior Programmer2-Apr-10 5:25
Iain Clarke, Warrior Programmer2-Apr-10 5:25 
GeneralRe: Fast 2D drawing Pin
Leif Simon Goodwin3-Apr-10 22:38
Leif Simon Goodwin3-Apr-10 22:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.