Click here to Skip to main content
15,913,221 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: can't compile my codes...pls help Pin
Member 208234129-Jun-05 11:10
Member 208234129-Jun-05 11:10 
GeneralRe: can't compile my codes...pls help Pin
krmed30-Jun-05 0:52
krmed30-Jun-05 0:52 
GeneralRe: can't compile my codes...pls help Pin
toxcct29-Jun-05 5:37
toxcct29-Jun-05 5:37 
GeneralC++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 2:06
Cillieacc0rd5o429-Jun-05 2:06 
GeneralRe: C++ Loop statment Or LoopFor Pin
Ravi Bhavnani29-Jun-05 2:27
professionalRavi Bhavnani29-Jun-05 2:27 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 2:32
Cillieacc0rd5o429-Jun-05 2:32 
GeneralRe: C++ Loop statment Or LoopFor Pin
Ravi Bhavnani29-Jun-05 2:41
professionalRavi Bhavnani29-Jun-05 2:41 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 2:42
Cillieacc0rd5o429-Jun-05 2:42 
Can it be used like this.


EXP_USHORT Reset_All_Relais(void)
{
for (int nRelay=1; (nRelay <= 25); nRelay++)
{
return ScoUniSetRelay (nRelay, 0);

}
}

And what does my compiler means specificly with:
arning C4715: 'Reset_All_Relais' : not all control paths return a value
Linking...
GeneralRe: C++ Loop statment Or LoopFor Pin
Maximilien29-Jun-05 2:45
Maximilien29-Jun-05 2:45 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 2:58
Cillieacc0rd5o429-Jun-05 2:58 
GeneralRe: C++ Loop statment Or LoopFor Pin
Maximilien29-Jun-05 3:08
Maximilien29-Jun-05 3:08 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 3:14
Cillieacc0rd5o429-Jun-05 3:14 
GeneralRe: C++ Loop statment Or LoopFor Pin
toxcct29-Jun-05 5:32
toxcct29-Jun-05 5:32 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 19:32
Cillieacc0rd5o429-Jun-05 19:32 
GeneralRe: C++ Loop statment Or LoopFor Pin
Ravi Bhavnani29-Jun-05 4:45
professionalRavi Bhavnani29-Jun-05 4:45 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 19:35
Cillieacc0rd5o429-Jun-05 19:35 
GeneralRe: C++ Loop statment Or LoopFor Pin
Maximilien29-Jun-05 2:43
Maximilien29-Jun-05 2:43 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 3:09
Cillieacc0rd5o429-Jun-05 3:09 
GeneralRe: C++ Loop statment Or LoopFor Pin
toxcct29-Jun-05 5:35
toxcct29-Jun-05 5:35 
GeneralGet exe File version, icon etc programmatically Pin
munawar196829-Jun-05 2:04
munawar196829-Jun-05 2:04 
GeneralRe: Get exe File version, icon etc programmatically Pin
ThatsAlok29-Jun-05 2:11
ThatsAlok29-Jun-05 2:11 
GeneralRe: Get exe File version, icon etc programmatically Pin
munawar196829-Jun-05 2:18
munawar196829-Jun-05 2:18 
GeneralRe: Get exe File version, icon etc programmatically Pin
ThatsAlok29-Jun-05 2:23
ThatsAlok29-Jun-05 2:23 
GeneralRe: Get exe File version, icon etc programmatically Pin
munawar196829-Jun-05 2:27
munawar196829-Jun-05 2:27 
GeneralConvert path with spaces Pin
retro_coder29-Jun-05 0:36
retro_coder29-Jun-05 0:36 

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.