Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: If Else inside Switch possible ? Pin
Cillieacc0rd5o427-Jun-05 20:51
Cillieacc0rd5o427-Jun-05 20:51 
GeneralRe: If Else inside Switch possible ? Pin
Christian Graus27-Jun-05 20:55
protectorChristian Graus27-Jun-05 20:55 
GeneralRe: If Else inside Switch possible ? Pin
Cillieacc0rd5o427-Jun-05 21:09
Cillieacc0rd5o427-Jun-05 21:09 
GeneralRe: If Else inside Switch possible ? Pin
Christian Graus28-Jun-05 13:11
protectorChristian Graus28-Jun-05 13:11 
GeneralRe: If Else inside Switch possible ? Pin
Cillieacc0rd5o429-Jun-05 1:58
Cillieacc0rd5o429-Jun-05 1:58 
GeneralRe: If Else inside Switch possible ? Pin
Christian Graus29-Jun-05 11:33
protectorChristian Graus29-Jun-05 11:33 
GeneralRe: If Else inside Switch possible ? Pin
Cillieacc0rd5o429-Jun-05 19:43
Cillieacc0rd5o429-Jun-05 19:43 
GeneralRe: If Else inside Switch possible ? Pin
Cilllieaac0rd27-Jun-05 22:20
sussCilllieaac0rd27-Jun-05 22:20 
K all fixed but this if you can help.

term does not evaluate to a function
Error executing cl.exe.

BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
switch(ul_reason_for_call)
{
{
case DLL_PROCESS_ATTACH:

int ScoMSGetAS();

unsigned short error;
unsigned short state;
double value;

>>>>>> error = SCO_AS6();

if (error != SCO_ERR_OPEN_DRIVER)
{
return ScoOpen();
}
else return FALSE;
}


break;


only prob left dun understand that though
GeneralRe: If Else inside Switch possible ? Pin
Christian Graus28-Jun-05 13:12
protectorChristian Graus28-Jun-05 13:12 
AnswerRe: If Else inside Switch possible ? Pin
Cillieacc0rd5o427-Jun-05 19:56
Cillieacc0rd5o427-Jun-05 19:56 
GeneralRe: If Else inside Switch possible ? Pin
Christian Graus27-Jun-05 20:02
protectorChristian Graus27-Jun-05 20:02 
GeneralRe: If Else inside Switch possible ? Pin
Cillieacc0rd5o427-Jun-05 20:08
Cillieacc0rd5o427-Jun-05 20:08 
GeneralRe: If Else inside Switch possible ? Pin
Cillieacc0rd5o427-Jun-05 21:24
Cillieacc0rd5o427-Jun-05 21:24 
GeneralRe: If Else inside Switch possible ? Pin
David Crow28-Jun-05 2:47
David Crow28-Jun-05 2:47 
AnswerRe: If Else inside Switch possible ? Pin
David Crow28-Jun-05 2:38
David Crow28-Jun-05 2:38 
AnswerRe: If Else inside Switch possible ? Pin
John R. Shaw29-Jun-05 9:41
John R. Shaw29-Jun-05 9:41 
GeneralTransfer of data between Embedded property pages to the main property pages Pin
Member 3238127-Jun-05 19:34
Member 3238127-Jun-05 19:34 
GeneralRe: Transfer of data between Embedded property pages to the main property pages Pin
Rage27-Jun-05 21:23
professionalRage27-Jun-05 21:23 
GeneralConversion from String to Time_t Pin
Jun_Misugi27-Jun-05 18:45
Jun_Misugi27-Jun-05 18:45 
GeneralRe: Conversion from String to Time_t Pin
David Crow28-Jun-05 2:52
David Crow28-Jun-05 2:52 
GeneralRe: Conversion from String to Time_t Pin
Jun_Misugi28-Jun-05 6:04
Jun_Misugi28-Jun-05 6:04 
GeneralRe: Conversion from String to Time_t Pin
David Crow28-Jun-05 6:08
David Crow28-Jun-05 6:08 
Generalicon/image in status bar Pin
wasife27-Jun-05 18:01
wasife27-Jun-05 18:01 
GeneralRe: icon/image in status bar Pin
Christian Graus27-Jun-05 18:18
protectorChristian Graus27-Jun-05 18:18 
GeneralHELP... Urgent - Specifying Printer "Output Tray" (Output Bin) Pin
RYU^^27-Jun-05 17:55
RYU^^27-Jun-05 17:55 

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.