Click here to Skip to main content
15,890,609 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Scrolling a multiline CRichEditCtrl Pin
Peter Molnar23-Nov-03 4:22
Peter Molnar23-Nov-03 4:22 
GeneralRe: Scrolling a multiline CRichEditCtrl Pin
alex2000___++23-Nov-03 4:46
alex2000___++23-Nov-03 4:46 
GeneralSocket prob connection Pin
Stan the man22-Nov-03 19:29
Stan the man22-Nov-03 19:29 
GeneralRe: Socket prob connection Pin
thes3cr3t123-Nov-03 0:14
thes3cr3t123-Nov-03 0:14 
QuestionHow Do you retrieve email accounts Pin
BaldwinMartin22-Nov-03 18:49
BaldwinMartin22-Nov-03 18:49 
QuestionHow to add a array as a property into a activex control? Pin
wood22-Nov-03 16:55
wood22-Nov-03 16:55 
AnswerRe: How to add a array as a property into a activex control? Pin
wood23-Nov-03 17:20
wood23-Nov-03 17:20 
Generaldll problems Pin
Selevercin22-Nov-03 16:51
Selevercin22-Nov-03 16:51 
I've made a neat LED circut, and I am trying to control it through inpout32.dll. I am not used to DLLs, so I am hoping I am just doing something stupid...

short _stdcall Inp32(short PortAddress);<br />
void _stdcall Out32(short PortAddress, short data);<br />
<br />
void main()<br />
{<br />
               Out32(0x378,0xff); <br />
               Sleep(2000);<br />
}


This is giving me the following error:
LED.OBJ : error LNK2001: unresolved external symbol "void __stdcall Out32(short,short)" (?Out32@@YGXFF@Z)
Debug/LED.exe : fatal error LNK1120: 1 unresolved externals

What am I doing wrong? I have VERY LITTLE experience with DLLs, in fact, this as somewhat of a "copy-paste" program, so I feel fairly confident I forgot something simple.

If you have a problem with my spelling, just remember that's not my fault. I (as well as everyone else who learned to spell after 1976) blame it on Robert A. Kolpek for U.S. Patent 4,136,395.
GeneralRe: dll problems Pin
Atlence22-Nov-03 17:59
Atlence22-Nov-03 17:59 
GeneralHaving Problems with CFileFind Pin
darkjedisleikas22-Nov-03 15:41
darkjedisleikas22-Nov-03 15:41 
GeneralRe: Having Problems with CFileFind Pin
Atlence22-Nov-03 16:07
Atlence22-Nov-03 16:07 
GeneralRe: Having Problems with CFileFind Pin
darkjedisleikas22-Nov-03 16:12
darkjedisleikas22-Nov-03 16:12 
GeneralRe: Having Problems with CFileFind Pin
Anonymous22-Nov-03 16:36
Anonymous22-Nov-03 16:36 
GeneralWord Automation with MFC Pin
Member 54540422-Nov-03 14:33
Member 54540422-Nov-03 14:33 
GeneralRe: Word Automation with MFC Pin
Peter Molnar22-Nov-03 16:25
Peter Molnar22-Nov-03 16:25 
GeneralRe: Word Automation with MFC Pin
Member 54540423-Nov-03 2:25
Member 54540423-Nov-03 2:25 
GeneralRe: Word Automation with MFC Pin
Peter Molnar23-Nov-03 8:28
Peter Molnar23-Nov-03 8:28 
GeneralRe: Word Automation with MFC Pin
Member 54540423-Nov-03 14:55
Member 54540423-Nov-03 14:55 
GeneralRe: Word Automation with MFC Pin
Peter Molnar24-Nov-03 2:05
Peter Molnar24-Nov-03 2:05 
GeneralRe: Word Automation with MFC Pin
Member 54540424-Nov-03 14:12
Member 54540424-Nov-03 14:12 
GeneralRe: Word Automation with MFC Pin
Peter Molnar24-Nov-03 14:25
Peter Molnar24-Nov-03 14:25 
GeneralI need help;( Pin
EEYOREBABE22-Nov-03 11:04
EEYOREBABE22-Nov-03 11:04 
GeneralRe: I need help;( Pin
Peter Molnar22-Nov-03 12:46
Peter Molnar22-Nov-03 12:46 
GeneralFormatRange with Html Edit Control Pin
Atlence22-Nov-03 9:15
Atlence22-Nov-03 9:15 
GeneralRe: FormatRange with Html Edit Control Pin
Peter Molnar22-Nov-03 12:50
Peter Molnar22-Nov-03 12:50 

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.