Click here to Skip to main content
15,909,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: list directorys in c:\\ Pin
thes3cr3t123-Nov-03 3:42
thes3cr3t123-Nov-03 3:42 
QuestionHow to resize components in a dialog. Pin
d00_ape22-Nov-03 23:56
sussd00_ape22-Nov-03 23:56 
AnswerRe: How to resize components in a dialog. Pin
Peter Molnar23-Nov-03 1:02
Peter Molnar23-Nov-03 1:02 
QuestionRelease and debug mixed? Pin
Mukkie22-Nov-03 22:52
Mukkie22-Nov-03 22:52 
AnswerRe: Release and debug mixed? Pin
John R. Shaw23-Nov-03 14:54
John R. Shaw23-Nov-03 14:54 
Generalemail messages Pin
BaldwinMartin22-Nov-03 21:34
BaldwinMartin22-Nov-03 21:34 
GeneralRe: email messages Pin
Peter Molnar23-Nov-03 4:56
Peter Molnar23-Nov-03 4:56 
GeneralRe: email messages Pin
BaldwinMartin23-Nov-03 11:29
BaldwinMartin23-Nov-03 11:29 
GeneralRe: email messages Pin
BaldwinMartin23-Nov-03 16:27
BaldwinMartin23-Nov-03 16:27 
GeneralRe: email messages Pin
Peter Molnar24-Nov-03 2:07
Peter Molnar24-Nov-03 2:07 
GeneralRe: email messages Pin
Anonymous24-Nov-03 2:13
Anonymous24-Nov-03 2:13 
GeneralRe: email messages Pin
ez_way@charter.net24-Nov-03 2:13
sussez_way@charter.net24-Nov-03 2:13 
GeneralScrolling a multiline CRichEditCtrl Pin
alex2000___++22-Nov-03 21:14
alex2000___++22-Nov-03 21:14 
GeneralRe: Scrolling a multiline CRichEditCtrl Pin
Peter Molnar23-Nov-03 1:29
Peter Molnar23-Nov-03 1:29 
GeneralRe: Scrolling a multiline CRichEditCtrl Pin
alex2000___++23-Nov-03 2:06
alex2000___++23-Nov-03 2:06 
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 

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.